Skip to content
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

ome_application_network_proxy is skipped in check mode #187

Closed
MallocArray opened this issue Dec 22, 2020 · 3 comments
Closed

ome_application_network_proxy is skipped in check mode #187

MallocArray opened this issue Dec 22, 2020 · 3 comments
Labels
area/ome ome modules type/feature-request New feature or request

Comments

@MallocArray
Copy link

When running an ansible playbook with --check enabled, the task ome_application_network_proxy is skipped entirely, instead of running and reporting if it would change something.

Typically with check mode, a task still executes and reports OK or Changed if the task would make changes, but does not actually make any changes. I use this to ensure that things are set as desired or to understand if they will be changing when I run the task for real.

Since this task is skipped entirely, I'm unable to determine ahead of time if anything would be changed. I could add
check_mode: no
which would always run the task, even if check mode is specified, but it would also make the change, which is undesireable.

@jagadeeshnv jagadeeshnv added area/ome ome modules type/feature-request New feature or request labels Jan 7, 2021
@jagadeeshnv
Copy link
Contributor

@MallocArray This has been fixed with the latest release 3.1.0. please verify

@jagadeeshnv
Copy link
Contributor

@MallocArray Hope this is fine, will be closing this.

@MallocArray
Copy link
Author

Confirmed as fixed. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ome ome modules type/feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants