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

aws_az_info: missing check_mode support #106

Closed
resmo opened this issue Jul 14, 2020 · 0 comments · Fixed by #107
Closed

aws_az_info: missing check_mode support #106

resmo opened this issue Jul 14, 2020 · 0 comments · Fixed by #107

Comments

@resmo
Copy link
Member

resmo commented Jul 14, 2020

SUMMARY

aws_az_info is skipped in check mode. But info modules are not meant to change anything, so skipping makes no sense.

ISSUE TYPE
  • Bug Report
COMPONENT NAME

aws_az_info

ANSIBLE VERSION
2.9.10
CONFIGURATION

OS / ENVIRONMENT
STEPS TO REPRODUCE
 $ ansible -m aws_az_info --check localhost
localhost | SKIPPED
EXPECTED RESULTS

not skipped

ACTUAL RESULTS
 $ ansible -m aws_az_info --check localhost
localhost | SKIPPED
abikouo pushed a commit to abikouo/amazon.aws that referenced this issue Oct 24, 2023
* Ignore ansible-deprecated-no-version in 2.9

Until 2.9.10 is released with  #70078

* 2.10 is branched, need a 2.11 sanity-ignores as well.
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 a pull request may close this issue.

1 participant