1
0
Fork 0
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:
George Hunt 2017-05-31 19:07:25 -07:00
parent a7a8d8dbce
commit 269549e106

View file

@ -19,8 +19,8 @@
mode=0664 mode=0664
state=directory state=directory
- name: Make directories 755 so can traverse - name: Make directories 775 so apache can traverse and write
command: "/usr/bin/find {{ wp_abs_path }} -type d -exec chmod 755 {} +" command: "/usr/bin/find {{ wp_abs_path }} -type d -exec chmod 775 {} +"
- name: Copy wp salt values - name: Copy wp salt values
copy: src=wp-keys.php.BAK copy: src=wp-keys.php.BAK