Browse Source

apply permissions recursively

Grega Bremec 1 tháng trước cách đây
mục cha
commit
1a581b8e2e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      playbooks/45-oc-mirror.yml

+ 2 - 0
playbooks/45-oc-mirror.yml

@@ -178,6 +178,7 @@
             state: directory
             owner: quay
             group: quay
+            recurse: yes
             mode: 0775
 
         - name: And further ensure that the ownership is by user of the container.
@@ -186,6 +187,7 @@
           ansible.builtin.file:
             path: /local/quay
             state: directory
+            recurse: yes
             owner: 1001
 
         - name: Ensure quay service is started after this.