mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
Fix iam_policy example
This commit is contained in:
parent
e5d96dc934
commit
63a619fbae
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ tasks:
|
||||||
iam_policy:
|
iam_policy:
|
||||||
iam_type: user
|
iam_type: user
|
||||||
iam_name: "{{ item.user }}"
|
iam_name: "{{ item.user }}"
|
||||||
policy_name: "s3_limited_access_{{ item.s3_user_prefix }}"
|
policy_name: "s3_limited_access_{{ item.prefix }}"
|
||||||
state: present
|
state: present
|
||||||
policy_json: " {{ lookup( 'template', 's3_policy.json.j2') }} "
|
policy_json: " {{ lookup( 'template', 's3_policy.json.j2') }} "
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue