ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-fSa executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ntp_provider5.yml ********************************************** 1 plays in /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml PLAY [Configure NTP with ntp as specified provider] **************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:2 Saturday 15 November 2025 22:29:34 -0500 (0:00:00.019) 0:00:00.019 ***** ok: [managed-node2] TASK [Common test setup tasks] ************************************************* task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:9 Saturday 15 November 2025 22:29:36 -0500 (0:00:01.199) 0:00:01.219 ***** included: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml for managed-node2 TASK [Run the role only to get vars needed for validation] ********************* task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:3 Saturday 15 November 2025 22:29:36 -0500 (0:00:00.017) 0:00:01.236 ***** TASK [fedora.linux_system_roles.timesync : Ensure ansible_facts used by role] *** task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:2 Saturday 15 November 2025 22:29:36 -0500 (0:00:00.046) 0:00:01.283 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__timesync_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Check if system is ostree] ********** task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:10 Saturday 15 November 2025 22:29:36 -0500 (0:00:00.033) 0:00:01.317 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.timesync : Set flag to indicate system is ostree] *** task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:15 Saturday 15 November 2025 22:29:36 -0500 (0:00:00.429) 0:00:01.746 ***** ok: [managed-node2] => { "ansible_facts": { "__timesync_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.timesync : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:22 Saturday 15 November 2025 22:29:36 -0500 (0:00:00.031) 0:00:01.778 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.timesync : Set flag if transactional-update exists] *** task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:27 Saturday 15 November 2025 22:29:37 -0500 (0:00:00.386) 0:00:02.165 ***** ok: [managed-node2] => { "ansible_facts": { "__timesync_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.timesync : Set platform/version specific variables] *** task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:31 Saturday 15 November 2025 22:29:37 -0500 (0:00:00.038) 0:00:02.203 ***** ok: [managed-node2] => { "ansible_facts": { "timesync_chrony_conf_path": "/etc/chrony.conf", "timesync_chrony_dhcp_sourcedir": "", "timesync_chrony_sysconfig_options": "", "timesync_chrony_sysconfig_path": "/etc/sysconfig/chronyd", "timesync_ntp_provider_os_default": "chrony", "timesync_ntp_sysconfig_path": "/etc/sysconfig/ntpd", "timesync_phc2sys_sysconfig_path": "/etc/sysconfig/phc2sys", "timesync_ptp4l_sysconfig_path": "/etc/sysconfig/ptp4l", "timesync_timemaster_config_path": "/etc/timemaster.conf" }, "ansible_included_var_files": [ "/tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/vars/CentOS_8.yml" ], "changed": false } TASK [fedora.linux_system_roles.timesync : Run systemctl] ********************** task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:47 Saturday 15 November 2025 22:29:37 -0500 (0:00:00.045) 0:00:02.248 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007391", "end": "2025-11-15 22:29:37.605709", "failed_when_result": false, "rc": 0, "start": "2025-11-15 22:29:37.598318" } STDOUT: running TASK [fedora.linux_system_roles.timesync : Require installed systemd] ********** task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:55 Saturday 15 November 2025 22:29:37 -0500 (0:00:00.548) 0:00:02.797 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:60 Saturday 15 November 2025 22:29:37 -0500 (0:00:00.037) 0:00:02.834 ***** ok: [managed-node2] => { "ansible_facts": { "__timesync_is_booted": true }, "changed": false } TASK [Skip test on ostree systems if unsupported] ****************************** task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:9 Saturday 15 November 2025 22:29:37 -0500 (0:00:00.024) 0:00:02.859 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [Ensure iproute for gathering default_ipv4 fact] ************************** task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:15 Saturday 15 November 2025 22:29:37 -0500 (0:00:00.025) 0:00:02.884 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Ensure ansible_facts used by test] *************************************** task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:21 Saturday 15 November 2025 22:29:40 -0500 (0:00:02.530) 0:00:05.415 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [Debug] ******************************************************************* task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:29 Saturday 15 November 2025 22:29:40 -0500 (0:00:00.017) 0:00:05.432 ***** ok: [managed-node2] => {} MSG: facts { "_ansible_facts_gathered": true, "all_ipv4_addresses": [ "10.31.42.201" ], "all_ipv6_addresses": [ "fe80::cf0:2bff:fed4:ff75" ], "ansible_local": {}, "apparmor": { "status": "disabled" }, "architecture": "x86_64", "bios_date": "08/24/2006", "bios_vendor": "Xen", "bios_version": "4.11.amazon", "board_asset_tag": "NA", "board_name": "NA", "board_serial": "NA", "board_vendor": "NA", "board_version": "NA", "chassis_asset_tag": "NA", "chassis_serial": "NA", "chassis_vendor": "Xen", "chassis_version": "NA", "cmdline": { "BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "crashkernel": "auto", "net.ifnames": "0", "quiet": true, "rhgb": true, "ro": true, "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2" }, "date_time": { "date": "2025-11-15", "day": "15", "epoch": "1763263775", "epoch_int": "1763263775", "hour": "22", "iso8601": "2025-11-16T03:29:35Z", "iso8601_basic": "20251115T222935758910", "iso8601_basic_short": "20251115T222935", "iso8601_micro": "2025-11-16T03:29:35.758910Z", "minute": "29", "month": "11", "second": "35", "time": "22:29:35", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "45", "year": "2025" }, "default_ipv4": { "address": "10.31.42.201", "alias": "eth0", "broadcast": "10.31.43.255", "gateway": "10.31.40.1", "interface": "eth0", "macaddress": "0e:f0:2b:d4:ff:75", "mtu": 9001, "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "type": "ether" }, "default_ipv6": {}, "device_links": { "ids": {}, "labels": {}, "masters": {}, "uuids": { "xvda1": [ "fe591198-9082-4b15-9b62-e83518524cd2" ] } }, "devices": { "xvda": { "holders": [], "host": "", "links": { "ids": [], "labels": [], "masters": [], "uuids": [] }, "model": null, "partitions": { "xvda1": { "holders": [], "links": { "ids": [], "labels": [], "masters": [], "uuids": [ "fe591198-9082-4b15-9b62-e83518524cd2" ] }, "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "start": "2048", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } }, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "support_discard": "0", "vendor": null, "virtual": 1 } }, "discovered_interpreter_python": "/usr/libexec/platform-python", "distribution": "CentOS", "distribution_file_parsed": true, "distribution_file_path": "/etc/centos-release", "distribution_file_variety": "CentOS", "distribution_major_version": "8", "distribution_release": "Stream", "distribution_version": "8", "dns": { "nameservers": [ "10.29.169.13", "10.29.170.12", "10.2.32.1" ], "search": [ "testing-farm.us-east-1.aws.redhat.com" ] }, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": { "BASH_FUNC_which%%": "() { ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "HOME": "/root", "LANG": "en_US.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "2", "SSH_CLIENT": "10.31.41.85 43404 22", "SSH_CONNECTION": "10.31.41.85 43404 10.31.42.201 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_ID": "8", "_": "/usr/libexec/platform-python", "which_declare": "declare -f" }, "eth0": { "active": true, "device": "eth0", "features": { "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "generic_receive_offload": "on", "generic_segmentation_offload": "on", "highdma": "off [fixed]", "hw_tc_offload": "off [fixed]", "l2_fwd_offload": "off [fixed]", "large_receive_offload": "off [fixed]", "loopback": "off [fixed]", "netns_local": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "rx_all": "off [fixed]", "rx_checksumming": "on [fixed]", "rx_fcs": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_gro_list": "off", "rx_udp_gro_forwarding": "off", "rx_udp_tunnel_port_offload": "off [fixed]", "rx_vlan_filter": "off [fixed]", "rx_vlan_offload": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "scatter_gather": "on", "tcp_segmentation_offload": "on", "tls_hw_record": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_sctp": "off [fixed]", "tx_checksumming": "on", "tx_esp_segmentation": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_lockless": "off [fixed]", "tx_nocache_copy": "off", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp_segmentation": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "vlan_challenged": "off [fixed]" }, "hw_timestamp_filters": [], "ipv4": { "address": "10.31.42.201", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22" }, "ipv6": [ { "address": "fe80::cf0:2bff:fed4:ff75", "prefix": "64", "scope": "link" } ], "macaddress": "0e:f0:2b:d4:ff:75", "module": "xen_netfront", "mtu": 9001, "pciid": "vif-0", "promisc": false, "timestamping": [], "type": "ether" }, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "managed-node2", "gather_subset": [ "all" ], "hostname": "managed-node2", "hostnqn": "", "interfaces": [ "eth0", "lo" ], "is_chroot": false, "iscsi_iqn": "", "kernel": "4.18.0-553.5.1.el8.x86_64", "kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "lo": { "active": true, "device": "lo", "features": { "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "generic_receive_offload": "on", "generic_segmentation_offload": "on", "highdma": "on [fixed]", "hw_tc_offload": "off [fixed]", "l2_fwd_offload": "off [fixed]", "large_receive_offload": "off [fixed]", "loopback": "on [fixed]", "netns_local": "on [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "rx_all": "off [fixed]", "rx_checksumming": "on [fixed]", "rx_fcs": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_gro_list": "off", "rx_udp_gro_forwarding": "off", "rx_udp_tunnel_port_offload": "off [fixed]", "rx_vlan_filter": "off [fixed]", "rx_vlan_offload": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "scatter_gather": "on", "tcp_segmentation_offload": "on", "tls_hw_record": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "tx_checksumming": "on", "tx_esp_segmentation": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gso_list": "on", "tx_gso_partial": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_lockless": "on [fixed]", "tx_nocache_copy": "off [fixed]", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tx_sctp_segmentation": "on", "tx_tcp6_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp_segmentation": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "vlan_challenged": "on [fixed]" }, "hw_timestamp_filters": [], "ipv4": { "address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8" }, "ipv6": [ { "address": "::1", "prefix": "128", "scope": "host" } ], "mtu": 65536, "promisc": false, "timestamping": [], "type": "loopback" }, "loadavg": { "15m": 0.14, "1m": 0.55, "5m": 0.3 }, "locally_reachable_ips": { "ipv4": [ "10.31.42.201", "127.0.0.0/8", "127.0.0.1" ], "ipv6": [ "::1", "fe80::cf0:2bff:fed4:ff75" ] }, "lsb": {}, "lvm": "N/A", "machine": "x86_64", "machine_id": "15a70dd8190746ccb66e9ebc3236d0d2", "memfree_mb": 2831, "memory_mb": { "nocache": { "free": 3314, "used": 225 }, "real": { "free": 2831, "total": 3539, "used": 708 }, "swap": { "cached": 0, "free": 0, "total": 0, "used": 0 } }, "memtotal_mb": 3539, "module_setup": true, "mounts": [ { "block_available": 64365251, "block_size": 4096, "block_total": 65533179, "block_used": 1167928, "device": "/dev/xvda1", "fstype": "xfs", "inode_available": 130996150, "inode_total": 131071472, "inode_used": 75322, "mount": "/", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 263640068096, "size_total": 268423901184, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } ], "nodename": "managed-node2", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": { "BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "crashkernel": "auto", "net.ifnames": "0", "quiet": true, "rhgb": true, "ro": true, "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2" }, "processor": [ "0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz" ], "processor_cores": 1, "processor_count": 1, "processor_nproc": 2, "processor_threads_per_core": 2, "processor_vcpus": 2, "product_name": "HVM domU", "product_serial": "ec2cd7c4-4277-da4e-6e09-5dcb93eb1996", "product_uuid": "ec2cd7c4-4277-da4e-6e09-5dcb93eb1996", "product_version": "4.11.amazon", "python": { "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython", "version": { "major": 3, "micro": 8, "minor": 6, "releaselevel": "final", "serial": 0 }, "version_info": [ 3, 6, 8, "final", 0 ] }, "python_version": "3.6.8", "real_group_id": 0, "real_user_id": 0, "selinux": { "config_mode": "enforcing", "mode": "enforcing", "policyvers": 33, "status": "enabled", "type": "targeted" }, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOOP7YEK+PhPAIoVeVNCvpZtaaBMJR3nvcwdV+9rzMDVjcxr1TwChO2EIxjSxWJpdb9g9aGNFT5j82TmMg2d2hmasT7RThNUZlDeuruB5dSjrWOpfM2ZSRYyC9nV/6iIvZBlHK1LNrPuvZWc7JBdKPxIYkQp0E/f+g273snQgNZXAAAAFQCp7GBScDO42mqDUyQWBLEqhLxpcQAAAIEAhQbB6DzA1ba1+TptT+7f0qCgIC311PsczCqtPyyehXgvTmrAhfCih2R5v4cnSIfcS+ZhcK8vx75jX6bJMJf9Sc997/kPK4Q/OaJEcEhiBMrLFTF9DsIAxbKSUuPOak/zteBwXKjGPUZHA1meuLRVFCMilJMvSA3L6DYQsw75oJIAAACBALpHSt2AiV5Ch8JxGDmKcwB2OtTz7MukzatICTgKQ5kcutsphEKCbAE0HZCbH3nNnMTjI2J1kILmvLIdx647NZ68DX8M8pBffC6EndRlrlfthwdNR6HEDf6VC/XNOJtN+YaVk7teYawr8IftF4WTNgdVLs++OMyveqfyZZp7Z+0D", "ssh_host_key_dsa_public_keytype": "ssh-dss", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFYgxHQAIqvOA1Qnk7Jdu0RhqiP9jokXA8ftXFmkkFK842XRZG4gS6ZgVaXjmTDGi/MipcH8Gzuij5zD9LCtCP8=", "ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIK+/UbX3StTp07kGN+VIGgQZCkyM4XUDBVXQLgWy579I", "ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC3N1JZ5J6K46HWCr6/vfsbYxZqroiI9loPUE6esVFG3n4sW/5xi+fuT3iBk8QU60eWr6iYwAZvFk2Uk/q8ZVO4o4c84Y3QBi2jsQ9gzl+MTFfoVVhw3d66tyDSoO5RdmJnBPuiVof/c5e54WqyW98CRhMSJk2VwOsZbAap3dPcISX0hkIz0ZAs2gxI1zO5PG9lTYoBWdBEGqP+lSbNpt5y0wdeVpjy9KOvWNkXcAqcc3sS0KVk88wE36EEj/ipWARw9wZqXdIqQQ9mQsdwZwfSMEK6S4h92BA1XsWnKWoiCRpzbp638/zTs4Xs+a3/J8i9G5H3IP9h1dGW3yA1vKmMK3VGLIwhr0rRySuM92th7cMZBQrie0ODsWEobp65TeQCUkXIeegsQzec0NxfwkyUW0pEhMHSgDdXz9XsyE+rs4kDcXzUOreXsdBR+e2TANKeKMyUbUFf1Kk0Qb4CJk+bCZOe6FqJAgMh+ZNwJSAwqxfQHz0Drg0gRZT/OEbaBS8=", "ssh_host_key_rsa_public_keytype": "ssh-rsa", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": [], "system_capabilities_enforced": "False", "system_vendor": "Xen", "uptime_seconds": 357, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_tech_guest": [ "xen" ], "virtualization_tech_host": [], "virtualization_type": "xen" } TASK [Install ntp] ************************************************************* task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:18 Saturday 15 November 2025 22:29:40 -0500 (0:00:00.016) 0:00:05.449 ***** fatal: [managed-node2]: FAILED! => { "changed": false, "failures": [ "No package ntp available." ], "rc": 1, "results": [] } MSG: Failed to install some of the specified packages ...ignoring TASK [Skip test if no ntp package] ********************************************* task path: /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:25 Saturday 15 November 2025 22:29:42 -0500 (0:00:02.397) 0:00:07.847 ***** META: ending play PLAY RECAP ********************************************************************* managed-node2 : ok=12 changed=0 unreachable=0 failed=0 skipped=3 rescued=0 ignored=1 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 15 November 2025 22:29:42 -0500 (0:00:00.005) 0:00:07.853 ***** =============================================================================== Ensure iproute for gathering default_ipv4 fact -------------------------- 2.53s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:15 Install ntp ------------------------------------------------------------- 2.40s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:18 Gathering Facts --------------------------------------------------------- 1.20s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:2 fedora.linux_system_roles.timesync : Run systemctl ---------------------- 0.55s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:47 fedora.linux_system_roles.timesync : Check if system is ostree ---------- 0.43s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:10 fedora.linux_system_roles.timesync : Check if transactional-update exists in /sbin --- 0.39s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:22 Run the role only to get vars needed for validation --------------------- 0.05s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:3 fedora.linux_system_roles.timesync : Set platform/version specific variables --- 0.05s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:31 fedora.linux_system_roles.timesync : Set flag if transactional-update exists --- 0.04s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:27 fedora.linux_system_roles.timesync : Require installed systemd ---------- 0.04s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:55 fedora.linux_system_roles.timesync : Ensure ansible_facts used by role --- 0.03s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:2 fedora.linux_system_roles.timesync : Set flag to indicate system is ostree --- 0.03s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:15 Skip test on ostree systems if unsupported ------------------------------ 0.03s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:9 fedora.linux_system_roles.timesync : Set flag to indicate that systemd runtime operations are available --- 0.02s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:60 Ensure ansible_facts used by test --------------------------------------- 0.02s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:21 Common test setup tasks ------------------------------------------------- 0.02s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:9 Debug ------------------------------------------------------------------- 0.02s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:29 Skip test if no ntp package --------------------------------------------- 0.01s /tmp/collections-fSa/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:25