-
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 - add support for diff mode #1375
iam_policy - add support for diff mode #1375
Conversation
@@ -35,7 +35,6 @@ | |||
policy_json: | |||
description: | |||
- A properly json formatted policy as string. | |||
- See U(https://github.com/ansible/ansible/issues/7005#issuecomment-42894813) on how to use it properly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for the reader, we switched to the "JSON" type prior to Ansible 2.10 which makes this reference about Ansible mangling templated JSON strings moot.
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Backport to stable-4: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 1ac84c3 on top of patchback/backports/stable-4/1ac84c305b3853477cb78af35aa89902ac98f1fb/pr-1375 Backporting merged PR #1375 into main
🤖 @patchback |
iam_policy - add support for diff mode SUMMARY fixes: ansible-collections#560 Adds support for diff mode renames policies to policy_names so that in future we can return the policies (outside of the diff) too. Attempts to handle AccessDenied more cleanly ISSUE TYPE Feature Pull Request COMPONENT NAME iam_policy ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None> Reviewed-by: Markus Bergholz <[email protected]>
[stable-4] iam_policy - add support for diff mode SUMMARY Manual back-port of (#1375) Adds support for diff mode renames policies to policy_names so that in future we can return the policies (outside of the diff) too. Attempts to handle AccessDenied more cleanly ISSUE TYPE Feature Pull Request COMPONENT NAME iam_policy ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz Reviewed-by: Alina Buzachis <None>
iam_policy - add support for diff mode SUMMARY fixes: ansible-collections#560 Adds support for diff mode renames policies to policy_names so that in future we can return the policies (outside of the diff) too. Attempts to handle AccessDenied more cleanly ISSUE TYPE Feature Pull Request COMPONENT NAME iam_policy ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None> Reviewed-by: Markus Bergholz <[email protected]> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@1ac84c3
Black-en plugins/plugin_utils SUMMARY Minor linting related changes to plugins/plugin_utils ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/plugin_utils ADDITIONAL INFORMATION This code hasn't been released yet. Reviewed-by: Jill R Reviewed-by: Alina Buzachis
SUMMARY
fixes: #560
policies
topolicy_names
so that in future we can return the policies (outside of the diff) too.ISSUE TYPE
COMPONENT NAME
iam_policy
ADDITIONAL INFORMATION