1
0
Fork 0
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:
L3D 2019-01-13 17:30:59 +01:00
parent 39b265cfc6
commit 44d73953ff
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -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 }}"