diff --git a/.ansible-ci.yml b/.ansible-ci.yml index 5fb3668..59da037 100644 --- a/.ansible-ci.yml +++ b/.ansible-ci.yml @@ -14,7 +14,7 @@ - name: Change file ownership, group and mode file: path: /var/www/html - owner: root + owner: apache group: apache recurse: yes diff --git a/ops/ansible/httpd-centos.yml b/ops/ansible/httpd-centos.yml index 86d2e9e..f1ba72f 100644 --- a/ops/ansible/httpd-centos.yml +++ b/ops/ansible/httpd-centos.yml @@ -23,7 +23,7 @@ - name: Change file ownership, group and mode file: path: /var/www - owner: root + owner: apache group: apache mode: 0750 recurse: yes