From 87c9185b606ca8c0f36b00057b45b47914ddddcb Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Tue, 21 Sep 2021 09:19:48 -0500 Subject: [PATCH] #4599 -- Add webpack_dist to get proper perms in Ansible. --- util/ansible/roles/azuracast-build/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/ansible/roles/azuracast-build/tasks/main.yml b/util/ansible/roles/azuracast-build/tasks/main.yml index 5c6da9d10..72a713447 100644 --- a/util/ansible/roles/azuracast-build/tasks/main.yml +++ b/util/ansible/roles/azuracast-build/tasks/main.yml @@ -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. \ No newline at end of file + # Note: Don't add warn: false here, it's incompatible with the earlier Ansibles used in 16.04/18.04.