You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could this maybe due to ansible behaviour, that ansible forgets about the registered result, when it executes tasks from an imported file?
I think that I have checked all other possible reasons and this seems to be the only one left, but maybe I am missing something.
The text was updated successfully, but these errors were encountered:
This task checks, if a custom subdomain welcome.html is present and registers the result in
custom_welcome
ansible-galaxy/tasks/static_subdomain_dirs.yml
Lines 51 to 54 in 8ec9239
However, it appears that the task despite that, skipped and the following task that checks for this variable is not executed:
ansible-galaxy/tasks/copy_static_files.yml
Lines 29 to 37 in 8ec9239
Could this maybe due to ansible behaviour, that ansible forgets about the registered result, when it executes tasks from an imported file?
I think that I have checked all other possible reasons and this seems to be the only one left, but maybe I am missing something.
The text was updated successfully, but these errors were encountered: