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
The issue is having both ansible.builtin.set_fact and ansible.builtin.debug in a single task, which of course is not allowed.
Here's a PR that tries to capture the intention - with valid ansible syntax - by removing the debug command and putting its message into the task name. #523
The text was updated successfully, but these errors were encountered:
A recent commit broke execution on Windows.
The issue is having both
ansible.builtin.set_fact
andansible.builtin.debug
in a single task, which of course is not allowed.Here's a PR that tries to capture the intention - with valid ansible syntax - by removing the
debug
command and putting its message into the task name.#523
The text was updated successfully, but these errors were encountered: