mirror of
https://github.com/roles-ansible/ansible_role_dotfiles.git
synced 2024-08-16 16:09:49 +02:00
Minor improvement
This commit is contained in:
parent
39b265cfc6
commit
44d73953ff
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
src: 'templates/bashrc'
|
||||
dest: '/home/{{ item }}/.bashrc'
|
||||
owner: '{{ item }}'
|
||||
group: wheel
|
||||
group: '{{ item }}'
|
||||
mode: 'u=rw,g=r,o='
|
||||
with_items: '{{ admins }}'
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
|||
src: 'templates/vimrc'
|
||||
dest: '/home/{{ item }}/.vimrc'
|
||||
owner: '{{ item }}'
|
||||
group: wheel
|
||||
group: '{{ item }}'
|
||||
mode: 'u=rw,g=r,o='
|
||||
with_items: "{{ admins }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue