Playbook #1 |
/root/kubeinit/ci/builds/6mbKNrxD/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml |
Task result details
- Play: Run the deployment on the target infrastructure (OpenStack/libvirt hypervisors)
- Task: kubeinit.kubeinit.kubeinit_libvirt : Get list of existing remote system connection definitions
- Action: ansible.builtin.shell
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_libvirt/tasks/cleanup_hypervisors.yml:42
- Host: localhost
- Status: changed
- Started: 29 Oct 2023 00:04:27 +0000
- Ended: 29 Oct 2023 00:04:27 +0000
- Duration: 00:00:00.28
- Tags:
- task_cleanup_hypervisors
Field | Value |
---|---|
changed |
True |
cmd |
set -eo pipefail podman --remote system connection list | sed -e 1d -e 's/[* ].*//' |
delta |
0:00:00.043507 |
end |
2023-10-29 02:04:27.527675 |
invocation |
{ "module_args": { "_raw_params": "set -eo pipefail\npodman --remote system connection list | sed -e 1d -e 's/[* ].*//'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": "/bin/bash", "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } } |
msg |
|
rc |
0 |
start |
2023-10-29 02:04:27.484168 |
stderr |
|
stderr_lines |
[]
|
stdout |
hypervisor-01 |
stdout_lines |
[ "hypervisor-01" ] |