Fix ansible logrotate perms
This commit is contained in:
parent
264c8fc68e
commit
985d5f57fe
1 changed files with 2 additions and 2 deletions
|
|
@ -40,9 +40,9 @@
|
|||
replace: path={{item.path}} regexp="\r"
|
||||
with_items: "{{ output.files }}"
|
||||
- name: fix logrotate permissions
|
||||
file: path={{item.path}} mode=644 user=root group=root
|
||||
file: path={{item.path}} mode=644 owner=root group=root
|
||||
with_items: "{{ output.files }}"
|
||||
become_user: root
|
||||
become: true
|
||||
- name: Copy traefik config
|
||||
ansible.posix.synchronize:
|
||||
src: ../traefik/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue