From b59e6befdcb58fcf3712b4ee058e8639d71babf4 Mon Sep 17 00:00:00 2001 From: s0dy Date: Sun, 18 Nov 2018 17:06:48 +0100 Subject: [PATCH] ansible-ci.yml --- .ansible-ci.yml | 2 +- ops/ansible/httpd-centos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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