Identity added: /runner/artifacts/reboot-os-dataplane-os-edpm/ssh_key_data (/runner/artifacts/reboot-os-dataplane-os-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.20/reference_appendices/interpreter_discovery.html for more information. ok: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Validating arguments against arg spec 'main' - The main entry point for the edpm_reboot role.] *** ok: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Gather ansible_local facts] *********************** [WARNING]: Deprecation warnings can be disabled by setting `deprecation_warnings=False` in ansible.cfg.  skipping: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Make sure yum-utils is installed] *****************  ok: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Check if reboot is required with needs-restarting] *** [DEPRECATION WARNING]: INJECT_FACTS_AS_VARS default to `True` is deprecated, top-level facts will not be auto injected after the change. This feature will be removed from ansible-core version 2.24. Origin: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_reboot/tasks/main.yaml:37:9  35 changed_when: false 36 failed_when: needs_restarting_output.rc >= 2 37 when: ansible_local.bootc is not defined or not ansible_local.bootc  ^ column 9  Use `ansible_facts["fact_name"]` (no `ansible_` prefix) instead.  ok: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Print return information from needs-restarting] *** [DEPRECATION WARNING]: INJECT_FACTS_AS_VARS default to `True` is deprecated, top-level facts will not be auto injected after the change. This feature will be removed from ansible-core version 2.24. Origin: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_reboot/tasks/main.yaml:42:9  40 ansible.builtin.debug: 41 var: needs_restarting_output.stdout 42 when: ansible_local.bootc is not defined or not ansible_local.bootc  ^ column 9  Use `ansible_facts["fact_name"]` (no `ansible_` prefix) instead.  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" } TASK [osp.edpm.edpm_reboot : Create a reboot_required directory if it does not exist] *** [DEPRECATION WARNING]: INJECT_FACTS_AS_VARS default to `True` is deprecated, top-level facts will not be auto injected after the change. This feature will be removed from ansible-core version 2.24. Origin: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_reboot/tasks/main.yaml:46:7  44 - name: Create reboot file for needs-restarting 45 when: 46 - ansible_local.bootc is not defined or not ansible_local.bootc  ^ column 7  Use `ansible_facts["fact_name"]` (no `ansible_` prefix) instead.  changed: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Create file for reboot required] ****************** changed: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Save result of needs_restarting result to file] *** changed: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Check reboot_required folder for other services that requires reboot] *** ok: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Check if old_tripleo_node config dir exists] ****** ok: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Check if edpm_node config dir exists] ************* ok: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Set reboot_required fact] ************************* ok: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Print message if reboot is required, but is not going to be started] *** skipping: [edpm-compute-0] 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 TASK [osp.edpm.edpm_reboot : Reboot nodes] ************************************* changed: [edpm-compute-0] TASK [osp.edpm.edpm_reboot : Remove reboot_required directory] ***************** changed: [edpm-compute-0] PLAY RECAP ********************************************************************* edpm-compute-0 : ok=15  changed=5  unreachable=0 failed=0 skipped=2  rescued=0 ignored=0