ldap_gravatar: Fix permissions from script
This commit is contained in:
parent
755ae7bc55
commit
6060425984
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
copy:
|
copy:
|
||||||
src: gravatar-update.py
|
src: gravatar-update.py
|
||||||
dest: /usr/local/sbin/gravatar-update
|
dest: /usr/local/sbin/gravatar-update
|
||||||
mode: 755
|
mode: 0755
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue