mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Fix ansible logrotate perms
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user