From beef4f31e157a443b88d6dfb1771c19e31321168 Mon Sep 17 00:00:00 2001 From: Mira <86979912+mira-miracoli@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:53:47 +0100 Subject: [PATCH] Rename task Co-authored-by: Nate Coraor --- tasks/copy_static_files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/copy_static_files.yml b/tasks/copy_static_files.yml index a765719..788142d 100644 --- a/tasks/copy_static_files.yml +++ b/tasks/copy_static_files.yml @@ -1,5 +1,5 @@ --- -- name: Copy static files +- name: Copy subdomain static files ansible.builtin.copy: src: "{{ item }}" dest: "{{ galaxy_themes_static_path }}/static-{{ subdomain.name }}/{{ object.value }}"