1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ntp.git synced 2024-07-06 20:38:52 +02:00

change file premissions recursivly

This commit is contained in:
L3D 2023-11-28 03:40:01 +01:00
parent 5adecb3a0e
commit ca0c9f60b5
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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: