mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
apache needs to add files to config dir
This commit is contained in:
parent
a7a8d8dbce
commit
269549e106
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
|||
mode=0664
|
||||
state=directory
|
||||
|
||||
- name: Make directories 755 so can traverse
|
||||
command: "/usr/bin/find {{ wp_abs_path }} -type d -exec chmod 755 {} +"
|
||||
- name: Make directories 775 so apache can traverse and write
|
||||
command: "/usr/bin/find {{ wp_abs_path }} -type d -exec chmod 775 {} +"
|
||||
|
||||
- name: Copy wp salt values
|
||||
copy: src=wp-keys.php.BAK
|
||||
|
|
Loading…
Reference in a new issue