Procházet zdrojové kódy

apply permissions recursively

Grega Bremec před 1 měsícem
rodič
revize
1a581b8e2e
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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.