Identity added: /runner/artifacts/install-os-dataplane-os-edpm/ssh_key_data (/runner/artifacts/install-os-dataplane-os-edpm/ssh_key_data) PLAY [Deploy EDPM Operating System Install] ************************************ [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_podman : Gather ansible_local facts] *********************** ok: [edpm-compute-0] TASK [osp.edpm.edpm_podman : Ensure podman and deps are installed] ************* [WARNING]: Deprecation warnings can be disabled by setting `deprecation_warnings=False` in ansible.cfg.  changed: [edpm-compute-0] TASK [osp.edpm.edpm_podman : Ensure we get the ansible interfaces facts] ******* ok: [edpm-compute-0] TASK [osp.edpm.edpm_podman : Delete legacy cni0 interface (podman < 1.6)] ****** skipping: [edpm-compute-0] TASK [osp.edpm.edpm_podman : Make sure /etc/cni/net.d folder exists] *********** skipping: [edpm-compute-0] TASK [osp.edpm.edpm_podman : Update default network configuration if possible] *** skipping: [edpm-compute-0] TASK [osp.edpm.edpm_podman : Make sure /etc/containers/networks exists] ******** changed: [edpm-compute-0] TASK [osp.edpm.edpm_podman : Get current podman network] *********************** changed: [edpm-compute-0] TASK [osp.edpm.edpm_podman : Update the default network configuration] ********* changed: [edpm-compute-0] TASK [osp.edpm.edpm_podman : Write containers registries.conf] ***************** changed: [edpm-compute-0] TASK [osp.edpm.edpm_podman : Write containers registries.conf for disconnected ocp] *** skipping: [edpm-compute-0] TASK [osp.edpm.edpm_podman : Write containers.conf] **************************** changed: [edpm-compute-0] => (item={'section': 'containers', 'option': 'pids_limit', 'value': 4096}) changed: [edpm-compute-0] => (item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'}) changed: [edpm-compute-0] => (item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'}) changed: [edpm-compute-0] => (item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'}) TASK [osp.edpm.edpm_podman : Enable podman.socket service] ********************* skipping: [edpm-compute-0] TASK [osp.edpm.edpm_sshd : Gather ansible_local facts] *************************  skipping: [edpm-compute-0] TASK [osp.edpm.edpm_sshd : Install the OpenSSH server] *************************  ok: [edpm-compute-0] TASK [osp.edpm.edpm_sshd : Generate sshd host keys] **************************** skipping: [edpm-compute-0] TASK [Install and configure time service using timesync system role] *********** included: fedora.linux_system_roles.timesync for edpm-compute-0 TASK [fedora.linux_system_roles.timesync : Set version specific variables] ***** included: /usr/share/ansible/collections/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml for edpm-compute-0 TASK [fedora.linux_system_roles.timesync : Ensure ansible_facts used by role] *** ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Check if system is ostree] ********** ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Set flag to indicate system is ostree] *** ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Check if transactional-update exists in /sbin] *** ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Set flag if transactional-update exists] *** ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Set platform/version specific variables] *** ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Run systemctl] ********************** ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Require installed systemd] ********** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Set flag to indicate that systemd runtime operations are available] *** ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Populate service facts] ************* ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Set variable `timesync_services` with filtered uniq service names] *** ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Populate service facts when in bootc mode] *** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Set variable `timesync_services` with filtered uniq service names when in bootc mode] *** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Check that variable 'timesync_services' is defined] *** ok: [edpm-compute-0] => {  "changed": false,  "msg": "All assertions passed" } TASK [fedora.linux_system_roles.timesync : Check if only NTP is needed] ******** ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Check if single PTP is needed] ****** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Check if both NTP and PTP are needed] *** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Determine current NTP provider] ***** ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Select NTP provider] **************** [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/fedora/linux_system_roles/roles/timesync/tasks/main.yml:57:28  55 - name: Select NTP provider 56 set_fact: 57 timesync_ntp_provider: "{{ timesync_ntp_provider_current | default(timesync_ntp_provider_os_default, true) }}"  ^ column 28  Use `ansible_facts["fact_name"]` (no `ansible_` prefix) instead.  ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Install chrony] ********************* [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/fedora/linux_system_roles/roles/timesync/tasks/main.yml:69:7  67 when: 68 - timesync_mode != 2 69 - timesync_ntp_provider == 'chrony'  ^ column 7  Use `ansible_facts["fact_name"]` (no `ansible_` prefix) instead.  ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Install ntp] ************************ [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/fedora/linux_system_roles/roles/timesync/tasks/main.yml:79:7  77 when: 78 - timesync_mode != 2 79 - timesync_ntp_provider == 'ntp'  ^ column 7  Use `ansible_facts["fact_name"]` (no `ansible_` prefix) instead.  skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Install linuxptp] ******************* skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Notify user that reboot is needed to apply changes] *** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Reboot transactional update systems] *** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Fail if reboot is needed and not set] *** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Gather package facts] *************** ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Run phc_ctl on PTP interface] ******* skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Check if PTP interface supports HW timestamping] *** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Generate chrony.conf file] ********** [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/fedora/linux_system_roles/roles/timesync/tasks/main.yml:140:7  138 when: 139 - timesync_mode != 2 140 - timesync_ntp_provider == 'chrony'  ^ column 7  Use `ansible_facts["fact_name"]` (no `ansible_` prefix) instead.  changed: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Generate chronyd sysconfig file] **** [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/fedora/linux_system_roles/roles/timesync/tasks/main.yml:152:7  150 when: 151 - timesync_mode == 1 152 - timesync_ntp_provider == 'chrony'  ^ column 7  Use `ansible_facts["fact_name"]` (no `ansible_` prefix) instead.  changed: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Generate ntp.conf file] ************* [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/fedora/linux_system_roles/roles/timesync/tasks/main.yml:165:7  163 when: 164 - timesync_mode != 2 165 - timesync_ntp_provider == 'ntp'  ^ column 7  Use `ansible_facts["fact_name"]` (no `ansible_` prefix) instead.  skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Generate ntpd sysconfig file] *******  skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Generate ptp4l.conf file] *********** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Generate ptp4l sysconfig file] ****** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Generate phc2sys sysconfig file] **** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Generate timemaster.conf file] ****** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Update network sysconfig file] ****** [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/fedora/linux_system_roles/roles/timesync/tasks/main.yml:241:11  239 # yamllint disable-line rule:line-length 240 state: "{{ 'absent' if timesync_dhcp_ntp_servers else 'present' }}" # noqa args[module] 241 notify: Restart {{ timesync_ntp_provider + 'd' }}  ^ column 11  Use `ansible_facts["fact_name"]` (no `ansible_` prefix) instead.  changed: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Disable chronyd] ********************  skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Disable ntpd] ***********************  skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Disable ntpdate] ******************** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Disable sntp] *********************** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Disable ptp4l] ********************** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Disable phc2sys] ******************** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Disable timemaster] ***************** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Enable chronyd] *********************  ok: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Enable ntpd] ************************  skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Enable ptp4l] *********************** skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Enable phc2sys] ********************* skipping: [edpm-compute-0] TASK [fedora.linux_system_roles.timesync : Enable timemaster] ****************** skipping: [edpm-compute-0] RUNNING HANDLER [fedora.linux_system_roles.timesync : Restart chronyd] ********* changed: [edpm-compute-0] PLAY RECAP ********************************************************************* edpm-compute-0 : ok=33  changed=10  unreachable=0 failed=0 skipped=36  rescued=0 ignored=0