Remove owner of directory.

This commit is contained in:
2025-04-24 12:34:01 +02:00
parent 5af5f0b469
commit e6ba644629

View File

@@ -14,8 +14,6 @@
path: "{{ backup_location }}{{ item.name }}"
state: directory
mode: 0755
owner: chris
group: chris
loop: "{{ containers }}"
loop_control:
label: "{{ item.name }}"