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_default.yml **************************************************** 1 plays in /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** META: ran handlers 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:08:26 -0500 (0:00:00.042) 0:00:00.042 ****** included: /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml for managed-node2 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:08:26 -0500 (0:00:00.044) 0:00:00.086 ****** ok: [managed-node2] 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:08:27 -0500 (0:00:00.760) 0:00:00.847 ****** 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-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:15 Tuesday 03 February 2026 11:08:28 -0500 (0:00:00.449) 0:00:01.297 ****** 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-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:22 Tuesday 03 February 2026 11:08:28 -0500 (0:00:00.046) 0:00:01.343 ****** ok: [managed-node2] => { "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:08:28 -0500 (0:00:00.378) 0:00:01.722 ****** 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-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:31 Tuesday 03 February 2026 11:08:28 -0500 (0:00:00.051) 0:00:01.773 ****** 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-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:08:28 -0500 (0:00:00.065) 0:00:01.838 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007281", "end": "2026-02-03 11:08:29.071996", "failed_when_result": false, "rc": 0, "start": "2026-02-03 11:08:29.064715" } 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:08:29 -0500 (0:00:00.482) 0:00:02.321 ****** skipping: [managed-node2] => { "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:08:29 -0500 (0:00:00.037) 0:00:02.359 ****** ok: [managed-node2] => { "ansible_facts": { "__timesync_is_booted": true }, "changed": 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:08:29 -0500 (0:00:00.046) 0:00:02.406 ****** ok: [managed-node2] => { "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": "running", "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-coredump@0.service": { "name": "systemd-coredump@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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:08:30 -0500 (0:00:01.716) 0:00:04.122 ****** ok: [managed-node2] => { "ansible_facts": { "timesync_services": [ "crond", "kvm_stat", "quotaon", "nftables", "selinux-autorelabel", "systemd-update-utmp-runlevel", "systemd-hybrid-sleep", "initrd-udevadm-cleanup-db", "kdump", "dbus-org.freedesktop.nm-dispatcher", "systemd-hibernate", "microcode", "systemd-logind", "systemd-rfkill", "syslog", "systemd-initctl", "plymouth-quit-wait", "sssd-ssh", "man-db-restart-cache-update", "unbound-anchor", "systemd-exit", "selinux-autorelabel-mark", "systemd-binfmt", "man-db-cache-update", "emergency", "nfs-mountd", "plymouth-quit", "systemd-journal-flush", "sssd-kcm", "systemd-resolved", "initrd-parse-etc", "plymouth-start", "nfs-convert", "getty@tty1", "tuned", "system-update-cleanup", "dracut-pre-trigger", "systemd-localed", "systemd-ask-password-wall", "systemd-suspend-then-hibernate", "cloud-final", "sshd-keygen@ed25519", "sshd", "iprinit", "cpupower", "systemd-backlight", "systemd-firstboot", "rpc-statd-notify", "dracut-initqueue", "sssd-pac", "rdisc", "cloud-init-hotplugd", "systemd-fsck-root", "nfs-utils", "plymouth-switch-root-initramfs", "polkit", "systemd-ask-password-plymouth", "dracut-cmdline", "user-runtime-dir", "nis-domainname", "systemd-hwdb-update", "systemd-fsck", "rpc-gssd", "iprdump", "console-getty", "systemd-user-sessions", "serial-getty", "dracut-pre-udev", "plymouth-halt", "plymouth-read-write", "loadmodules", "sssd-pam", "restraintd", "dracut-mount", "systemd-coredump", "systemd-suspend", "nfs-server", "dbus-org.freedesktop.locale1", "ldconfig", "firewalld", "NetworkManager", "dracut-shutdown", "systemd-vconsole-setup", "user-runtime-dir@0", "dbus-org.freedesktop.login1", "cloud-init-local", "systemd-sysctl", "chrony-dnssrv", "systemd-udevd", "user", "halt-local", "NetworkManager-wait-online", "dnf-makecache", "systemd-halt", "fstrim", "cloud-config", "auth-rpcgss-module", "nfsdcld", "systemd-hostnamed", "chrony-wait", "sshd-keygen@rsa", "kmod-static-nodes", "initrd-cleanup", "systemd-machine-id-commit", "dnf-system-upgrade", "rpc-statd", "plymouth-kexec", "systemd-poweroff", "nfs-blkmap", "sssd", "tcsd", "plymouth-reboot", "qemu-guest-agent", "systemd-tmpfiles-clean", "iprupdate", "systemd-udev-settle", "plymouth-switch-root", "rescue", "auditd", "grub-boot-indeterminate", "rsyslog", "irqbalance", "systemd-tmpfiles-setup", "ebtables", "NetworkManager-dispatcher", "cloud-init", "rc-local", "sshd-keygen", "gssproxy", "systemd-journald", "dracut-pre-mount", "sssd-autofs", "plymouth-poweroff", "sssd-nss", "dbus", "systemd-random-seed", "systemd-pstore", "systemd-tmpfiles-setup-dev", "oddjobd", "dbus-org.freedesktop.hostname1", "sssd-sudo", "systemd-update-done", "systemd-coredump@0", "teamd", "getty", "systemd-journal-catalog-update", "dbus-org.freedesktop.timedate1", "debug-shell", "import-state", "chronyd", "messagebus", "systemd-udev-trigger", "systemd-modules-load", "sshd-keygen@ecdsa", "systemd-ask-password-console", "systemd-remount-fs", "systemd-reboot", "systemd-hibernate-resume", "dnf-system-upgrade-cleanup", "systemd-sysusers", "timedatex", "systemd-portabled", "dracut-pre-pivot", "systemd-kexec", "autovt", "container-getty", "dbus-org.freedesktop.portable1", "dracut-shutdown-onfailure", "rpcbind", "initrd-switch-root", "rngd", "nfs-idmapd", "systemd-update-utmp", "systemd-volatile-root", "systemd-quotacheck", "user@0" ] }, "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:08:30 -0500 (0:00:00.076) 0:00:04.198 ****** skipping: [managed-node2] => { "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:08:31 -0500 (0:00:00.054) 0:00:04.252 ****** skipping: [managed-node2] => { "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:08:31 -0500 (0:00:00.042) 0:00:04.295 ****** ok: [managed-node2] => { "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:08:31 -0500 (0:00:00.040) 0:00:04.335 ****** ok: [managed-node2] => { "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:08:31 -0500 (0:00:00.039) 0:00:04.375 ****** skipping: [managed-node2] => { "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:08:31 -0500 (0:00:00.037) 0:00:04.412 ****** skipping: [managed-node2] => { "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:08:31 -0500 (0:00:00.040) 0:00:04.453 ****** fatal: [managed-node2]: FAILED! => {} MSG: module (fedora.linux_system_roles.timesync_provider) is missing interpreter line PLAY RECAP ********************************************************************* managed-node2 : ok=13 changed=0 unreachable=0 failed=1 skipped=5 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "end_time": "2026-02-03T16:08:31.385052+00:00Z", "host": "managed-node2", "message": "module (fedora.linux_system_roles.timesync_provider) is missing interpreter line", "start_time": "2026-02-03T16:08:31.252338+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:08:31 -0500 (0:00:00.135) 0:00:04.589 ****** =============================================================================== fedora.linux_system_roles.timesync : Populate service facts ------------- 1.72s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:5 fedora.linux_system_roles.timesync : Ensure ansible_facts used by role --- 0.76s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:2 fedora.linux_system_roles.timesync : Run systemctl ---------------------- 0.48s /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.45s /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.38s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:22 fedora.linux_system_roles.timesync : Determine current NTP provider ----- 0.14s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:49 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 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 : Populate service facts when in bootc mode --- 0.05s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:14 fedora.linux_system_roles.timesync : Set flag if transactional-update exists --- 0.05s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:27 fedora.linux_system_roles.timesync : Set flag to indicate that systemd runtime operations are available --- 0.05s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:60 fedora.linux_system_roles.timesync : Set flag to indicate system is ostree --- 0.05s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:15 fedora.linux_system_roles.timesync : Set version specific variables ----- 0.04s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:2 fedora.linux_system_roles.timesync : Set variable `timesync_services` with filtered uniq service names when in bootc mode --- 0.04s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:20 fedora.linux_system_roles.timesync : Check if both NTP and PTP are needed --- 0.04s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:44 fedora.linux_system_roles.timesync : Check that variable 'timesync_services' is defined --- 0.04s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:25 fedora.linux_system_roles.timesync : Check if only NTP is needed -------- 0.04s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:30 fedora.linux_system_roles.timesync : Require installed systemd ---------- 0.04s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/set_vars.yml:55 fedora.linux_system_roles.timesync : Check if single PTP is needed ------ 0.04s /tmp/collections-JLN/ansible_collections/fedora/linux_system_roles/roles/timesync/tasks/main.yml:35 -- Logs begin at Tue 2026-02-03 11:02:52 EST, end at Tue 2026-02-03 11:08:31 EST. -- Feb 03 11:08:26 managed-node2 sshd[8034]: Received disconnect from 10.31.12.81 port 55350:11: disconnected by user Feb 03 11:08:26 managed-node2 sshd[8034]: Disconnected from user root 10.31.12.81 port 55350 Feb 03 11:08:26 managed-node2 sshd[8031]: pam_unix(sshd:session): session closed for user root Feb 03 11:08:26 managed-node2 systemd[1]: session-10.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-10.scope has successfully entered the 'dead' state. Feb 03 11:08:26 managed-node2 systemd-logind[600]: Session 10 logged out. Waiting for processes to exit. Feb 03 11:08:26 managed-node2 systemd-logind[600]: Removed session 10. -- Subject: Session 10 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 10 has been terminated. Feb 03 11:08:27 managed-node2 platform-python[8196]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 03 11:08:28 managed-node2 platform-python[8323]: 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:08:28 managed-node2 platform-python[8446]: 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:08:29 managed-node2 platform-python[8569]: 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:08:29 managed-node2 platform-python[8693]: ansible-service_facts Invoked Feb 03 11:08:31 managed-node2 sshd[8858]: Accepted publickey for root from 10.31.12.81 port 55354 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Feb 03 11:08:31 managed-node2 systemd[1]: Started Session 11 of user root. -- Subject: Unit session-11.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-11.scope has finished starting up. -- -- The start-up result is done. Feb 03 11:08:31 managed-node2 systemd-logind[600]: New session 11 of user root. -- Subject: A new session 11 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 11 has been created for the user root. -- -- The leading process of the session is 8858. Feb 03 11:08:31 managed-node2 sshd[8858]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 03 11:08:31 managed-node2 sshd[8861]: Received disconnect from 10.31.12.81 port 55354:11: disconnected by user Feb 03 11:08:31 managed-node2 sshd[8861]: Disconnected from user root 10.31.12.81 port 55354 Feb 03 11:08:31 managed-node2 sshd[8858]: pam_unix(sshd:session): session closed for user root Feb 03 11:08:31 managed-node2 systemd[1]: session-11.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-11.scope has successfully entered the 'dead' state. Feb 03 11:08:31 managed-node2 systemd-logind[600]: Session 11 logged out. Waiting for processes to exit. Feb 03 11:08:31 managed-node2 systemd-logind[600]: Removed session 11. -- Subject: Session 11 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 11 has been terminated. Feb 03 11:08:31 managed-node2 sshd[8883]: Accepted publickey for root from 10.31.12.81 port 55360 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Feb 03 11:08:31 managed-node2 systemd-logind[600]: New session 12 of user root. -- Subject: A new session 12 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 12 has been created for the user root. -- -- The leading process of the session is 8883. Feb 03 11:08:31 managed-node2 systemd[1]: Started Session 12 of user root. -- Subject: Unit session-12.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-12.scope has finished starting up. -- -- The start-up result is done. Feb 03 11:08:31 managed-node2 sshd[8883]: pam_unix(sshd:session): session opened for user root by (uid=0)