move call vor dotfile/install.sh to all.yml

This commit is contained in:
rene
2022-02-22 16:36:06 +01:00
parent ad21af7f18
commit c37f55d380
2 changed files with 6 additions and 6 deletions

View File

@@ -58,4 +58,9 @@
- { src: 'vim/vimrc', dest: '.vimrc' }
- { src: 'bash/bashrc', dest: '.bashrc' }
- { 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"

View File

@@ -28,11 +28,6 @@
- "private_keys/identity_for_kashyyyk"
- "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
# copy:
# dest: "/home/rene/.ssh/known_hosts"