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_services : Update the CA trust files
- Action: ansible.builtin.command
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_services/tasks/create_provision_container.yml:295
- Host: localhost ( task delegated to cdkcluster-provision )
- Status: changed
- Started: 29 Oct 2023 09:38:55 +0000
- Ended: 29 Oct 2023 09:38:59 +0000
- Duration: 00:00:04.45
- Tags:
- task_prepare_cluster
Field | Value |
---|---|
changed |
True |
cmd |
[ "update-ca-certificates" ] |
delta |
0:00:00.908223 |
end |
2023-10-29 09:38:58.941238 |
invocation |
{ "module_args": { "_raw_params": "update-ca-certificates", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } } |
msg |
|
rc |
0 |
start |
2023-10-29 09:38:58.033015 |
stderr |
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL |
stderr_lines |
[ "rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL" ] |
stdout |
Updating certificates in /etc/ssl/certs... 3 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. |
stdout_lines |
[ "Updating certificates in /etc/ssl/certs...", "3 added, 0 removed; done.", "Running hooks in /etc/ca-certificates/update.d...", "done." ] |