-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ansible-playbook --check fails with error #32
Comments
pull request with the fix will fallow soon :) |
I ran into this same issue with Please merge #33 or an equivalent fix; it looks like a reasonable fix to me, and without it neither Ewen |
Just encountered this issue in |
I have also ran into this issue. Being the core config module, most of the roles depend on this one and not having a check mode is a significant deterrent to using the whole collection. |
assign default value for result_banners fixing issue ansible-collections#32
SUMMARY
When executing a playbook with --check a Task with a command will fail due to a variable not being assigned.
ISSUE TYPE
COMPONENT NAME
os6_config
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Ubuntu 20.10
STEPS TO REPRODUCE
While running a vlan configuration on os6 with --check to see if the command is executed correctly you get the error
hostvar:
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: