gitlab-cy.yml

This commit is contained in:
s0dy
2018-11-18 16:15:03 +01:00
parent 5a560308d6
commit 73853abd2e
2 changed files with 14 additions and 9 deletions

View File

@ -30,9 +30,9 @@
- name: Change file ownership, group and mode
file:
path: /var/www
owner: gitlab
owner: apache
group: apache
mode: "u=rwx,g=rs,o=r"
mode: "u=r,g=r,o=r"
recurse: yes
- name: Install python-passlib