mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 01:44:03 -07:00
Fix bare variable references in docs
This commit is contained in:
parent
c6b08ca623
commit
a8d80f7165
11 changed files with 17 additions and 17 deletions
|
@ -159,7 +159,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: Add new instance to host group
|
||||
add_host: hostname={{ item['ips'][0].public_ip }} groupname=azure_vms
|
||||
with_items: azure.deployment.instances
|
||||
with_items: "{{ azure.deployment.instances }}"
|
||||
|
||||
- hosts: azure_vms
|
||||
user: devopscle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue