results
|
Result #1
Field |
Value |
ansible_loop_var
|
|
changed
|
|
failed
|
|
invocation
|
{
"module_args": {
"autostart": null,
"command": "undefine",
"name": "kimgtnet0",
"state": null,
"uri": "qemu:///system",
"xml": null
}
}
|
result
|
{
"ansible_loop_var": "host",
"changed": false,
"failed": false,
"host": "hypervisor-01",
"invocation": {
"module_args": {
"autostart": null,
"command": "list_nets",
"name": null,
"state": null,
"uri": "qemu:///system",
"xml": null
}
},
"list_nets": [
"kimgtnet0",
"default"
]
}
|
undefine
|
|
Result #2
Field |
Value |
ansible_loop_var
|
|
changed
|
|
failed
|
|
invocation
|
{
"module_args": {
"autostart": null,
"command": "undefine",
"name": "kimgtnet0",
"state": null,
"uri": "qemu:///system",
"xml": null
}
}
|
result
|
{
"ansible_loop_var": "host",
"changed": false,
"failed": false,
"host": "hypervisor-02",
"invocation": {
"module_args": {
"autostart": null,
"command": "list_nets",
"name": null,
"state": null,
"uri": "qemu:///system",
"xml": null
}
},
"list_nets": [
"kimgtnet0",
"default"
]
}
|
undefine
|
|
|