ansible-playbook [core 2.17.7]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-Osv
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.7 (main, Oct  1 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_ntp_provider6.yml **********************************************
1 plays in /tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider6.yml

PLAY [Configure NTP with OS release non-default provider and then change it to the default provider] ***

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider6.yml:2
Saturday 18 January 2025  21:59:33 -0500 (0:00:00.009)       0:00:00.009 ****** 
[WARNING]: Platform linux on host managed-node3 is using the discovered Python
interpreter at /usr/bin/python3.12, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed-node3]

TASK [Common test setup tasks] *************************************************
task path: /tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider6.yml:12
Saturday 18 January 2025  21:59:34 -0500 (0:00:01.292)       0:00:01.301 ****** 
included: /tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml for managed-node3

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:6
Saturday 18 January 2025  21:59:34 -0500 (0:00:00.055)       0:00:01.357 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:11
Saturday 18 January 2025  21:59:35 -0500 (0:00:00.548)       0:00:01.906 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__timesync_is_ostree": false
    },
    "changed": false
}

TASK [Ensure iproute for gathering default_ipv4 fact] **************************
task path: /tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:15
Saturday 18 January 2025  21:59:35 -0500 (0:00:00.025)       0:00:01.932 ****** 
ok: [managed-node3] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: iproute

TASK [Ensure ansible_facts used by test] ***************************************
task path: /tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:21
Saturday 18 January 2025  21:59:36 -0500 (0:00:01.636)       0:00:03.568 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Debug] *******************************************************************
task path: /tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:34
Saturday 18 January 2025  21:59:36 -0500 (0:00:00.059)       0:00:03.628 ****** 
ok: [managed-node3] => {}

MSG:

facts {
    "_ansible_facts_gathered": true,
    "all_ipv4_addresses": [
        "10.31.42.173"
    ],
    "all_ipv6_addresses": [
        "fe80::cf3:e2ff:fe24:3f7"
    ],
    "ansible_local": {},
    "apparmor": {
        "status": "disabled"
    },
    "architecture": "x86_64",
    "bios_date": "08/24/2006",
    "bios_vendor": "Xen",
    "bios_version": "4.11.amazon",
    "board_asset_tag": "NA",
    "board_name": "NA",
    "board_serial": "NA",
    "board_vendor": "NA",
    "board_version": "NA",
    "chassis_asset_tag": "NA",
    "chassis_serial": "NA",
    "chassis_vendor": "Xen",
    "chassis_version": "NA",
    "cmdline": {
        "BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.12.4-100.fc40.x86_64",
        "console": "ttyS0,115200n8",
        "crashkernel": "auto",
        "net.ifnames": "0",
        "rhgb": true,
        "ro": true,
        "root": "UUID=3b8f3f3c-04e0-475c-a029-4f3419b194d4"
    },
    "date_time": {
        "date": "2025-01-18",
        "day": "18",
        "epoch": "1737255574",
        "epoch_int": "1737255574",
        "hour": "21",
        "iso8601": "2025-01-19T02:59:34Z",
        "iso8601_basic": "20250118T215934049040",
        "iso8601_basic_short": "20250118T215934",
        "iso8601_micro": "2025-01-19T02:59:34.049040Z",
        "minute": "59",
        "month": "01",
        "second": "34",
        "time": "21:59:34",
        "tz": "EST",
        "tz_dst": "EDT",
        "tz_offset": "-0500",
        "weekday": "Saturday",
        "weekday_number": "6",
        "weeknumber": "02",
        "year": "2025"
    },
    "default_ipv4": {
        "address": "10.31.42.173",
        "alias": "eth0",
        "broadcast": "10.31.43.255",
        "gateway": "10.31.40.1",
        "interface": "eth0",
        "macaddress": "0e:f3:e2:24:03:f7",
        "mtu": 9001,
        "netmask": "255.255.252.0",
        "network": "10.31.40.0",
        "prefix": "22",
        "type": "ether"
    },
    "default_ipv6": {},
    "device_links": {
        "ids": {},
        "labels": {},
        "masters": {},
        "uuids": {
            "xvda2": [
                "3b8f3f3c-04e0-475c-a029-4f3419b194d4"
            ]
        }
    },
    "devices": {
        "xvda": {
            "holders": [],
            "host": "",
            "links": {
                "ids": [],
                "labels": [],
                "masters": [],
                "uuids": []
            },
            "model": null,
            "partitions": {
                "xvda1": {
                    "holders": [],
                    "links": {
                        "ids": [],
                        "labels": [],
                        "masters": [],
                        "uuids": []
                    },
                    "sectors": "2048",
                    "sectorsize": 512,
                    "size": "1.00 MB",
                    "start": "2048",
                    "uuid": null
                },
                "xvda2": {
                    "holders": [],
                    "links": {
                        "ids": [],
                        "labels": [],
                        "masters": [],
                        "uuids": [
                            "3b8f3f3c-04e0-475c-a029-4f3419b194d4"
                        ]
                    },
                    "sectors": "524283871",
                    "sectorsize": 512,
                    "size": "250.00 GB",
                    "start": "4096",
                    "uuid": "3b8f3f3c-04e0-475c-a029-4f3419b194d4"
                }
            },
            "removable": "0",
            "rotational": "0",
            "sas_address": null,
            "sas_device_handle": null,
            "scheduler_mode": "mq-deadline",
            "sectors": "524288000",
            "sectorsize": "512",
            "size": "250.00 GB",
            "support_discard": "512",
            "vendor": null,
            "virtual": 1
        },
        "zram0": {
            "holders": [],
            "host": "",
            "links": {
                "ids": [],
                "labels": [],
                "masters": [],
                "uuids": []
            },
            "model": null,
            "partitions": {},
            "removable": "0",
            "rotational": "0",
            "sas_address": null,
            "sas_device_handle": null,
            "scheduler_mode": "",
            "sectors": "7604224",
            "sectorsize": "4096",
            "size": "3.63 GB",
            "support_discard": "4096",
            "vendor": null,
            "virtual": 1
        }
    },
    "discovered_interpreter_python": "/usr/bin/python3.12",
    "distribution": "Fedora",
    "distribution_file_parsed": true,
    "distribution_file_path": "/etc/redhat-release",
    "distribution_file_variety": "RedHat",
    "distribution_major_version": "40",
    "distribution_release": "",
    "distribution_version": "40",
    "dns": {
        "nameservers": [
            "127.0.0.53"
        ],
        "options": {
            "edns0": true,
            "trust-ad": true
        },
        "search": [
            "us-east-1.aws.redhat.com"
        ]
    },
    "domain": "",
    "effective_group_id": 0,
    "effective_user_id": 0,
    "env": {
        "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus",
        "DEBUGINFOD_IMA_CERT_PATH": "/etc/keys/ima:",
        "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ",
        "EDITOR": "/usr/bin/nano",
        "HOME": "/root",
        "LANG": "en_US.UTF-8",
        "LESSOPEN": "||/usr/bin/lesspipe.sh %s",
        "LOGNAME": "root",
        "LS_COLORS": "",
        "MOTD_SHOWN": "pam",
        "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
        "PWD": "/root",
        "SELINUX_LEVEL_REQUESTED": "",
        "SELINUX_ROLE_REQUESTED": "",
        "SELINUX_USE_CURRENT_RANGE": "",
        "SHELL": "/bin/bash",
        "SHLVL": "1",
        "SSH_CLIENT": "10.31.15.201 36658 22",
        "SSH_CONNECTION": "10.31.15.201 36658 10.31.42.173 22",
        "SSH_TTY": "/dev/pts/0",
        "USER": "root",
        "XDG_RUNTIME_DIR": "/run/user/0",
        "XDG_SESSION_CLASS": "user",
        "XDG_SESSION_ID": "6",
        "XDG_SESSION_TYPE": "tty",
        "_": "/usr/bin/python3.12"
    },
    "eth0": {
        "active": true,
        "device": "eth0",
        "ipv4": {
            "address": "10.31.42.173",
            "broadcast": "10.31.43.255",
            "netmask": "255.255.252.0",
            "network": "10.31.40.0",
            "prefix": "22"
        },
        "ipv6": [
            {
                "address": "fe80::cf3:e2ff:fe24:3f7",
                "prefix": "64",
                "scope": "link"
            }
        ],
        "macaddress": "0e:f3:e2:24:03:f7",
        "module": "xen_netfront",
        "mtu": 9001,
        "pciid": "vif-0",
        "promisc": false,
        "type": "ether"
    },
    "fibre_channel_wwn": [],
    "fips": false,
    "form_factor": "Other",
    "fqdn": "managed-node3",
    "gather_subset": [
        "all"
    ],
    "hostname": "managed-node3",
    "hostnqn": "nqn.2014-08.org.nvmexpress:uuid:7299d67d-59fe-4b86-9ac5-2fe1447cfea5",
    "interfaces": [
        "eth0",
        "lo"
    ],
    "is_chroot": false,
    "iscsi_iqn": "",
    "kernel": "6.12.4-100.fc40.x86_64",
    "kernel_version": "#1 SMP PREEMPT_DYNAMIC Mon Dec  9 22:56:40 UTC 2024",
    "lo": {
        "active": true,
        "device": "lo",
        "ipv4": {
            "address": "127.0.0.1",
            "broadcast": "",
            "netmask": "255.0.0.0",
            "network": "127.0.0.0",
            "prefix": "8"
        },
        "ipv6": [
            {
                "address": "::1",
                "prefix": "128",
                "scope": "host"
            }
        ],
        "mtu": 65536,
        "promisc": false,
        "type": "loopback"
    },
    "loadavg": {
        "15m": 0.10546875,
        "1m": 0.45849609375,
        "5m": 0.2578125
    },
    "locally_reachable_ips": {
        "ipv4": [
            "10.31.42.173",
            "127.0.0.0/8",
            "127.0.0.1"
        ],
        "ipv6": [
            "::1",
            "fe80::cf3:e2ff:fe24:3f7"
        ]
    },
    "lsb": {},
    "lvm": {
        "lvs": {},
        "pvs": {},
        "vgs": {}
    },
    "machine": "x86_64",
    "machine_id": "ec28c48bb27ad8b5298fe43b85114072",
    "memfree_mb": 3033,
    "memory_mb": {
        "nocache": {
            "free": 3395,
            "used": 318
        },
        "real": {
            "free": 3033,
            "total": 3713,
            "used": 680
        },
        "swap": {
            "cached": 0,
            "free": 3712,
            "total": 3712,
            "used": 0
        }
    },
    "memtotal_mb": 3713,
    "module_setup": true,
    "mounts": [
        {
            "block_available": 61354951,
            "block_size": 4096,
            "block_total": 64479564,
            "block_used": 3124613,
            "device": "/dev/xvda2",
            "dump": 0,
            "fstype": "ext4",
            "inode_available": 16302347,
            "inode_total": 16384000,
            "inode_used": 81653,
            "mount": "/",
            "options": "rw,seclabel,relatime",
            "passno": 0,
            "size_available": 251309879296,
            "size_total": 264108294144,
            "uuid": "3b8f3f3c-04e0-475c-a029-4f3419b194d4"
        }
    ],
    "nodename": "managed-node3",
    "os_family": "RedHat",
    "pkg_mgr": "dnf",
    "proc_cmdline": {
        "BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.12.4-100.fc40.x86_64",
        "console": [
            "tty0",
            "ttyS0,115200n8"
        ],
        "crashkernel": "auto",
        "net.ifnames": "0",
        "rhgb": true,
        "ro": true,
        "root": "UUID=3b8f3f3c-04e0-475c-a029-4f3419b194d4"
    },
    "processor": [
        "0",
        "GenuineIntel",
        "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz",
        "1",
        "GenuineIntel",
        "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"
    ],
    "processor_cores": 1,
    "processor_count": 1,
    "processor_nproc": 2,
    "processor_threads_per_core": 2,
    "processor_vcpus": 2,
    "product_name": "HVM domU",
    "product_serial": "ec28c48b-b27a-d8b5-298f-e43b85114072",
    "product_uuid": "ec28c48b-b27a-d8b5-298f-e43b85114072",
    "product_version": "4.11.amazon",
    "python": {
        "executable": "/usr/bin/python3.12",
        "has_sslcontext": true,
        "type": "cpython",
        "version": {
            "major": 3,
            "micro": 7,
            "minor": 12,
            "releaselevel": "final",
            "serial": 0
        },
        "version_info": [
            3,
            12,
            7,
            "final",
            0
        ]
    },
    "python_version": "3.12.7",
    "real_group_id": 0,
    "real_user_id": 0,
    "selinux": {
        "config_mode": "enforcing",
        "mode": "enforcing",
        "policyvers": 33,
        "status": "enabled",
        "type": "targeted"
    },
    "selinux_python_present": true,
    "service_mgr": "systemd",
    "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCJadvsdVuUXCqRVK+/xa6wHWCYVyz8W9XvI0/gsM5ZKdzIMtkjOZLmAn4fR4QOebFesZkWhltL6pNuCSLSyvwo=",
    "ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256",
    "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJHuopeSSdTi1X/vrkL6jNtwuQon4vG43L5VYoJk3mLY",
    "ssh_host_key_ed25519_public_keytype": "ssh-ed25519",
    "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCmhAQNJsWFCdpIKySDGeozMHL9hReMvAN8HHH+hi4be8ohFvaxwvaGeJJvmJllQbxmfD6ZsSbD15bXI/urCiMvdEoH66kjPC+3oMOzs4YjAQ8NdHrPkUKcivly2zwZlxInIR6+0eABNCZCg2QlpCgDs3Dq+S1hgtattIZIunr0x4M8Rujm21DpHJ9a2sFnXhoof9Pu9PgVLtuo0DFZHTrQw3fe8b2Cm4Mmy7gPlfkut1UYzPRM2jg6iW+WxBehUupddbhYifQt8RSFZVOfaqow8yURE2vPR5IJfjw0C+/EBtCsqJd+Frjs+tXa35txCFVAk+dRwOGDoNaX0I0bUchBoGOYnlHU3ZrN0Fzk73mpSERQFz8Ud2BfeNY+ebYXr7ytgqSA3AA85NnTku7bTqY6FWmg+slrfqWmOA2ffCFGDMDC72AqsrtGEJD2BTOZCp65QiLmlPeYn/dUVI9Q0T7ew19U9/iGtClDSh/lNoTwWBfcwenQ8J29UFIrcEhr1KU=",
    "ssh_host_key_rsa_public_keytype": "ssh-rsa",
    "swapfree_mb": 3712,
    "swaptotal_mb": 3712,
    "system": "Linux",
    "system_capabilities": [],
    "system_capabilities_enforced": "False",
    "system_vendor": "Xen",
    "uptime_seconds": 363,
    "user_dir": "/root",
    "user_gecos": "Super User",
    "user_gid": 0,
    "user_id": "root",
    "user_shell": "/bin/bash",
    "user_uid": 0,
    "userspace_architecture": "x86_64",
    "userspace_bits": "64",
    "virtualization_role": "guest",
    "virtualization_tech_guest": [
        "xen"
    ],
    "virtualization_tech_host": [],
    "virtualization_type": "xen"
}

