results
|
Result #1
Result #2
Result #3
Field |
Value |
ansible_facts
|
{
"all_hosts_guest_vms": [
[
"hypervisor-01",
"controller-01"
],
[
"hypervisor-01",
"compute-01"
],
[
"hypervisor-01",
"compute-02"
]
]
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
[
"hypervisor-01",
"compute-02"
]
|
Result #4
Field |
Value |
ansible_facts
|
{
"all_hosts_guest_vms": [
[
"hypervisor-01",
"controller-01"
],
[
"hypervisor-01",
"compute-01"
],
[
"hypervisor-01",
"compute-02"
],
[
"hypervisor-01",
"juju-controller"
]
]
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
[
"hypervisor-01",
"juju-controller"
]
|
|