Identity added: /runner/artifacts/reboot-os-dataplane-edpm/ssh_key_data (/runner/artifacts/reboot-os-dataplane-edpm/ssh_key_data) PLAY [Reboot nodes if reboot is required] ************************************** [WARNING]: Found variable using reserved name 'gather_facts'. Origin: /runner/inventory/hosts:137:9  135 edpm_telemetry_podman_exporter_image: quay.io/navidys/prometheus-podman-exporter@sha256:d339ba049bbd1adcc... 136 edpm_tls_certs_enabled: true 137 gather_facts: false  ^ column 9  TASK [Gather ansible_local facts] ********************************************** [WARNING]: Host 'edpm-compute-0' is using the discovered Python interpreter at '/usr/bin/python3.9', but future installation of another Python interpreter could cause a different interpreter to be discovered. See https://docs.ansible.com/ansible-core/2.19/reference_appendices/interpreter_discovery.html for more information. ok: [edpm-compute-0] [WARNING]: Host 'edpm-compute-1' is using the discovered Python interpreter at '/usr/bin/python3.9', but future installation of another Python interpreter could cause a different interpreter to be discovered. See https://docs.ansible.com/ansible-core/2.19/reference_appendices/interpreter_discovery.html for more information. ok: [edpm-compute-1] TASK [osp.edpm.edpm_reboot : Validating arguments against arg spec 'main' - The main entry point for the edpm_reboot role.] *** ok: [edpm-compute-0] ok: [edpm-compute-1] TASK [osp.edpm.edpm_reboot : Gather ansible_local facts] *********************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_reboot : Make sure yum-utils is installed] ***************** ok: [edpm-compute-1] ok: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Check if reboot is required with needs-restarting] *** ok: [edpm-compute-0] ok: [edpm-compute-1] TASK [osp.edpm.edpm_reboot : Print return information from needs-restarting] *** ok: [edpm-compute-0] => {  "needs_restarting_output.stdout": "Core libraries or services have been updated since boot-up:\n * systemd\n\nReboot is required to fully utilize these updates.\nMore information: https://access.redhat.com/solutions/27943" } ok: [edpm-compute-1] => {  "needs_restarting_output.stdout": "Core libraries or services have been updated since boot-up:\n * systemd\n\nReboot is required to fully utilize these updates.\nMore information: https://access.redhat.com/solutions/27943" } TASK [osp.edpm.edpm_reboot : Create a reboot_required directory if it does not exist] *** changed: [edpm-compute-1] changed: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Create file for reboot required] ****************** changed: [edpm-compute-0] changed: [edpm-compute-1] TASK [osp.edpm.edpm_reboot : Save result of needs_restarting result to file] *** changed: [edpm-compute-1] changed: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Check reboot_required folder for other services that requires reboot] *** ok: [edpm-compute-1] ok: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Check if old_tripleo_node config dir exists] ****** ok: [edpm-compute-1] ok: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Check if edpm_node config dir exists] ************* ok: [edpm-compute-1] ok: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Set reboot_required fact] ************************* ok: [edpm-compute-0] ok: [edpm-compute-1] TASK [osp.edpm.edpm_reboot : Print message if reboot is required, but is not going to be started] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_reboot : Reboot tasks] ************************************* included: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_reboot/tasks/reboot.yaml for edpm-compute-0, edpm-compute-1 TASK [osp.edpm.edpm_reboot : Reboot nodes] ************************************* changed: [edpm-compute-1] changed: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Remove reboot_required directory] ***************** changed: [edpm-compute-0] changed: [edpm-compute-1] PLAY RECAP ********************************************************************* edpm-compute-0 : ok=15  changed=5  unreachable=0 failed=0 skipped=2  rescued=0 ignored=0 edpm-compute-1 : ok=15  changed=5  unreachable=0 failed=0 skipped=2  rescued=0 ignored=0