1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Clarify /library/wordpress perms 775/664

This commit is contained in:
A Holt 2017-11-15 17:56:39 -05:00 committed by GitHub
parent 9f4437fb54
commit 9298aa949a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@
# mode=0664
# state=directory
- name: Make directories 775 so Apache can traverse and write (these files remain 0664)
- name: Make /library/wordpress directories 775 so Apache can traverse and write (most files remain 0664)
command: "/usr/bin/find {{ wp_abs_path }} -type d -exec chmod 775 {} +"
- name: Copy wp salt values