#4599 -- Add webpack_dist to get proper perms in Ansible.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-09-21 09:19:48 -05:00
parent 7931fac251
commit 87c9185b60
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
- "{{ www_base }}/frontend/node_modules"
- "{{ www_base }}/web/static"
- "{{ www_base }}/web/static/dist"
- "{{ www_base }}/web/static/webpack_dist"
- name: Pull Node Dependencies
become: true
@ -32,4 +33,4 @@
- "chown -R azuracast:www-data {{ www_base }}"
- "find {{ www_base }} -type d -exec chmod 755 {} \\;"
- "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.
# Note: Don't add warn: false here, it's incompatible with the earlier Ansibles used in 16.04/18.04.