-
Notifications
You must be signed in to change notification settings - Fork 741
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
The role fails when conditionally included #105
Comments
omit empty variables when in check-mode or when set_fact is skipped. Fix #105
Thanks for reporting! Should be fixed here: #106 |
This also fixes #103 |
Thanks. I will try your fix and get back to you ! |
I can confirm that the fix proposed in the PR #106 solves the issue |
omit empty variables when in check-mode or when set_fact is skipped. Fix #105
omit empty variables when in check-mode or when set_fact is skipped. Fix dev-sec#105
remove duplicate section
Hi,
I need to use your role only on specific environments so I'm using a when instruction in my role statement in my playbook like below to choose whether or not I want to deploy security rules :
Then in the task file of my "security" role I use the statements below to include your role
The problem occurs when I don't want to deploy security rules, i.e when deploy_security_rules = false
Here is the output I obtain during failure :
Any idea why the role is failing ?
The text was updated successfully, but these errors were encountered: