mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 16:34:02 -07:00
Validate EXAMPLES as YAML
This commit is contained in:
parent
499d3a1b53
commit
7c00346714
112 changed files with 441 additions and 381 deletions
|
@ -163,7 +163,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: Add new instance to host group
|
||||
add_host:
|
||||
hostname: '{{ item['ips'][0].public_ip }}'
|
||||
hostname: "{{ item['ips'][0].public_ip }}"
|
||||
groupname: azure_vms
|
||||
with_items: "{{ azure.deployment.instances }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue