mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix code-blocks to use correct syntax highlighting
This commit is contained in:
@@ -50,12 +50,14 @@ EXAMPLES = '''
|
||||
with_items: "{{ xs_vms.keys() }}"
|
||||
when: xs_vms[item]['power_state'] == "Running"
|
||||
|
||||
TASK: [Print running VMs] ***********************************************************
|
||||
skipping: [10.13.0.22] => (item=CentOS 4.7 (32-bit))
|
||||
ok: [10.13.0.22] => (item=Control domain on host: 10.0.13.22) => {
|
||||
"item": "Control domain on host: 10.0.13.22",
|
||||
"msg": "Control domain on host: 10.0.13.22"
|
||||
}
|
||||
# Which will print:
|
||||
#
|
||||
# TASK: [Print running VMs] ***********************************************************
|
||||
# skipping: [10.13.0.22] => (item=CentOS 4.7 (32-bit))
|
||||
# ok: [10.13.0.22] => (item=Control domain on host: 10.0.13.22) => {
|
||||
# "item": "Control domain on host: 10.0.13.22",
|
||||
# "msg": "Control domain on host: 10.0.13.22"
|
||||
# }
|
||||
'''
|
||||
|
||||
class XenServerFacts:
|
||||
|
||||
Reference in New Issue
Block a user