diff --git a/roles/paste/tasks/main.yml b/roles/paste/tasks/main.yml index 1f7d4a2982..d80f884804 100644 --- a/roles/paste/tasks/main.yml +++ b/roles/paste/tasks/main.yml @@ -30,7 +30,7 @@ notify: restart httpd - name: sticky-notes php config - template: src=config.php dest=/etc/sticky-notes/config.php owner=root group=root mode=600 + template: src=config.php dest=/etc/sticky-notes/config.php owner=apache group=apache mode=600 tags: - config notify: restart httpd