move call vor dotfile/install.sh to all.yml
This commit is contained in:
@@ -59,3 +59,8 @@
|
|||||||
- { src: 'bash/bashrc', dest: '.bashrc' }
|
- { src: 'bash/bashrc', dest: '.bashrc' }
|
||||||
- { src: 'zsh/zshrc', dest: '.zshrc' }
|
- { src: 'zsh/zshrc', dest: '.zshrc' }
|
||||||
- { src: 'tmux/tmux.conf', dest: '.tmux.conf' }
|
- { src: 'tmux/tmux.conf', dest: '.tmux.conf' }
|
||||||
|
|
||||||
|
- name: users | {{ user }} | call dotfile install script
|
||||||
|
become: yes
|
||||||
|
become_user: rene
|
||||||
|
shell: "POWERLINE=n BASHIT=n ZSHCUSTOM=n {{ getent_passwd[user][4] }}/dotfiles/install.sh"
|
||||||
@@ -28,11 +28,6 @@
|
|||||||
- "private_keys/identity_for_kashyyyk"
|
- "private_keys/identity_for_kashyyyk"
|
||||||
- "private_keys/yubikey"
|
- "private_keys/yubikey"
|
||||||
|
|
||||||
- name: users | rene | call dotfile install script
|
|
||||||
become: yes
|
|
||||||
become_user: rene
|
|
||||||
shell: POWERLINE=n BASHIT=n ZSHCUSTOM=n /home/rene/dotfiles/install.sh
|
|
||||||
|
|
||||||
# - name: users | rene | install known_hosts
|
# - name: users | rene | install known_hosts
|
||||||
# copy:
|
# copy:
|
||||||
# dest: "/home/rene/.ssh/known_hosts"
|
# dest: "/home/rene/.ssh/known_hosts"
|
||||||
|
|||||||
Reference in New Issue
Block a user