Skip to content

Commit

Permalink
Merge pull request #221 from mira-miracoli/fix-welcome-stat
Browse files Browse the repository at this point in the history
fix welcome stat task
  • Loading branch information
bgruening authored Nov 12, 2024
2 parents 8ec9239 + 2027a45 commit d494e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/static_subdomain_dirs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
ansible.builtin.stat:
path: "{{ galaxy_themes_ansible_file_path }}/{{ subdomain.name }}/static/welcome.html"
register: custom_welcome
delegate_to: 127.0.0.1

- name: Create welcome.html directory
ansible.builtin.file:
Expand Down

0 comments on commit d494e2e

Please sign in to comment.