From ec6e925ab159c1b4154e7412241e4a96cbe414ea Mon Sep 17 00:00:00 2001 From: Sanjay Kumar Srikakulam Date: Thu, 15 Feb 2024 17:15:18 +0000 Subject: [PATCH] fix typo for subdomain themes --- tasks/static_dirs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/static_dirs.yml b/tasks/static_dirs.yml index c59ab2c..926cd60 100644 --- a/tasks/static_dirs.yml +++ b/tasks/static_dirs.yml @@ -18,6 +18,6 @@ - name: Include create subdomain static dirs and copy static files ansible.builtin.include_tasks: static_subdomain_dirs.yml loop: "{{ galaxy_themes_subdomains if galaxy_themes_subdomains | length or \ - galaxy_manage_static else [] }}" + galaxy_manage_subdomain_static else [] }}" loop_control: loop_var: subdomain