Explorar o código

use string for chmod

Grega Bremec hai 1 mes
pai
achega
cb86182964
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      playbooks/45-oc-mirror.yml

+ 1 - 1
playbooks/45-oc-mirror.yml

@@ -144,7 +144,7 @@
             state: directory
             state: directory
             owner: "{{ item.owner | default('root') }}"
             owner: "{{ item.owner | default('root') }}"
             group: "{{ item.group | default('root') }}"
             group: "{{ item.group | default('root') }}"
-            mode: "{{ item.mode | default(0755) }}"
+            mode: "{{ item.mode | default('0755') }}"
           loop:
           loop:
             - path: /local/overlay/upper
             - path: /local/overlay/upper
             - path: /local/overlay/work
             - path: /local/overlay/work