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
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
dryrun is not working, because some shell scripts read variables which are unset.
To workaroung this you can assume values when starting in testmode
Use something like:
name: set variable to blabla while in testmode
set_fact: ...
when: ansible_check_mode
dryrun is not working, because some shell scripts read variables which are unset.
To workaroung this you can assume values when starting in testmode
Use something like:
set_fact: ...
when: ansible_check_mode
see https://docs.ansible.com/ansible/2.5/user_guide/playbooks_checkmode.html
The text was updated successfully, but these errors were encountered: