mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
change file premissions recursivly
This commit is contained in:
parent
5adecb3a0e
commit
ca0c9f60b5
2 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,6 @@
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ ntp_ntpstats_dir }}"
|
path: "{{ ntp_ntpstats_dir }}"
|
||||||
state: directory
|
state: directory
|
||||||
mode: 0755
|
recurse: true
|
||||||
|
mode: 'u=rwX,g=rX,o=rX'
|
||||||
owner: "{{ ntp_user }}"
|
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__playbook_version_path: 'role-ntp_chaos-bodensee_github.com.version'
|
||||||
|
|
||||||
ntp__vars:
|
ntp__vars:
|
||||||
|
|
Loading…
Reference in a new issue