mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 16:04:09 -07:00
Fix bare variable references in docs (#5554)
This commit is contained in:
parent
e45e25c257
commit
2ef59561ba
9 changed files with 10 additions and 10 deletions
|
@ -142,7 +142,7 @@ task:
|
|||
name: jdavila
|
||||
state: update
|
||||
groups: "{{ item.created_group.group_name }}"
|
||||
with_items: new_groups.results
|
||||
with_items: "{{ new_groups.results }}"
|
||||
|
||||
# Example of role with custom trust policy for Lambda service
|
||||
- name: Create IAM role with custom trust relationship
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue