Explorar el Código

use saner folder permissions

pull/1224/head
Michael Collins hace 4 años
padre
commit
4c12c1892c
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      roles/matrix-awx/tasks/customise_website_access_export.yml
  2. +1
    -1
      roles/matrix-common-after/tasks/awx_post.yml

+ 1
- 1
roles/matrix-awx/tasks/customise_website_access_export.yml Ver fichero

@@ -176,7 +176,7 @@
state: directory
owner: matrix
group: matrix
mode: '0574'
mode: '0770'
when: customise_base_domain_website is defined

- name: Ensure /chroot/export location exists


+ 1
- 1
roles/matrix-common-after/tasks/awx_post.yml Ver fichero

@@ -60,5 +60,5 @@
state: directory
owner: matrix
group: matrix
mode: '0574'
mode: '0770'
when: customise_base_domain_website is defined

Cargando…
Cancelar
Guardar