Skip to content

Commit

Permalink
Merge pull request #205 from sanjaysrikakulam/subdomain_static_typo
Browse files Browse the repository at this point in the history
fix typo for subdomain themes
  • Loading branch information
hexylena authored Feb 16, 2024
2 parents 7557641 + ec6e925 commit da44515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/static_dirs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit da44515

Please sign in to comment.