changed ip

This commit is contained in:
rene
2022-04-21 17:51:44 +02:00
parent e82d59fd0b
commit 2473626c2f
2 changed files with 3 additions and 2 deletions

View File

@@ -74,7 +74,8 @@
state: link
force: True
src: "{{ getent_passwd[user][4] }}/dotfiles/{{ item.src }}"
path: "{{ getent_passwd[user][4] }}/{{ item.dest }}"
path: "{{ getent_passwd[user][4] }}/{{ item.dest }}/.ssh/"
follow: False
with_items:
- { src: 'vim/vimrc', dest: '.vimrc' }
- { src: 'bash/bashrc', dest: '.bashrc' }