1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 12:12:12 +00:00

Merge pull request #5 from georgejhunt/wordpress

apache needs to add files to config dir
This commit is contained in:
georgejhunt 2017-05-31 19:08:39 -07:00 committed by GitHub
commit 0331f08495

View file

@ -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