Fix bare variable references in docs (#5554)

This commit is contained in:
Andrew Gaffney 2016-11-10 12:47:59 -07:00 committed by Matt Clay
commit 2ef59561ba
9 changed files with 10 additions and 10 deletions

View file

@ -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