Add note to self for later.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-09-09 17:01:16 -05:00
parent 49ecb7177d
commit 4ba5a1831b
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 2 additions and 1 deletions

View File

@ -31,4 +31,5 @@
with_items:
- "chown -R azuracast:www-data {{ www_base }}"
- "find {{ www_base }} -type d -exec chmod 755 {} \\;"
- "find {{ www_base }} -type f -exec chmod 644 {} \\;"
- "find {{ www_base }} -type f -exec chmod 644 {} \\;"
# Note: Don't add warn: false here, it's incompatible with the earlier Ansibles used in 16.04/18.04.