mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
Merge pull request #17 from roles-ansible/file
change file premissions recursivly
This commit is contained in:
commit
cac94e5c60
2 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,6 @@
|
|||
ansible.builtin.file:
|
||||
path: "{{ ntp_ntpstats_dir }}"
|
||||
state: directory
|
||||
mode: 0755
|
||||
recurse: true
|
||||
mode: 'u=rwX,g=rX,o=rX'
|
||||
owner: "{{ ntp_user }}"
|
||||
when: ntp_statistics | bool
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
playbook_version_number: 2061
|
||||
playbook_version_number: 2062
|
||||
ntp__playbook_version_path: 'role-ntp_chaos-bodensee_github.com.version'
|
||||
|
||||
ntp__vars:
|
||||
|
|
Loading…
Reference in a new issue