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:
parent
9f4437fb54
commit
9298aa949a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue