Skip to content

Fix role failing in check mode #130

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

Merged
merged 1 commit into from
Jun 12, 2016
Merged

Fix role failing in check mode #130

merged 1 commit into from
Jun 12, 2016

Conversation

UnrealQuester
Copy link
Contributor

If the role is run in check mode, the shell commands never get executed
and the variables used in the next task are undefined, causing the play
to fail.

The commands are now always executed to ensure the variables are
populated.

If the role is run in check mode, the shell commands never get executed
and the variables used in the next task are undefined, causing the play
to fail.

The commands are now always executed to ensure the variables are
populated.
@geerlingguy
Copy link
Owner

Should be safe, since it's just SELECT statements.

@geerlingguy geerlingguy merged commit a892a5c into geerlingguy:master Jun 12, 2016
This was referenced Jun 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants