-
Notifications
You must be signed in to change notification settings - Fork 398
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
iam_policy - update examples, add RETURN, add required_if case #1093
iam_policy - update examples, add RETURN, add required_if case #1093
Conversation
Backport to stable-2: 💚 backport PR created✅ Backport PR branch: Backported as #1096 🤖 @patchback |
iam_policy - update examples, add RETURN, add required_if case SUMMARY fix broken example add RETURN documentation require one of policy_document or policy_json when state is present add extra integration tests for check mode idempotency cases ISSUE TYPE Bugfix Pull Request COMPONENT NAME iam_policy Reviewed-by: Mark Chappell <None> Reviewed-by: Markus Bergholz <git@osuv.de> (cherry picked from commit c978414)
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #1097 🤖 @patchback |
iam_policy - update examples, add RETURN, add required_if case SUMMARY fix broken example add RETURN documentation require one of policy_document or policy_json when state is present add extra integration tests for check mode idempotency cases ISSUE TYPE Bugfix Pull Request COMPONENT NAME iam_policy Reviewed-by: Mark Chappell <None> Reviewed-by: Markus Bergholz <git@osuv.de> (cherry picked from commit c978414)
#1097) [PR #1093/c9784148 backport][stable-3] iam_policy - update examples, add RETURN, add required_if case This is a backport of PR #1093 as merged into main (c978414). SUMMARY fix broken example add RETURN documentation require one of policy_document or policy_json when state is present add extra integration tests for check mode idempotency cases ISSUE TYPE Bugfix Pull Request COMPONENT NAME iam_policy Reviewed-by: Markus Bergholz <git@osuv.de>
#1096) [PR #1093/c9784148 backport][stable-2] iam_policy - update examples, add RETURN, add required_if case This is a backport of PR #1093 as merged into main (c978414). SUMMARY fix broken example add RETURN documentation require one of policy_document or policy_json when state is present add extra integration tests for check mode idempotency cases ISSUE TYPE Bugfix Pull Request COMPONENT NAME iam_policy Reviewed-by: Markus Bergholz <git@osuv.de>
…le-collections#1093) iam_policy - update examples, add RETURN, add required_if case SUMMARY fix broken example add RETURN documentation require one of policy_document or policy_json when state is present add extra integration tests for check mode idempotency cases ISSUE TYPE Bugfix Pull Request COMPONENT NAME iam_policy Reviewed-by: Mark Chappell <None> Reviewed-by: Markus Bergholz <git@osuv.de> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@c978414
inventory/aws_ec2: extend unit-test coverage Depends-On: ansible-collections#1090 Break up the _populate() method into smaller function. Use @classmethod when possible and reduce the use of get_option() to avoid side-effects. Reviewed-by: Mark Chappell <None> Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net> Reviewed-by: Alina Buzachis <None>
SUMMARY
ISSUE TYPE
COMPONENT NAME
iam_policy