Skip to content

Commit

Permalink
change file premissions recursivly
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Nov 28, 2023
1 parent 5adecb3 commit ca0c9f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ca0c9f6

Please sign in to comment.