TASK [Skip test on ostree systems if unsupported] ******************************
task path: /tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:38
Saturday 18 January 2025  21:59:36 -0500 (0:00:00.084)       0:00:03.712 ****** 
META: end_host conditional evaluated to False, continuing execution for managed-node3
skipping: [managed-node3] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node3"
}

MSG:

end_host conditional evaluated to false, continuing execution for managed-node3

TASK [Check for availability of both NTP providers] ****************************
task path: /tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider6.yml:21
Saturday 18 January 2025  21:59:36 -0500 (0:00:00.062)       0:00:03.775 ****** 
changed: [managed-node3] => (item=chrony) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "chrony",
    "rc": 0,
    "results": [
        "Installed: chrony-4.6.1-1.fc40.x86_64"
    ]
}
failed: [managed-node3] (item=ntp) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failures": [
        "No package ntp available."
    ],
    "item": "ntp",
    "rc": 1,
    "results": []
}

MSG:

Failed to install some of the specified packages
...ignoring

TASK [Set the availability of both NTP providers] ******************************
task path: /tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider6.yml:34
Saturday 18 January 2025  21:59:41 -0500 (0:00:04.909)       0:00:08.684 ****** 
skipping: [managed-node3] => (item={'msg': '', 'changed': True, 'results': ['Installed: chrony-4.6.1-1.fc40.x86_64'], 'rc': 0, 'invocation': {'module_args': {'name': ['chrony'], 'state': 'present', 'allow_downgrade': False, 'allowerasing': False, 'autoremove': False, 'bugfix': False, 'cacheonly': False, 'disable_gpg_check': False, 'disable_plugin': [], 'disablerepo': [], 'download_only': False, 'enable_plugin': [], 'enablerepo': [], 'exclude': [], 'installroot': '/', 'install_repoquery': True, 'install_weak_deps': True, 'security': False, 'skip_broken': False, 'update_cache': False, 'update_only': False, 'validate_certs': True, 'sslverify': True, 'lock_timeout': 30, 'use_backend': 'auto', 'best': None, 'conf_file': None, 'disable_excludes': None, 'download_dir': None, 'list': None, 'nobest': None, 'releasever': None}}, 'failed': False, 'item': 'chrony', 'ansible_loop_var': 'item'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item.failed",
    "item": {
        "ansible_loop_var": "item",
        "changed": true,
        "failed": false,
        "invocation": {
            "module_args": {
                "allow_downgrade": false,
                "allowerasing": false,
                "autoremove": false,
                "best": null,
                "bugfix": false,
                "cacheonly": false,
                "conf_file": null,
                "disable_excludes": null,
                "disable_gpg_check": false,
                "disable_plugin": [],
                "disablerepo": [],
                "download_dir": null,
                "download_only": false,
                "enable_plugin": [],
                "enablerepo": [],
                "exclude": [],
                "install_repoquery": true,
                "install_weak_deps": true,
                "installroot": "/",
                "list": null,
                "lock_timeout": 30,
                "name": [
                    "chrony"
                ],
                "nobest": null,
                "releasever": null,
                "security": false,
                "skip_broken": false,
                "sslverify": true,
                "state": "present",
                "update_cache": false,
                "update_only": false,
                "use_backend": "auto",
                "validate_certs": true
            }
        },
        "item": "chrony",
        "msg": "",
        "rc": 0,
        "results": [
            "Installed: chrony-4.6.1-1.fc40.x86_64"
        ]
    },
    "skip_reason": "Conditional result was False"
}
ok: [managed-node3] => (item={'failures': ['No package ntp available.'], 'results': [], 'rc': 1, 'failed': True, 'msg': 'Failed to install some of the specified packages', 'invocation': {'module_args': {'name': ['ntp'], 'state': 'present', 'allow_downgrade': False, 'allowerasing': False, 'autoremove': False, 'bugfix': False, 'cacheonly': False, 'disable_gpg_check': False, 'disable_plugin': [], 'disablerepo': [], 'download_only': False, 'enable_plugin': [], 'enablerepo': [], 'exclude': [], 'installroot': '/', 'install_repoquery': True, 'install_weak_deps': True, 'security': False, 'skip_broken': False, 'update_cache': False, 'update_only': False, 'validate_certs': True, 'sslverify': True, 'lock_timeout': 30, 'use_backend': 'auto', 'best': None, 'conf_file': None, 'disable_excludes': None, 'download_dir': None, 'list': None, 'nobest': None, 'releasever': None}}, 'changed': False, 'item': 'ntp', 'ansible_loop_var': 'item'}) => {
    "ansible_facts": {
        "both_avail": false
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "ansible_loop_var": "item",
        "changed": false,
        "failed": true,
        "failures": [
            "No package ntp available."
        ],
        "invocation": {
            "module_args": {
                "allow_downgrade": false,
                "allowerasing": false,
                "autoremove": false,
                "best": null,
                "bugfix": false,
                "cacheonly": false,
                "conf_file": null,
                "disable_excludes": null,
                "disable_gpg_check": false,
                "disable_plugin": [],
                "disablerepo": [],
                "download_dir": null,
                "download_only": false,
                "enable_plugin": [],
                "enablerepo": [],
                "exclude": [],
                "install_repoquery": true,
                "install_weak_deps": true,
                "installroot": "/",
                "list": null,
                "lock_timeout": 30,
                "name": [
                    "ntp"
                ],
                "nobest": null,
                "releasever": null,
                "security": false,
                "skip_broken": false,
                "sslverify": true,
                "state": "present",
                "update_cache": false,
                "update_only": false,
                "use_backend": "auto",
                "validate_certs": true
            }
        },
        "item": "ntp",
        "msg": "Failed to install some of the specified packages",
        "rc": 1,
        "results": []
    }
}

TASK [End test if not both available] ******************************************
task path: /tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider6.yml:41
Saturday 18 January 2025  21:59:41 -0500 (0:00:00.043)       0:00:08.728 ****** 
META: ending play

PLAY RECAP *********************************************************************
managed-node3              : ok=8    changed=1    unreachable=0    failed=0    skipped=1    rescued=0    ignored=1   


TASKS RECAP ********************************************************************
Saturday 18 January 2025  21:59:41 -0500 (0:00:00.004)       0:00:08.732 ****** 
=============================================================================== 
Check for availability of both NTP providers ---------------------------- 4.91s
/tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider6.yml:21 
Ensure iproute for gathering default_ipv4 fact -------------------------- 1.64s
/tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:15 
Gathering Facts --------------------------------------------------------- 1.29s
/tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider6.yml:2 
Check if system is ostree ----------------------------------------------- 0.55s
/tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:6 
Debug ------------------------------------------------------------------- 0.08s
/tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:34 
Skip test on ostree systems if unsupported ------------------------------ 0.06s
/tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:38 
Ensure ansible_facts used by test --------------------------------------- 0.06s
/tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:21 
Common test setup tasks ------------------------------------------------- 0.06s
/tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider6.yml:12 
Set the availability of both NTP providers ------------------------------ 0.04s
/tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider6.yml:34 
Set flag to indicate system is ostree ----------------------------------- 0.03s
/tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:11 
End test if not both available ------------------------------------------ 0.00s
/tmp/collections-Osv/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider6.yml:41