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:
|
||||
src: netdb-update.py
|
||||
dest: /usr/local/sbin/netdb-update
|
||||
mode: 755
|
||||
mode: 0755
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue