ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', 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 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_options.yml **************************************************** 1 plays in /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_options.yml PLAY [Test setting OPTIONS] **************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_options.yml:2 Tuesday 03 February 2026 11:09:27 -0500 (0:00:00.030) 0:00:00.030 ****** ok: [managed-node3] META: ran handlers TASK [Get vars needed to run the tests] **************************************** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_options.yml:8 Tuesday 03 February 2026 11:09:28 -0500 (0:00:00.996) 0:00:01.027 ****** TASK [fedora.linux_system_roles.timesync : Ensure ansible_facts used by role] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:2 Tuesday 03 February 2026 11:09:28 -0500 (0:00:00.050) 0:00:01.078 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Check if system is ostree] ********** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:10 Tuesday 03 February 2026 11:09:28 -0500 (0:00:00.044) 0:00:01.123 ****** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.timesync : Set flag to indicate system is ostree] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:15 Tuesday 03 February 2026 11:09:29 -0500 (0:00:00.463) 0:00:01.586 ****** ok: [managed-node3] => { "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-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:22 Tuesday 03 February 2026 11:09:29 -0500 (0:00:00.053) 0:00:01.640 ****** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.timesync : Set flag if transactional-update exists] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:27 Tuesday 03 February 2026 11:09:29 -0500 (0:00:00.430) 0:00:02.070 ****** ok: [managed-node3] => { "ansible_facts": { "__timesync_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.timesync : Set platform/version specific variables] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:31 Tuesday 03 February 2026 11:09:29 -0500 (0:00:00.073) 0:00:02.144 ****** ok: [managed-node3] => { "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-JLN/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-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:47 Tuesday 03 February 2026 11:09:29 -0500 (0:00:00.067) 0:00:02.211 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007986", "end": "2026-02-03 11:09:30.171601", "failed_when_result": false, "rc": 0, "start": "2026-02-03 11:09:30.163615" } STDOUT: running TASK [fedora.linux_system_roles.timesync : Require installed systemd] ********** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:55 Tuesday 03 February 2026 11:09:30 -0500 (0:00:00.560) 0:00:02.771 ****** skipping: [managed-node3] => { "changed": false, "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-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:60 Tuesday 03 February 2026 11:09:30 -0500 (0:00:00.034) 0:00:02.806 ****** ok: [managed-node3] => { "ansible_facts": { "__timesync_is_booted": true }, "changed": false } TASK [Install chrony] ********************************************************** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_options.yml:15 Tuesday 03 February 2026 11:09:30 -0500 (0:00:00.034) 0:00:02.841 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install ntp] ************************************************************* task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_options.yml:22 Tuesday 03 February 2026 11:09:30 -0500 (0:00:00.030) 0:00:02.871 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get OPTIONS before running] ********************************************** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_options.yml:29 Tuesday 03 February 2026 11:09:30 -0500 (0:00:00.030) 0:00:02.902 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^OPTIONS=", "/etc/sysconfig/chronyd" ], "delta": "0:00:00.002778", "end": "2026-02-03 11:09:30.652776", "rc": 0, "start": "2026-02-03 11:09:30.649998" } STDOUT: OPTIONS="" TASK [Run role with no arguments to get provider] ****************************** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_options.yml:34 Tuesday 03 February 2026 11:09:30 -0500 (0:00:00.356) 0:00:03.259 ****** TASK [fedora.linux_system_roles.timesync : Set version specific variables] ***** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:2 Tuesday 03 February 2026 11:09:30 -0500 (0:00:00.179) 0:00:03.439 ****** included: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.timesync : Ensure ansible_facts used by role] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:2 Tuesday 03 February 2026 11:09:30 -0500 (0:00:00.029) 0:00:03.468 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Check if system is ostree] ********** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:10 Tuesday 03 February 2026 11:09:30 -0500 (0:00:00.034) 0:00:03.502 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Set flag to indicate system is ostree] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:15 Tuesday 03 February 2026 11:09:30 -0500 (0:00:00.032) 0:00:03.535 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:22 Tuesday 03 February 2026 11:09:31 -0500 (0:00:00.032) 0:00:03.568 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Set flag if transactional-update exists] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:27 Tuesday 03 February 2026 11:09:31 -0500 (0:00:00.032) 0:00:03.600 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Set platform/version specific variables] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:31 Tuesday 03 February 2026 11:09:31 -0500 (0:00:00.045) 0:00:03.646 ****** ok: [managed-node3] => { "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-JLN/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-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:47 Tuesday 03 February 2026 11:09:31 -0500 (0:00:00.097) 0:00:03.744 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Require installed systemd] ********** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:55 Tuesday 03 February 2026 11:09:31 -0500 (0:00:00.087) 0:00:03.832 ****** skipping: [managed-node3] => { "changed": false, "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-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:60 Tuesday 03 February 2026 11:09:31 -0500 (0:00:00.061) 0:00:03.893 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Populate service facts] ************* task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:5 Tuesday 03 February 2026 11:09:31 -0500 (0:00:00.048) 0:00:03.941 ****** ok: [managed-node3] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [fedora.linux_system_roles.timesync : Set variable `timesync_services` with filtered uniq service names] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:9 Tuesday 03 February 2026 11:09:32 -0500 (0:00:01.605) 0:00:05.547 ****** ok: [managed-node3] => { "ansible_facts": { "timesync_services": [ "emergency", "rc-local", "ebtables", "dracut-initqueue", "sshd-keygen@ed25519", "systemd-exit", "systemd-ask-password-plymouth", "initrd-udevadm-cleanup-db", "auditd", "sssd", "dbus-org.freedesktop.nm-dispatcher", "auth-rpcgss-module", "rpc-gssd", "chrony-wait", "dracut-pre-trigger", "selinux-autorelabel-mark", "plymouth-start", "cpupower", "teamd", "systemd-hibernate", "systemd-random-seed", "sshd", "nfs-idmapd", "systemd-udev-trigger", "systemd-user-sessions", "console-getty", "systemd-journal-flush", "NetworkManager-dispatcher", "tuned", "microcode", "kmod-static-nodes", "dracut-mount", "gssproxy", "systemd-binfmt", "systemd-vconsole-setup", "sssd-sudo", "NetworkManager", "nfs-convert", "plymouth-kexec", "rpc-statd-notify", "systemd-quotacheck", "systemd-hostnamed", "iprupdate", "timedatex", "debug-shell", "systemd-kexec", "cloud-final", "systemd-hwdb-update", "systemd-journal-catalog-update", "nfsdcld", "plymouth-switch-root", "NetworkManager-wait-online", "selinux-autorelabel", "systemd-modules-load", "user-runtime-dir@0", "rdisc", "systemd-fsck", "systemd-hibernate-resume", "systemd-ask-password-console", "systemd-update-utmp-runlevel", "systemd-update-done", "man-db-cache-update", "plymouth-read-write", "sssd-ssh", "cloud-config", "nftables", "getty@tty1", "dnf-system-upgrade", "systemd-tmpfiles-clean", "nfs-server", "systemd-update-utmp", "rescue", "crond", "systemd-suspend", "rngd", "unbound-anchor", "system-update-cleanup", "man-db-restart-cache-update", "systemd-halt", "dnf-makecache", "systemd-reboot", "cloud-init-local", "systemd-sysusers", "systemd-remount-fs", "systemd-suspend-then-hibernate", "systemd-localed", "dracut-shutdown", "sssd-kcm", "systemd-ask-password-wall", "systemd-backlight", "systemd-poweroff", "rpcbind", "fstrim", "cloud-init-hotplugd", "dbus-org.freedesktop.login1", "iprdump", "systemd-resolved", "sshd-keygen", "sshd-keygen@ecdsa", "tcsd", "cloud-init", "dracut-cmdline", "dbus-org.freedesktop.locale1", "systemd-tmpfiles-setup-dev", "qemu-guest-agent", "systemd-tmpfiles-setup", "syslog", "polkit", "systemd-fsck-root", "systemd-rfkill", "systemd-pstore", "dbus-org.freedesktop.timedate1", "dbus", "dracut-pre-pivot", "plymouth-quit", "plymouth-reboot", "messagebus", "getty", "sssd-autofs", "systemd-sysctl", "dracut-shutdown-onfailure", "serial-getty", "restraintd", "plymouth-quit-wait", "dbus-org.freedesktop.portable1", "sssd-nss", "loadmodules", "sshd-keygen@rsa", "user", "initrd-switch-root", "systemd-coredump", "rpc-statd", "systemd-firstboot", "nfs-blkmap", "dracut-pre-udev", "systemd-volatile-root", "systemd-machine-id-commit", "halt-local", "dracut-pre-mount", "ldconfig", "firewalld", "oddjobd", "plymouth-halt", "dbus-org.freedesktop.hostname1", "iprinit", "systemd-journald", "user@0", "kvm_stat", "plymouth-switch-root-initramfs", "initrd-parse-etc", "systemd-initctl", "sssd-pac", "systemd-logind", "grub-boot-indeterminate", "kdump", "autovt", "dnf-system-upgrade-cleanup", "import-state", "systemd-udev-settle", "initrd-cleanup", "nfs-mountd", "rsyslog", "plymouth-poweroff", "chronyd", "user-runtime-dir", "chrony-dnssrv", "systemd-portabled", "irqbalance", "container-getty", "systemd-hybrid-sleep", "sssd-pam", "nis-domainname", "nfs-utils", "quotaon", "systemd-udevd" ] }, "changed": false } TASK [fedora.linux_system_roles.timesync : Populate service facts when in bootc mode] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:14 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.067) 0:00:05.614 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Set variable `timesync_services` with filtered uniq service names when in bootc mode] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:20 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.048) 0:00:05.663 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Check that variable 'timesync_services' is defined] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:25 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.049) 0:00:05.713 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.timesync : Check if only NTP is needed] ******** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:30 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.045) 0:00:05.758 ****** ok: [managed-node3] => { "ansible_facts": { "timesync_mode": 1 }, "changed": false } TASK [fedora.linux_system_roles.timesync : Check if single PTP is needed] ****** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:35 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.039) 0:00:05.797 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Check if both NTP and PTP are needed] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:44 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.038) 0:00:05.836 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Determine current NTP provider] ***** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:49 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.041) 0:00:05.878 ****** fatal: [managed-node3]: FAILED! => {} MSG: module (fedora.linux_system_roles.timesync_provider) is missing interpreter line TASK [Reset OPTIONS] *********************************************************** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_options.yml:75 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.120) 0:00:05.998 ****** TASK [fedora.linux_system_roles.timesync : Set version specific variables] ***** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:2 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.067) 0:00:06.066 ****** included: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.timesync : Ensure ansible_facts used by role] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:2 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.028) 0:00:06.095 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Check if system is ostree] ********** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:10 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.049) 0:00:06.145 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Set flag to indicate system is ostree] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:15 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.051) 0:00:06.197 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:22 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.052) 0:00:06.249 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Set flag if transactional-update exists] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:27 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.051) 0:00:06.301 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Set platform/version specific variables] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:31 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.050) 0:00:06.352 ****** ok: [managed-node3] => { "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-JLN/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-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:47 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.072) 0:00:06.424 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Require installed systemd] ********** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:55 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.047) 0:00:06.472 ****** skipping: [managed-node3] => { "changed": false, "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-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:60 Tuesday 03 February 2026 11:09:33 -0500 (0:00:00.057) 0:00:06.529 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Populate service facts] ************* task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:5 Tuesday 03 February 2026 11:09:34 -0500 (0:00:00.083) 0:00:06.612 ****** ok: [managed-node3] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [fedora.linux_system_roles.timesync : Set variable `timesync_services` with filtered uniq service names] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:9 Tuesday 03 February 2026 11:09:35 -0500 (0:00:01.550) 0:00:08.163 ****** ok: [managed-node3] => { "ansible_facts": { "timesync_services": [ "emergency", "rc-local", "ebtables", "dracut-initqueue", "sshd-keygen@ed25519", "systemd-exit", "systemd-ask-password-plymouth", "initrd-udevadm-cleanup-db", "auditd", "sssd", "dbus-org.freedesktop.nm-dispatcher", "auth-rpcgss-module", "rpc-gssd", "chrony-wait", "dracut-pre-trigger", "selinux-autorelabel-mark", "plymouth-start", "cpupower", "teamd", "systemd-hibernate", "systemd-random-seed", "sshd", "nfs-idmapd", "systemd-udev-trigger", "systemd-user-sessions", "console-getty", "systemd-journal-flush", "NetworkManager-dispatcher", "tuned", "microcode", "kmod-static-nodes", "dracut-mount", "gssproxy", "systemd-binfmt", "systemd-vconsole-setup", "sssd-sudo", "NetworkManager", "nfs-convert", "plymouth-kexec", "rpc-statd-notify", "systemd-quotacheck", "systemd-hostnamed", "iprupdate", "timedatex", "debug-shell", "systemd-kexec", "cloud-final", "systemd-hwdb-update", "systemd-journal-catalog-update", "nfsdcld", "plymouth-switch-root", "NetworkManager-wait-online", "selinux-autorelabel", "systemd-modules-load", "user-runtime-dir@0", "rdisc", "systemd-fsck", "systemd-hibernate-resume", "systemd-ask-password-console", "systemd-update-utmp-runlevel", "systemd-update-done", "man-db-cache-update", "plymouth-read-write", "sssd-ssh", "cloud-config", "nftables", "getty@tty1", "dnf-system-upgrade", "systemd-tmpfiles-clean", "nfs-server", "systemd-update-utmp", "rescue", "crond", "systemd-suspend", "rngd", "unbound-anchor", "system-update-cleanup", "man-db-restart-cache-update", "systemd-halt", "dnf-makecache", "systemd-reboot", "cloud-init-local", "systemd-sysusers", "systemd-remount-fs", "systemd-suspend-then-hibernate", "systemd-localed", "dracut-shutdown", "sssd-kcm", "systemd-ask-password-wall", "systemd-backlight", "systemd-poweroff", "rpcbind", "fstrim", "cloud-init-hotplugd", "dbus-org.freedesktop.login1", "iprdump", "systemd-resolved", "sshd-keygen", "sshd-keygen@ecdsa", "tcsd", "cloud-init", "dracut-cmdline", "dbus-org.freedesktop.locale1", "systemd-tmpfiles-setup-dev", "qemu-guest-agent", "systemd-tmpfiles-setup", "syslog", "polkit", "systemd-fsck-root", "systemd-rfkill", "systemd-pstore", "dbus-org.freedesktop.timedate1", "dbus", "dracut-pre-pivot", "plymouth-quit", "plymouth-reboot", "messagebus", "getty", "sssd-autofs", "systemd-sysctl", "dracut-shutdown-onfailure", "serial-getty", "restraintd", "plymouth-quit-wait", "dbus-org.freedesktop.portable1", "sssd-nss", "loadmodules", "sshd-keygen@rsa", "user", "initrd-switch-root", "systemd-coredump", "rpc-statd", "systemd-firstboot", "nfs-blkmap", "dracut-pre-udev", "systemd-volatile-root", "systemd-machine-id-commit", "halt-local", "dracut-pre-mount", "ldconfig", "firewalld", "oddjobd", "plymouth-halt", "dbus-org.freedesktop.hostname1", "iprinit", "systemd-journald", "user@0", "kvm_stat", "plymouth-switch-root-initramfs", "initrd-parse-etc", "systemd-initctl", "sssd-pac", "systemd-logind", "grub-boot-indeterminate", "kdump", "autovt", "dnf-system-upgrade-cleanup", "import-state", "systemd-udev-settle", "initrd-cleanup", "nfs-mountd", "rsyslog", "plymouth-poweroff", "chronyd", "user-runtime-dir", "chrony-dnssrv", "systemd-portabled", "irqbalance", "container-getty", "systemd-hybrid-sleep", "sssd-pam", "nis-domainname", "nfs-utils", "quotaon", "systemd-udevd" ] }, "changed": false } TASK [fedora.linux_system_roles.timesync : Populate service facts when in bootc mode] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:14 Tuesday 03 February 2026 11:09:35 -0500 (0:00:00.080) 0:00:08.243 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Set variable `timesync_services` with filtered uniq service names when in bootc mode] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:20 Tuesday 03 February 2026 11:09:35 -0500 (0:00:00.082) 0:00:08.326 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Check that variable 'timesync_services' is defined] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:25 Tuesday 03 February 2026 11:09:35 -0500 (0:00:00.056) 0:00:08.382 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.timesync : Check if only NTP is needed] ******** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:30 Tuesday 03 February 2026 11:09:35 -0500 (0:00:00.052) 0:00:08.435 ****** ok: [managed-node3] => { "ansible_facts": { "timesync_mode": 1 }, "changed": false } TASK [fedora.linux_system_roles.timesync : Check if single PTP is needed] ****** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:35 Tuesday 03 February 2026 11:09:35 -0500 (0:00:00.056) 0:00:08.491 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Check if both NTP and PTP are needed] *** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:44 Tuesday 03 February 2026 11:09:35 -0500 (0:00:00.046) 0:00:08.537 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.timesync : Determine current NTP provider] ***** task path: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:49 Tuesday 03 February 2026 11:09:36 -0500 (0:00:00.061) 0:00:08.598 ****** fatal: [managed-node3]: FAILED! => {} MSG: module (fedora.linux_system_roles.timesync_provider) is missing interpreter line PLAY RECAP ********************************************************************* managed-node3 : ok=21 changed=0 unreachable=0 failed=2 skipped=28 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "end_time": "2026-02-03T16:09:33.445002+00:00Z", "host": "managed-node3", "message": "module (fedora.linux_system_roles.timesync_provider) is missing interpreter line", "start_time": "2026-02-03T16:09:33.328457+00:00Z", "task_name": "Determine current NTP provider", "task_path": "/tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:49" }, { "ansible_version": "2.9.27", "end_time": "2026-02-03T16:09:36.215957+00:00Z", "host": "managed-node3", "message": "module (fedora.linux_system_roles.timesync_provider) is missing interpreter line", "start_time": "2026-02-03T16:09:36.049149+00:00Z", "task_name": "Determine current NTP provider", "task_path": "/tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:49" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 03 February 2026 11:09:36 -0500 (0:00:00.168) 0:00:08.767 ****** =============================================================================== fedora.linux_system_roles.timesync : Populate service facts ------------- 1.61s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:5 fedora.linux_system_roles.timesync : Populate service facts ------------- 1.55s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.00s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_options.yml:2 fedora.linux_system_roles.timesync : Run systemctl ---------------------- 0.56s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:47 fedora.linux_system_roles.timesync : Check if system is ostree ---------- 0.46s /tmp/collections-JLN/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.43s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:22 Get OPTIONS before running ---------------------------------------------- 0.36s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_options.yml:29 Run role with no arguments to get provider ------------------------------ 0.18s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_options.yml:34 fedora.linux_system_roles.timesync : Determine current NTP provider ----- 0.17s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:49 fedora.linux_system_roles.timesync : Determine current NTP provider ----- 0.12s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:49 fedora.linux_system_roles.timesync : Set platform/version specific variables --- 0.10s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:31 fedora.linux_system_roles.timesync : Run systemctl ---------------------- 0.09s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:47 fedora.linux_system_roles.timesync : Set flag to indicate that systemd runtime operations are available --- 0.08s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:60 fedora.linux_system_roles.timesync : Populate service facts when in bootc mode --- 0.08s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:14 fedora.linux_system_roles.timesync : Set variable `timesync_services` with filtered uniq service names --- 0.08s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:9 fedora.linux_system_roles.timesync : Set flag if transactional-update exists --- 0.07s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:27 fedora.linux_system_roles.timesync : Set platform/version specific variables --- 0.07s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:31 Reset OPTIONS ----------------------------------------------------------- 0.07s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_options.yml:75 fedora.linux_system_roles.timesync : Set platform/version specific variables --- 0.07s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:31 fedora.linux_system_roles.timesync : Set variable `timesync_services` with filtered uniq service names --- 0.07s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:9 -- Logs begin at Tue 2026-02-03 11:02:53 EST, end at Tue 2026-02-03 11:09:36 EST. -- Feb 03 11:09:26 managed-node3 sshd[12828]: Received disconnect from 10.31.12.81 port 49914:11: disconnected by user Feb 03 11:09:26 managed-node3 sshd[12828]: Disconnected from user root 10.31.12.81 port 49914 Feb 03 11:09:26 managed-node3 sshd[12825]: pam_unix(sshd:session): session closed for user root Feb 03 11:09:26 managed-node3 systemd[1]: session-14.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-14.scope has successfully entered the 'dead' state. Feb 03 11:09:26 managed-node3 systemd-logind[610]: Session 14 logged out. Waiting for processes to exit. Feb 03 11:09:26 managed-node3 systemd-logind[610]: Removed session 14. -- Subject: Session 14 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 14 has been terminated. Feb 03 11:09:26 managed-node3 sshd[12849]: Accepted publickey for root from 10.31.12.81 port 49926 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Feb 03 11:09:26 managed-node3 systemd[1]: Started Session 15 of user root. -- Subject: Unit session-15.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-15.scope has finished starting up. -- -- The start-up result is done. Feb 03 11:09:26 managed-node3 systemd-logind[610]: New session 15 of user root. -- Subject: A new session 15 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 15 has been created for the user root. -- -- The leading process of the session is 12849. Feb 03 11:09:26 managed-node3 sshd[12849]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 03 11:09:26 managed-node3 sshd[12852]: Received disconnect from 10.31.12.81 port 49926:11: disconnected by user Feb 03 11:09:26 managed-node3 sshd[12852]: Disconnected from user root 10.31.12.81 port 49926 Feb 03 11:09:26 managed-node3 sshd[12849]: pam_unix(sshd:session): session closed for user root Feb 03 11:09:26 managed-node3 systemd[1]: session-15.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-15.scope has successfully entered the 'dead' state. Feb 03 11:09:26 managed-node3 systemd-logind[610]: Session 15 logged out. Waiting for processes to exit. Feb 03 11:09:26 managed-node3 systemd-logind[610]: Removed session 15. -- Subject: Session 15 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 15 has been terminated. Feb 03 11:09:28 managed-node3 platform-python[13014]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 03 11:09:28 managed-node3 platform-python[13162]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 03 11:09:29 managed-node3 platform-python[13285]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 03 11:09:30 managed-node3 platform-python[13408]: ansible-command Invoked with _raw_params=systemctl is-system-running warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 03 11:09:30 managed-node3 platform-python[13532]: ansible-command Invoked with _raw_params=grep ^OPTIONS= /etc/sysconfig/chronyd warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 03 11:09:31 managed-node3 platform-python[13656]: ansible-service_facts Invoked Feb 03 11:09:34 managed-node3 platform-python[13923]: ansible-service_facts Invoked Feb 03 11:09:36 managed-node3 sshd[14088]: Accepted publickey for root from 10.31.12.81 port 37692 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Feb 03 11:09:36 managed-node3 systemd[1]: Started Session 16 of user root. -- Subject: Unit session-16.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-16.scope has finished starting up. -- -- The start-up result is done. Feb 03 11:09:36 managed-node3 systemd-logind[610]: New session 16 of user root. -- Subject: A new session 16 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 16 has been created for the user root. -- -- The leading process of the session is 14088. Feb 03 11:09:36 managed-node3 sshd[14088]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 03 11:09:36 managed-node3 sshd[14091]: Received disconnect from 10.31.12.81 port 37692:11: disconnected by user Feb 03 11:09:36 managed-node3 sshd[14091]: Disconnected from user root 10.31.12.81 port 37692 Feb 03 11:09:36 managed-node3 sshd[14088]: pam_unix(sshd:session): session closed for user root Feb 03 11:09:36 managed-node3 systemd[1]: session-16.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-16.scope has successfully entered the 'dead' state. Feb 03 11:09:36 managed-node3 systemd-logind[610]: Session 16 logged out. Waiting for processes to exit. Feb 03 11:09:36 managed-node3 systemd-logind[610]: Removed session 16. -- Subject: Session 16 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 16 has been terminated. Feb 03 11:09:36 managed-node3 sshd[14112]: Accepted publickey for root from 10.31.12.81 port 37698 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Feb 03 11:09:36 managed-node3 systemd[1]: Started Session 17 of user root. -- Subject: Unit session-17.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-17.scope has finished starting up. -- -- The start-up result is done. Feb 03 11:09:36 managed-node3 systemd-logind[610]: New session 17 of user root. -- Subject: A new session 17 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 17 has been created for the user root. -- -- The leading process of the session is 14112. Feb 03 11:09:36 managed-node3 sshd[14112]: pam_unix(sshd:session): session opened for user root by (uid=0)