mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Fix bare variable references in docs (#5554)
This commit is contained in:
committed by
Matt Clay
parent
e45e25c257
commit
2ef59561ba
@@ -92,7 +92,7 @@ task:
|
||||
policy_name: "READ-ONLY"
|
||||
policy_document: readonlypolicy.json
|
||||
state: present
|
||||
with_items: new_groups.results
|
||||
with_items: "{{ new_groups.results }}"
|
||||
|
||||
# Create a new S3 policy with prefix per user
|
||||
tasks:
|
||||
|
||||
Reference in New Issue
Block a user