1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ntp.git synced 2024-08-07 17:22:45 +02:00

Merge pull request #17 from roles-ansible/file

change file premissions recursivly
This commit is contained in:
L3D 2023-11-28 03:41:05 +01:00 committed by GitHub
commit cac94e5c60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

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__playbook_version_path: 'role-ntp_chaos-bodensee_github.com.version'
ntp__vars: ntp__vars: