Forráskód Böngészése

apply permissions recursively

Grega Bremec 1 hónapja
szülő
commit
1a581b8e2e
1 módosított fájl, 2 hozzáadás és 0 törlés
  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.