Playbook #2 |
/root/kubeinit/ci/builds/bsU8uCNn/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: 05 May 2024 08:12:10 +0000
- Ended: 05 May 2024 08:12:10 +0000
- Duration: 00:00:00.29
- 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.047268 |
end |
2024-05-05 11:12:10.481624 |
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 |
2024-05-05 11:12:10.434356 |
stderr |
|
stderr_lines |
[]
|
stdout |
hypervisor-01 |
stdout_lines |
[ "hypervisor-01" ] |