mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
permissions as per Adam
This commit is contained in:
parent
4081978e8e
commit
a7a8d8dbce
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
recurse=yes
|
||||
owner=root
|
||||
group={{ apache_data }}
|
||||
mode=0660
|
||||
mode=0664
|
||||
state=directory
|
||||
|
||||
- name: Make directories 755 so can traverse
|
||||
|
@ -64,7 +64,7 @@
|
|||
dest={{ wp_abs_path }}/wp-config.php
|
||||
owner=root
|
||||
group={{ apache_data }}
|
||||
mode=0640
|
||||
mode=0660
|
||||
|
||||
- name: Copy WordPress httpd conf file
|
||||
template: src=wordpress.conf.j2
|
||||
|
|
Loading…
Add table
Reference in a new issue