ansible-ci.yml

This commit is contained in:
s0dy 2018-11-18 17:06:48 +01:00
parent 0e6f1e539e
commit b59e6befdc
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
- name: Change file ownership, group and mode - name: Change file ownership, group and mode
file: file:
path: /var/www/html path: /var/www/html
owner: root owner: apache
group: apache group: apache
recurse: yes recurse: yes

View File

@ -23,7 +23,7 @@
- name: Change file ownership, group and mode - name: Change file ownership, group and mode
file: file:
path: /var/www path: /var/www
owner: root owner: apache
group: apache group: apache
mode: 0750 mode: 0750
recurse: yes recurse: yes