Skip to content

Commit

Permalink
fix welcome stat task
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli authored Nov 12, 2024
1 parent 8ec9239 commit 2027a45
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 2027a45

Please sign in to comment.