ldap_netdb: Add missing leading zero to permissions
This commit is contained in:
parent
dfcac435e3
commit
1fb080b009
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
copy:
|
copy:
|
||||||
src: netdb-update.py
|
src: netdb-update.py
|
||||||
dest: /usr/local/sbin/netdb-update
|
dest: /usr/local/sbin/netdb-update
|
||||||
mode: 755
|
mode: 0755
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue