mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
e822450a79
* Add integration tests for iam_policy * Fix indentation and ignore errors during clean up * Mark iam_policy integration tests as unsupported by CI * Add policies to a temporary folder that is cleaned up * Add tasks to verify that iam_policy can remove policies from users, roles, and groups
5 lines
155 B
YAML
5 lines
155 B
YAML
---
|
|
iam_user_name: '{{resource_prefix}}'
|
|
iam_role_name: '{{resource_prefix}}'
|
|
iam_group_name: '{{resource_prefix}}'
|
|
iam_policy_name: '{{resource_prefix}}'
|