[WARNING]: running playbook inside collection redhat.rhel_system_roles ansible-playbook [core 2.14.17] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible-playbook python version = 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file 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_stratis.yml **************************************************** 1 plays in /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_stratis.yml PLAY [Test stratis pool management] ******************************************** TASK [Gathering Facts] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_stratis.yml:2 Monday 21 October 2024 16:32:40 -0400 (0:00:00.012) 0:00:00.012 ******** ok: [managed-node2] TASK [Run the role] ************************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_stratis.yml:14 Monday 21 October 2024 16:32:42 -0400 (0:00:01.581) 0:00:01.593 ******** TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:2 Monday 21 October 2024 16:32:42 -0400 (0:00:00.056) 0:00:01.650 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml for managed-node2 TASK [redhat.rhel_system_roles.storage : Ensure ansible_facts used by role] **** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 21 October 2024 16:32:42 -0400 (0:00:00.050) 0:00:01.700 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 21 October 2024 16:32:42 -0400 (0:00:00.058) 0:00:01.758 ******** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [managed-node2] => (item=RedHat_9.5.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.5.yml", "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if system is ostree] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 21 October 2024 16:32:42 -0400 (0:00:00.061) 0:00:01.820 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Set flag to indicate system is ostree] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 21 October 2024 16:32:42 -0400 (0:00:00.497) 0:00:02.317 ******** ok: [managed-node2] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:5 Monday 21 October 2024 16:32:42 -0400 (0:00:00.038) 0:00:02.356 ******** ok: [managed-node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:9 Monday 21 October 2024 16:32:42 -0400 (0:00:00.021) 0:00:02.377 ******** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Include the appropriate provider tasks] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13 Monday 21 October 2024 16:32:42 -0400 (0:00:00.030) 0:00:02.408 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2 TASK [redhat.rhel_system_roles.storage : Make sure blivet is available] ******** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 21 October 2024 16:32:42 -0400 (0:00:00.085) 0:00:02.494 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [redhat.rhel_system_roles.storage : Show storage_pools] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 21 October 2024 16:32:44 -0400 (0:00:01.102) 0:00:03.597 ******** ok: [managed-node2] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [redhat.rhel_system_roles.storage : Show storage_volumes] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 21 October 2024 16:32:44 -0400 (0:00:00.042) 0:00:03.640 ******** ok: [managed-node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [redhat.rhel_system_roles.storage : Get required packages] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 21 October 2024 16:32:44 -0400 (0:00:00.049) 0:00:03.689 ******** ok: [managed-node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Enable copr repositories if needed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:31 Monday 21 October 2024 16:32:44 -0400 (0:00:00.816) 0:00:04.506 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node2 TASK [redhat.rhel_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:2 Monday 21 October 2024 16:32:45 -0400 (0:00:00.099) 0:00:04.605 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Make sure COPR support packages are present] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:13 Monday 21 October 2024 16:32:45 -0400 (0:00:00.079) 0:00:04.684 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Enable COPRs] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:19 Monday 21 October 2024 16:32:45 -0400 (0:00:00.096) 0:00:04.781 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Make sure required packages are installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 Monday 21 October 2024 16:32:45 -0400 (0:00:00.081) 0:00:04.862 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [redhat.rhel_system_roles.storage : Get service facts] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Monday 21 October 2024 16:32:46 -0400 (0:00:00.920) 0:00:05.783 ******** 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" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.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": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "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" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.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": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm-devices-import.service": { "name": "lvm-devices-import.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.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" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.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" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "rhcd.service": { "name": "rhcd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsm-facts.service": { "name": "rhsm-facts.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsm.service": { "name": "rhsm.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsmcertd.service": { "name": "rhsmcertd.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" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "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" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-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-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service": { "name": "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service", "source": "systemd", "state": "stopped", "status": "active" }, "systemd-fsck@dev-xvda2.service": { "name": "systemd-fsck@dev-xvda2.service", "source": "systemd", "state": "stopped", "status": "active" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.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-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "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-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "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": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "stopped", "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": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "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-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "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": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "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" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [redhat.rhel_system_roles.storage : Set storage_cryptsetup_services] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57 Monday 21 October 2024 16:32:48 -0400 (0:00:02.059) 0:00:07.842 ******** ok: [managed-node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:63 Monday 21 October 2024 16:32:48 -0400 (0:00:00.057) 0:00:07.899 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 Monday 21 October 2024 16:32:48 -0400 (0:00:00.019) 0:00:07.919 ******** ok: [managed-node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:83 Monday 21 October 2024 16:32:48 -0400 (0:00:00.550) 0:00:08.470 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if /etc/fstab is present] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 21 October 2024 16:32:48 -0400 (0:00:00.058) 0:00:08.529 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1729541977.942, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "64cfbfb53e9340e63d4ceca1dd9c532c59261bd7", "ctime": 1729152193.0247004, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 17589255, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1729152193.0247004, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1101, "uid": 0, "version": "2826562540", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [redhat.rhel_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:95 Monday 21 October 2024 16:32:49 -0400 (0:00:00.406) 0:00:08.935 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:113 Monday 21 October 2024 16:32:49 -0400 (0:00:00.035) 0:00:08.971 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Show blivet_output] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:119 Monday 21 October 2024 16:32:49 -0400 (0:00:00.026) 0:00:08.997 ******** ok: [managed-node2] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [redhat.rhel_system_roles.storage : Set the list of pools for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:128 Monday 21 October 2024 16:32:49 -0400 (0:00:00.026) 0:00:09.024 ******** ok: [managed-node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Set the list of volumes for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 21 October 2024 16:32:49 -0400 (0:00:00.025) 0:00:09.049 ******** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Remove obsolete mounts] *************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 21 October 2024 16:32:49 -0400 (0:00:00.026) 0:00:09.076 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:159 Monday 21 October 2024 16:32:49 -0400 (0:00:00.034) 0:00:09.111 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set up new/current mounts] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:164 Monday 21 October 2024 16:32:49 -0400 (0:00:00.021) 0:00:09.133 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage mount ownership/permissions] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:175 Monday 21 October 2024 16:32:49 -0400 (0:00:00.035) 0:00:09.168 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:187 Monday 21 October 2024 16:32:49 -0400 (0:00:00.035) 0:00:09.204 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 Monday 21 October 2024 16:32:49 -0400 (0:00:00.022) 0:00:09.227 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:200 Monday 21 October 2024 16:32:50 -0400 (0:00:00.369) 0:00:09.596 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Update facts] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 Monday 21 October 2024 16:32:50 -0400 (0:00:00.035) 0:00:09.631 ******** ok: [managed-node2] TASK [Mark tasks to be skipped] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_stratis.yml:18 Monday 21 October 2024 16:32:51 -0400 (0:00:01.012) 0:00:10.644 ******** ok: [managed-node2] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_stratis.yml:25 Monday 21 October 2024 16:32:51 -0400 (0:00:00.073) 0:00:10.717 ******** ok: [managed-node2] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "2.el9_5", "source": "rpm", "version": "1.48.10" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "2.el9_5", "source": "rpm", "version": "1.48.10" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "2.el9_5", "source": "rpm", "version": "1.48.10" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "2.el9_5", "source": "rpm", "version": "1.48.10" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "adobe-source-code-pro-fonts": [ { "arch": "noarch", "epoch": null, "name": "adobe-source-code-pro-fonts", "release": "12.el9.1", "source": "rpm", "version": "2.030.1.050" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.el9_5.1", "source": "rpm", "version": "1.24" } ], "attr": [ { "arch": "x86_64", "epoch": null, "name": "attr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "1.el9", "source": "rpm", "version": "3.1.5" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "1.el9", "source": "rpm", "version": "3.1.5" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-compat": [ { "arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "13.el9", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "9.el9", "source": "rpm", "version": "5.1.8" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "14.el9", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el9", "source": "rpm", "version": "1.31.2" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "35.el9", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "54.el9", "source": "rpm", "version": "2.35.2" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "54.el9", "source": "rpm", "version": "2.35.2" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "17.el9", "source": "rpm", "version": "3.6.0" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "8.el9", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "2.el9_4", "source": "rpm", "version": "1.19.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "91.4.el9_4", "source": "rpm", "version": "2024.2.69_v8.0.303" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "3.el9", "source": "rpm", "version": "4.5" } ], "clevis": [ { "arch": "x86_64", "epoch": null, "name": "clevis", "release": "200.el9", "source": "rpm", "version": "20" } ], "clevis-luks": [ { "arch": "x86_64", "epoch": null, "name": "clevis-luks", "release": "200.el9", "source": "rpm", "version": "20" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "19.el9", "source": "rpm", "version": "23.4" } ], "cloud-utils-growpart": [ { "arch": "x86_64", "epoch": null, "name": "cloud-utils-growpart", "release": "1.el9", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "36.el9", "source": "rpm", "version": "8.32" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "36.el9", "source": "rpm", "version": "8.32" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "16.el9", "source": "rpm", "version": "2.13" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "11.el9", "source": "rpm", "version": "1.5.7" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "11.el9", "source": "rpm", "version": "1.5.7" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "27.20190603git.el9_0", "source": "rpm", "version": "1.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.git626aa59.el9_5", "source": "rpm", "version": "20240828" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "2.git626aa59.el9_5", "source": "rpm", "version": "20240828" } ], "cryptsetup": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "3.el9_5", "source": "rpm", "version": "2.7.2" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.el9_5", "source": "rpm", "version": "2.7.2" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "31.el9", "source": "rpm", "version": "7.76.1" } ], "cxl-libs": [ { "arch": "x86_64", "epoch": null, "name": "cxl-libs", "release": "2.el9", "source": "rpm", "version": "78" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "21.el9", "source": "rpm", "version": "2.1.27" } ], "daxctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "daxctl-libs", "release": "2.el9", "source": "rpm", "version": "78" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "7.el9", "source": "rpm", "version": "28" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dejavu-sans-fonts": [ { "arch": "noarch", "epoch": null, "name": "dejavu-sans-fonts", "release": "18.el9", "source": "rpm", "version": "2.37" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper", "release": "2.el9", "source": "rpm", "version": "1.02.198" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-event", "release": "2.el9", "source": "rpm", "version": "1.02.198" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-event-libs", "release": "2.el9", "source": "rpm", "version": "1.02.198" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-libs", "release": "2.el9", "source": "rpm", "version": "1.02.198" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "32.el9", "source": "rpm", "version": "0.8.7" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "32.el9", "source": "rpm", "version": "0.8.7" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "3.el9_4", "source": "rpm", "version": "1.0.9" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "12.el9", "source": "rpm", "version": "3.7" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "16.el9", "source": "rpm", "version": "4.3.0" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "3.el9", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "efi-filesystem": [ { "arch": "noarch", "epoch": null, "name": "efi-filesystem", "release": "2.el9_0", "source": "rpm", "version": "6" } ], "efibootmgr": [ { "arch": "x86_64", "epoch": null, "name": "efibootmgr", "release": "12.el9", "source": "rpm", "version": "16" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "3.el9", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "emacs-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "emacs-filesystem", "release": "10.el9", "source": "rpm", "version": "27.2" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "1.el9", "source": "rpm", "version": "6.2" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.el9_4.1", "source": "rpm", "version": "2.5.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "5.el9", "source": "rpm", "version": "3.16" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "7.el9", "source": "rpm", "version": "4.8.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "7.el9", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "7.el9", "source": "rpm", "version": "1.3.4" } ], "flashrom": [ { "arch": "x86_64", "epoch": null, "name": "flashrom", "release": "10.el9", "source": "rpm", "version": "1.2" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "7.el9.1", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.el9", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "2.el9", "source": "rpm", "version": "1.9.13" } ], "fwupd-plugin-flashrom": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-flashrom", "release": "2.el9", "source": "rpm", "version": "1.9.13" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gawk-all-langpacks": [ { "arch": "x86_64", "epoch": null, "name": "gawk-all-langpacks", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "1.el9", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.el9", "source": "rpm", "version": "1.0.7" } ], "geolite2-city": [ { "arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "geolite2-country": [ { "arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.el9_4", "source": "rpm", "version": "2.43.5" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.el9_4", "source": "rpm", "version": "2.43.5" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.el9_4", "source": "rpm", "version": "2.43.5" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "14.el9_4.1", "source": "rpm", "version": "2.68.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "125.el9_5.1", "source": "rpm", "version": "2.34" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "125.el9_5.1", "source": "rpm", "version": "2.34" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "125.el9_5.1", "source": "rpm", "version": "2.34" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "125.el9_5.1", "source": "rpm", "version": "2.34" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "13.el9", "source": "rpm", "version": "6.2.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "4.el9", "source": "rpm", "version": "2.3.3" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "4.el9_4", "source": "rpm", "version": "3.8.3" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "11.el9", "source": "rpm", "version": "1.68.0" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "613798eb", "source": "rpm", "version": "3228467c" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "29.el9", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "5.el9", "source": "rpm", "version": "3.6" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "10.el9", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-efi-x64": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-efi-x64", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-efi-x64-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-efi-x64-modules", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "64.el9", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "7.el9", "source": "rpm", "version": "0.8.4" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "1.el9", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.el9", "source": "rpm", "version": "3.23" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "9.15.el9", "source": "rpm", "version": "0.348" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "2.el9", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "6.el9", "source": "rpm", "version": "49" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.el9", "source": "rpm", "version": "10.11.7" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.el9", "source": "rpm", "version": "10.11.7" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "5.el9", "source": "rpm", "version": "1.0.0" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "6.el9_4", "source": "rpm", "version": "6.2.0" } ], "iproute-tc": [ { "arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "6.el9_4", "source": "rpm", "version": "6.2.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "4.el9_4", "source": "rpm", "version": "1.8.10" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "4.el9_4", "source": "rpm", "version": "1.8.10" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "9.el9", "source": "rpm", "version": "20210202" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "1.el9", "source": "rpm", "version": "1.9.4" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el9", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "1.el9", "source": "rpm", "version": "3.5.0" } ], "jose": [ { "arch": "x86_64", "epoch": null, "name": "jose", "release": "1.el9", "source": "rpm", "version": "14" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "17.el9", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "11.el9", "source": "rpm", "version": "0.14" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "1.el9", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "503.11.1.el9_5", "source": "rpm", "version": "5.14.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "503.11.1.el9_5", "source": "rpm", "version": "5.14.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "503.11.1.el9_5", "source": "rpm", "version": "5.14.0" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "503.11.1.el9_5", "source": "rpm", "version": "5.14.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "503.11.1.el9_5", "source": "rpm", "version": "5.14.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "503.11.1.el9_5", "source": "rpm", "version": "5.14.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "16.el9_5.1", "source": "rpm", "version": "2.0.27" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "10.el9", "source": "rpm", "version": "28" } ], "kmod-kvdo": [ { "arch": "x86_64", "epoch": null, "name": "kmod-kvdo", "release": "141.el9_5", "source": "rpm", "version": "8.2.4.15" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "10.el9", "source": "rpm", "version": "28" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "32.el9", "source": "rpm", "version": "0.8.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.el9", "source": "rpm", "version": "1.21.1" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "5.el9", "source": "rpm", "version": "590" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "13.el9", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.el9", "source": "rpm", "version": "3.5.3" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el9", "source": "rpm", "version": "2.5.5" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "22.el9", "source": "rpm", "version": "0.19" } ], "libatomic": [ { "arch": "x86_64", "epoch": null, "name": "libatomic", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.el9", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-kbd": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-kbd", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-nvdimm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvdimm", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "1.el9", "source": "rpm", "version": "1.4.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "6.el9", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "3.el9", "source": "rpm", "version": "2.5" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "9.el9_2", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "5.el9", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.el9", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "31.el9", "source": "rpm", "version": "7.76.1" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "23.el9", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "54.el9", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.el9", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "libdnf-plugin-subscription-manager": [ { "arch": "x86_64", "epoch": null, "name": "libdnf-plugin-subscription-manager", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "4.el9", "source": "rpm", "version": "0.4.1" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "38.20210216cvs.el9", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "4.el9", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "5.el9", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.el9_4", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "5.el9", "source": "rpm", "version": "0.99.9" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "8.el9", "source": "rpm", "version": "3.4.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "2.el9", "source": "rpm", "version": "1.13.0" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "11.el9", "source": "rpm", "version": "1.10.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "5.el9", "source": "rpm", "version": "1.42" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "1.el9", "source": "rpm", "version": "237" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "2.el9", "source": "rpm", "version": "0.3.8" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "1.el9", "source": "rpm", "version": "51.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "7.el9", "source": "rpm", "version": "2.3.0" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.el9", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "3.el9", "source": "rpm", "version": "0.1.6" } ], "libjose": [ { "arch": "x86_64", "epoch": null, "name": "libjose", "release": "1.el9", "source": "rpm", "version": "14" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "7.el9", "source": "rpm", "version": "1.5.1" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "2.el9", "source": "rpm", "version": "2.9.1" } ], "libluksmeta": [ { "arch": "x86_64", "epoch": null, "name": "libluksmeta", "release": "12.el9", "source": "rpm", "version": "9" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "4.el9", "source": "rpm", "version": "1.5.2" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "16.el9_4", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.el9", "source": "rpm", "version": "2.13.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "1.el9", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el9", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "21.el9", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "27.el9", "source": "rpm", "version": "2.5.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "4.el9_4", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "6.el9", "source": "rpm", "version": "1.43.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el9", "source": "rpm", "version": "3.9.0" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.el9", "source": "rpm", "version": "3.9.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.el9", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "4.el9", "source": "rpm", "version": "1.10.0" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "4.el9", "source": "rpm", "version": "1.5.3" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "5.el9", "source": "rpm", "version": "0.21.1" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "8.el9", "source": "rpm", "version": "1.4.4" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.el9", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.el9", "source": "rpm", "version": "1.14.5" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "6.el9", "source": "rpm", "version": "2.15.2" } ], "librhsm": [ { "arch": "x86_64", "epoch": null, "name": "librhsm", "release": "9.el9", "source": "rpm", "version": "0.0.3" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "2.el9", "source": "rpm", "version": "2.5.2" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.el9", "source": "rpm", "version": "2.13" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "3.el9", "source": "rpm", "version": "0.7.24" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "10.el9", "source": "rpm", "version": "2.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.el9", "source": "rpm", "version": "2.4.2" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "8.el9_1", "source": "rpm", "version": "4.16.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.el9", "source": "rpm", "version": "1.4.10" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "16.el9_1", "source": "rpm", "version": "1.31" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.el9", "source": "rpm", "version": "0.16.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "9.el9", "source": "rpm", "version": "1.3.3" } ], "libtraceevent": [ { "arch": "x86_64", "epoch": null, "name": "libtraceevent", "release": "3.el9", "source": "rpm", "version": "1.5.3" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "11.el9", "source": "rpm", "version": "2.9.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "15.el9", "source": "rpm", "version": "0.9.10" } ], "liburing": [ { "arch": "x86_64", "epoch": null, "name": "liburing", "release": "1.el9", "source": "rpm", "version": "2.5" } ], "libusbx": [ { "arch": "x86_64", "epoch": null, "name": "libusbx", "release": "1.el9", "source": "rpm", "version": "1.0.26" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "15.el9", "source": "rpm", "version": "0.63" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "6.el9", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el9_4", "source": "rpm", "version": "2.9.13" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.el9", "source": "rpm", "version": "0.3.10" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "9.el9", "source": "rpm", "version": "1.1.34" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "7.el9", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "146.el9", "source": "rpm", "version": "20240905" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "146.el9", "source": "rpm", "version": "20240905" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "3.el9", "source": "rpm", "version": "0.9.29" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "8.el9", "source": "rpm", "version": "3.18.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "10.el9", "source": "rpm", "version": "B.02.19.2" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "3.el9", "source": "rpm", "version": "4.94.0" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el9", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "4.el9", "source": "rpm", "version": "5.4.4" } ], "luksmeta": [ { "arch": "x86_64", "epoch": null, "name": "luksmeta", "release": "12.el9", "source": "rpm", "version": "9" } ], "lvm2": [ { "arch": "x86_64", "epoch": 9, "name": "lvm2", "release": "2.el9", "source": "rpm", "version": "2.03.24" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 9, "name": "lvm2-libs", "release": "2.el9", "source": "rpm", "version": "2.03.24" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "5.el9", "source": "rpm", "version": "1.9.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "7.el9", "source": "rpm", "version": "2.10" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "8.el9", "source": "rpm", "version": "4.3" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "7.el9", "source": "rpm", "version": "2.9.3" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "3.el9", "source": "rpm", "version": "4.3" } ], "microcode_ctl": [ { "arch": "noarch", "epoch": 4, "name": "microcode_ctl", "release": "1.el9_5", "source": "rpm", "version": "20240910" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "4.el9", "source": "rpm", "version": "0.6.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "7.el9", "source": "rpm", "version": "4.1.0" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ndctl": [ { "arch": "x86_64", "epoch": null, "name": "ndctl", "release": "2.el9", "source": "rpm", "version": "78" } ], "ndctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "ndctl-libs", "release": "2.el9", "source": "rpm", "version": "78" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "1.el9", "source": "rpm", "version": "3.9.1" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el9", "source": "rpm", "version": "0.52.21" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "27.el9", "source": "rpm", "version": "2.5.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.el9", "source": "rpm", "version": "1.0.9" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "8.el9", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "14.el9_2", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "7.el9_2", "source": "rpm", "version": "3.101.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "7.el9_2", "source": "rpm", "version": "3.101.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "7.el9_2", "source": "rpm", "version": "3.101.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "7.el9_2", "source": "rpm", "version": "3.101.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "7.el9_2", "source": "rpm", "version": "3.101.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "2.el9", "source": "rpm", "version": "2.0.18" } ], "oddjob": [ { "arch": "x86_64", "epoch": null, "name": "oddjob", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oddjob-mkhomedir": [ { "arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.el9.6", "source": "rpm", "version": "6.9.6" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "3.el9", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "43.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "43.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "43.el9", "source": "rpm", "version": "8.7p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "6.el9_5", "source": "rpm", "version": "3.2.2" } ], "openssl-fips-provider": [ { "arch": "x86_64", "epoch": null, "name": "openssl-fips-provider", "release": "6.el9_5", "source": "rpm", "version": "3.0.7" } ], "openssl-fips-provider-so": [ { "arch": "x86_64", "epoch": null, "name": "openssl-fips-provider-so", "release": "6.el9_5", "source": "rpm", "version": "3.0.7" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "6.el9_5", "source": "rpm", "version": "3.2.2" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "10.el9", "source": "rpm", "version": "1.77" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.el9", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "2.el9", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "20.el9", "source": "rpm", "version": "1.5.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "2.el9", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "12.el9", "source": "rpm", "version": "0.80" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "5.el9", "source": "rpm", "version": "3.7.0" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "4.el9", "source": "rpm", "version": "8.44" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "6.el9", "source": "rpm", "version": "10.40" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "6.el9", "source": "rpm", "version": "10.40" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "481.el9", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "481.el9", "source": "rpm", "version": "1.80" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "460.el9", "source": "rpm", "version": "1.50" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "481.el9", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "462.el9", "source": "rpm", "version": "2.174" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "4.el9", "source": "rpm", "version": "1.19" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "4.el9", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "481.el9", "source": "rpm", "version": "1.47" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "462.el9", "source": "rpm", "version": "3.08" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "481.el9", "source": "rpm", "version": "1.30" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "7.el9", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "461.el9", "source": "rpm", "version": "5.74" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "481.el9", "source": "rpm", "version": "1.13" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "481.el9", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "481.el9", "source": "rpm", "version": "1.37" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "4.el9", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "4.el9", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "481.el9", "source": "rpm", "version": "1.09" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "481.el9", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "4.el9", "source": "rpm", "version": "2.52" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "481.el9", "source": "rpm", "version": "1.12" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.el9_4", "source": "rpm", "version": "2.43.5" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "462.el9", "source": "rpm", "version": "0.076" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "481.el9", "source": "rpm", "version": "1.43" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el9", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "2.el9", "source": "rpm", "version": "2.073" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "481.el9", "source": "rpm", "version": "1.21" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "4.el9", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "6.el9", "source": "rpm", "version": "20200520" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "481.el9", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "1.el9", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "481.el9", "source": "rpm", "version": "1.94" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "461.el9", "source": "rpm", "version": "3.78" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "460.el9", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "461.el9", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el9", "source": "rpm", "version": "3.42" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.el9", "source": "rpm", "version": "2.01" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Scalar-List-Utils", "release": "462.el9", "source": "rpm", "version": "1.56" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "481.el9", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "4.el9", "source": "rpm", "version": "2.031" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "460.el9", "source": "rpm", "version": "3.21" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "481.el9", "source": "rpm", "version": "1.08" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "461.el9", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "460.el9", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "11.el9", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "460.el9", "source": "rpm", "version": "3.30" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "460.el9", "source": "rpm", "version": "2013.0523" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "7.el9", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "3.el9", "source": "rpm", "version": "5.09" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "481.el9", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "461.el9", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "481.el9", "source": "rpm", "version": "0.60.800" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "481.el9", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "4.el9", "source": "rpm", "version": "3.13" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "481.el9", "source": "rpm", "version": "1.23" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "481.el9", "source": "rpm", "version": "1.31" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "481.el9", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "460.el9", "source": "rpm", "version": "0.238" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "460.el9", "source": "rpm", "version": "4.14" } ], "perl-subs": [ { "arch": "noarch", "epoch": 0, "name": "perl-subs", "release": "481.el9", "source": "rpm", "version": "1.03" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "481.el9", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el9", "source": "rpm", "version": "2.5" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "13.el9", "source": "rpm", "version": "0.117" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "13.el9", "source": "rpm", "version": "0.117" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "21.el9", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "8.el9", "source": "rpm", "version": "1.18" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "8.el9", "source": "rpm", "version": "0.1.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "14.el9", "source": "rpm", "version": "3.3.17" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "3.el9", "source": "rpm", "version": "23.4" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "3.el9", "source": "rpm", "version": "20210518" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "8.el9", "source": "rpm", "version": "3.9.19" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "8.el9", "source": "rpm", "version": "3.9.19" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "7.el9", "source": "rpm", "version": "20.3.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "1.el9", "source": "rpm", "version": "3.1.5" } ], "python3-babel": [ { "arch": "noarch", "epoch": null, "name": "python3-babel", "release": "2.el9", "source": "rpm", "version": "2.9.1" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "17.el9", "source": "rpm", "version": "3.6.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "3.el9", "source": "rpm", "version": "2.5" } ], "python3-chardet": [ { "arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "5.el9", "source": "rpm", "version": "4.0.0" } ], "python3-cloud-what": [ { "arch": "x86_64", "epoch": null, "name": "python3-cloud-what", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "25.el9", "source": "rpm", "version": "5.0.6" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "7.el9", "source": "rpm", "version": "2.8.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.el9", "source": "rpm", "version": "1.2.18" } ], "python3-dbus-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-client-gen", "release": "1.el9", "source": "rpm", "version": "0.5.1" } ], "python3-dbus-python-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-python-client-gen", "release": "1.el9", "source": "rpm", "version": "0.8.3" } ], "python3-dbus-signature-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-signature-pyparsing", "release": "1.el9", "source": "rpm", "version": "0.4.1" } ], "python3-decorator": [ { "arch": "noarch", "epoch": null, "name": "python3-decorator", "release": "6.el9", "source": "rpm", "version": "4.4.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "7.el9", "source": "rpm", "version": "1.5.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "16.el9", "source": "rpm", "version": "4.3.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "7.el9", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "7.el9_4.1", "source": "rpm", "version": "2.10" } ], "python3-iniparse": [ { "arch": "noarch", "epoch": null, "name": "python3-iniparse", "release": "45.el9", "source": "rpm", "version": "0.4" } ], "python3-inotify": [ { "arch": "noarch", "epoch": null, "name": "python3-inotify", "release": "25.el9", "source": "rpm", "version": "0.9.6" } ], "python3-into-dbus-python": [ { "arch": "noarch", "epoch": null, "name": "python3-into-dbus-python", "release": "1.el9", "source": "rpm", "version": "0.8.2" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "6.el9", "source": "rpm", "version": "2.11.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "16.el9", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "4.el9", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "13.el9", "source": "rpm", "version": "3.2.0" } ], "python3-justbases": [ { "arch": "noarch", "epoch": null, "name": "python3-justbases", "release": "1.el9", "source": "rpm", "version": "0.15.2" } ], "python3-justbytes": [ { "arch": "noarch", "epoch": null, "name": "python3-justbytes", "release": "1.el9", "source": "rpm", "version": "0.15.2" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "python3-librepo": [ { "arch": "x86_64", "epoch": null, "name": "python3-librepo", "release": "2.el9", "source": "rpm", "version": "1.14.5" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "8.el9", "source": "rpm", "version": "3.9.19" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "python3-libxml2": [ { "arch": "x86_64", "epoch": null, "name": "python3-libxml2", "release": "6.el9_4", "source": "rpm", "version": "2.9.13" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.el9", "source": "rpm", "version": "4.6.5" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "12.el9", "source": "rpm", "version": "1.1.1" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "15.el9", "source": "rpm", "version": "0.10.6" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.el9", "source": "rpm", "version": "1.0.9" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "5.el9", "source": "rpm", "version": "3.1.1" } ], "python3-packaging": [ { "arch": "noarch", "epoch": null, "name": "python3-packaging", "release": "5.el9", "source": "rpm", "version": "20.9" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "1.el9", "source": "rpm", "version": "21.3.1" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "27.el9", "source": "rpm", "version": "0.7.2" } ], "python3-psutil": [ { "arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "12.el9", "source": "rpm", "version": "5.8.0" } ], "python3-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "9.el9", "source": "rpm", "version": "2.4.7" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "1.el9", "source": "rpm", "version": "3.12.0" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "8.el9", "source": "rpm", "version": "0.17.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "12.el9", "source": "rpm", "version": "3.4" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "12.el9", "source": "rpm", "version": "1.7.1" } ], "python3-pytz": [ { "arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "5.el9", "source": "rpm", "version": "2021.1" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "6.el9", "source": "rpm", "version": "0.22.0" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.el9", "source": "rpm", "version": "5.4.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "8.el9", "source": "rpm", "version": "2.25.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.el9", "source": "rpm", "version": "4.4.4" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "13.el9", "source": "rpm", "version": "53.0.0" } ], "python3-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "13.el9", "source": "rpm", "version": "53.0.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.el9", "source": "rpm", "version": "1.15.0" } ], "python3-subscription-manager-rhsm": [ { "arch": "x86_64", "epoch": null, "name": "python3-subscription-manager-rhsm", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "19.el9", "source": "rpm", "version": "234" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "6.el9", "source": "rpm", "version": "1.26.5" } ], "python3-wcwidth": [ { "arch": "noarch", "epoch": null, "name": "python3-wcwidth", "release": "8.el9", "source": "rpm", "version": "0.2.5" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 17, "name": "qemu-guest-agent", "release": "10.el9_5", "source": "rpm", "version": "9.0.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "2.el9", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "2.el9", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "4.el9", "source": "rpm", "version": "8.1" } ], "redhat-release": [ { "arch": "x86_64", "epoch": null, "name": "redhat-release", "release": "0.6.el9", "source": "rpm", "version": "9.5" } ], "redhat-release-eula": [ { "arch": "x86_64", "epoch": null, "name": "redhat-release-eula", "release": "0.6.el9", "source": "rpm", "version": "9.5" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el9", "source": "rpm", "version": "0.4.5" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el9", "source": "rpm", "version": "0.4.5" } ], "rhc": [ { "arch": "x86_64", "epoch": 1, "name": "rhc", "release": "5.el9", "source": "rpm", "version": "0.2.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "7.el9", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "31.el9", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "7.el9", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-audit", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "20.el9", "source": "rpm", "version": "3.2.3" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "9.el9", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "3.el9_5", "source": "rpm", "version": "38.1.45" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "3.el9_5", "source": "rpm", "version": "38.1.45" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "10.el9", "source": "rpm", "version": "2.13.7" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "9.el9", "source": "rpm", "version": "4.9" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "5.el9", "source": "rpm", "version": "2.1" } ], "shim-x64": [ { "arch": "x86_64", "epoch": null, "name": "shim-x64", "release": "3.el9_4", "source": "rpm", "version": "15.8" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el9", "source": "rpm", "version": "2.3.2" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "8.el9", "source": "rpm", "version": "1.1.8" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "7.el9_3", "source": "rpm", "version": "3.34.1" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "10.git1.el9", "source": "rpm", "version": "4.4" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "stratis-cli": [ { "arch": "noarch", "epoch": null, "name": "stratis-cli", "release": "1.el9", "source": "rpm", "version": "3.6.0" } ], "stratisd": [ { "arch": "x86_64", "epoch": null, "name": "stratisd", "release": "1.el9", "source": "rpm", "version": "3.6.7" } ], "subscription-manager": [ { "arch": "x86_64", "epoch": null, "name": "subscription-manager", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "subscription-manager-rhsm-certificates": [ { "arch": "noarch", "epoch": null, "name": "subscription-manager-rhsm-certificates", "release": "1.el9", "source": "rpm", "version": "20220623" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el9_3", "source": "rpm", "version": "1.9.5p2" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "46.el9_5.2", "source": "rpm", "version": "252" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "46.el9_5.2", "source": "rpm", "version": "252" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "46.el9_5.2", "source": "rpm", "version": "252" } ], "systemd-rpm-macros": [ { "arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "46.el9_5.2", "source": "rpm", "version": "252" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "46.el9_5.2", "source": "rpm", "version": "252" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "7.el9", "source": "rpm", "version": "1.34" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "16.el9_1", "source": "rpm", "version": "1.31" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "18.el9", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "4.el9", "source": "rpm", "version": "5.2" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "1.el9", "source": "rpm", "version": "3.2.3" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "2.el9", "source": "rpm", "version": "2024a" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "11.el9", "source": "rpm", "version": "2.9.4" } ], "usermode": [ { "arch": "x86_64", "epoch": null, "name": "usermode", "release": "5.el9", "source": "rpm", "version": "1.114" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "6.el9", "source": "rpm", "version": "0.12.1" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "vdo": [ { "arch": "x86_64", "epoch": null, "name": "vdo", "release": "1.el9", "source": "rpm", "version": "8.2.2.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "10.el9", "source": "rpm", "version": "1.25" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "15.el9", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "8.el9_4", "source": "rpm", "version": "1.21.1" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "29.el9", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.el9", "source": "rpm", "version": "6.4.0" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "8.el9_0", "source": "rpm", "version": "5.2.5" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "8.el9_0", "source": "rpm", "version": "5.2.5" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "16.el9", "source": "rpm", "version": "4.3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "40.el9", "source": "rpm", "version": "1.2.11" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_stratis.yml:28 Monday 21 October 2024 16:32:52 -0400 (0:00:01.469) 0:00:12.186 ******** ok: [managed-node2] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_stratis.yml:32 Monday 21 October 2024 16:32:52 -0400 (0:00:00.095) 0:00:12.282 ******** ok: [managed-node2] => { "ansible_facts": { "blivet_pkg_version": "3.6.0-17.el9" }, "changed": false } TASK [Set distribution version] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_stratis.yml:36 Monday 21 October 2024 16:32:52 -0400 (0:00:00.071) 0:00:12.353 ******** ok: [managed-node2] => { "ansible_facts": { "is_fedora": false, "is_rhel10": false, "is_rhel78": false, "is_rhel9": true }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_stratis.yml:47 Monday 21 October 2024 16:32:52 -0400 (0:00:00.122) 0:00:12.475 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml for managed-node2 TASK [Ensure test packages] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:2 Monday 21 October 2024 16:32:53 -0400 (0:00:00.139) 0:00:12.615 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:11 Monday 21 October 2024 16:32:54 -0400 (0:00:00.996) 0:00:13.611 ******** ok: [managed-node2] => { "changed": false, "disks": "Unable to find unused disk", "info": [ "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"209715200\" FSTYPE=\"vfat\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"209715200\" FSTYPE=\"vfat\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda3\" TYPE=\"part\" SIZE=\"1073741824\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda3\" TYPE=\"part\" SIZE=\"1073741824\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda4\" TYPE=\"part\" SIZE=\"267149884928\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda4\" TYPE=\"part\" SIZE=\"267149884928\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "filename [xvda4] is a partition", "filename [xvda2] is a partition", "filename [xvda3] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:20 Monday 21 October 2024 16:32:54 -0400 (0:00:00.861) 0:00:14.473 ******** ok: [managed-node2] => { "changed": false, "cmd": "set -x\nexec 1>&2\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC\njournalctl -ex\n", "delta": "0:00:00.035247", "end": "2024-10-21 16:32:55.326763", "rc": 0, "start": "2024-10-21 16:32:55.291516" } STDERR: + exec + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" LOG_SEC="512" NAME="/dev/xvda1" TYPE="part" SIZE="1048576" FSTYPE="" LOG_SEC="512" NAME="/dev/xvda2" TYPE="part" SIZE="209715200" FSTYPE="vfat" LOG_SEC="512" NAME="/dev/xvda3" TYPE="part" SIZE="1073741824" FSTYPE="xfs" LOG_SEC="512" NAME="/dev/xvda4" TYPE="part" SIZE="267149884928" FSTYPE="xfs" LOG_SEC="512" + journalctl -ex Oct 21 16:27:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[33465]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[33577]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ilbhmzzdmggmeinbmagtspwgicjfgqoz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542463.23502-19828-40381486810141/AnsiballZ_stat.py' Oct 21 16:27:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[33577]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:43 ip-10-31-11-33.us-east-1.aws.redhat.com python3[33579]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:27:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[33577]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[33688]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hptheuvnzzdhzwoijbbgndcggaytqral ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542464.0310419-19887-131691843422654/AnsiballZ_stat.py' Oct 21 16:27:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[33688]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:44 ip-10-31-11-33.us-east-1.aws.redhat.com python3[33690]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:27:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[33688]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[33797]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-izxbvnqwxtuytyajytbkwyyadqibjdjd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542464.4385197-19915-244810671276185/AnsiballZ_setup.py' Oct 21 16:27:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[33797]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:44 ip-10-31-11-33.us-east-1.aws.redhat.com python3[33799]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[33797]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[33936]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-smzxktwmupwghqsprvgvxktlodnuormk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542465.3605485-19957-243768873419629/AnsiballZ_blivet.py' Oct 21 16:27:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[33936]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:45 ip-10-31-11-33.us-east-1.aws.redhat.com python3[33938]: ansible-redhat.rhel_system_roles.blivet Invoked with packages_only=True pools=[{'name': 'foo', 'type': 'lvm', 'state': 'present', 'disks': [], 'encryption': False, 'volumes': [{'name': 'test1', 'type': 'lvm', 'fs_type': 'xfs', 'state': 'present', 'mount_point': '/foo', 'encryption': False, 'cache_devices': [], 'raid_disks': [], 'thin': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'mount_options': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'size': None, 'cached': None, 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'vdo_pool_size': None}], 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': None}] volumes=[] pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True diskvolume_mkfs_option_map={} disklabel_type=None use_partitions=None Oct 21 16:27:45 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: Starting Disk Manager... â–‘â–‘ Subject: A start job for unit udisks2.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit udisks2.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 1669. Oct 21 16:27:45 ip-10-31-11-33.us-east-1.aws.redhat.com udisksd[33949]: udisks daemon version 2.9.4 starting Oct 21 16:27:45 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: Starting Authorization Manager... â–‘â–‘ Subject: A start job for unit polkit.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit polkit.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 1753. Oct 21 16:27:45 ip-10-31-11-33.us-east-1.aws.redhat.com polkitd[33953]: Started polkitd version 0.117 Oct 21 16:27:45 ip-10-31-11-33.us-east-1.aws.redhat.com polkitd[33953]: Loading rules from directory /etc/polkit-1/rules.d Oct 21 16:27:45 ip-10-31-11-33.us-east-1.aws.redhat.com polkitd[33953]: Loading rules from directory /usr/share/polkit-1/rules.d Oct 21 16:27:46 ip-10-31-11-33.us-east-1.aws.redhat.com polkitd[33953]: Finished loading, compiling and executing 3 rules Oct 21 16:27:46 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: Started Authorization Manager. â–‘â–‘ Subject: A start job for unit polkit.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit polkit.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 1753. Oct 21 16:27:46 ip-10-31-11-33.us-east-1.aws.redhat.com polkitd[33953]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Oct 21 16:27:46 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: Started Disk Manager. â–‘â–‘ Subject: A start job for unit udisks2.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit udisks2.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 1669. Oct 21 16:27:46 ip-10-31-11-33.us-east-1.aws.redhat.com udisksd[33949]: Acquired the name org.freedesktop.UDisks2 on the system message bus Oct 21 16:27:46 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1268]: Created slice User Background Tasks Slice. â–‘â–‘ Subject: A start job for unit UNIT has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 17. Oct 21 16:27:46 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1268]: Starting Cleanup of User's Temporary Files and Directories... â–‘â–‘ Subject: A start job for unit UNIT has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 16. Oct 21 16:27:46 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1268]: Finished Cleanup of User's Temporary Files and Directories. â–‘â–‘ Subject: A start job for unit UNIT has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 16. Oct 21 16:27:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[33936]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34162]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lvvdenfnpwfmkxbzbdwrmfqbtripywef ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542466.7257953-20008-8513961768244/AnsiballZ_blivet.py' Oct 21 16:27:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34162]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:47 ip-10-31-11-33.us-east-1.aws.redhat.com python3[34164]: ansible-redhat.rhel_system_roles.blivet Invoked with packages_only=True pools=[] volumes=[{'name': 'foo', 'type': 'disk', 'state': 'present', 'disks': [], 'fs_type': 'ext4', 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'mount_options': None, 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'size': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None}] pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True diskvolume_mkfs_option_map={} disklabel_type=None use_partitions=None Oct 21 16:27:47 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34162]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:47 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34304]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yffrkxnuswakmmjtzkvuwlnpkbgombcd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542467.7198687-20090-101356222992477/AnsiballZ_blivet.py' Oct 21 16:27:47 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34304]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:48 ip-10-31-11-33.us-east-1.aws.redhat.com python3[34306]: ansible-redhat.rhel_system_roles.blivet Invoked with packages_only=True pools=[] volumes=[{'name': 'foo', 'type': 'disk', 'state': 'present', 'disks': [], 'fs_type': 'swap', 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'mount_options': None, 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'size': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None}] pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True diskvolume_mkfs_option_map={} disklabel_type=None use_partitions=None Oct 21 16:27:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34304]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34481]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hlabxpycfuxuxsizhmkmuljnbehohtxq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542472.6009657-20664-254692284356679/AnsiballZ_setup.py' Oct 21 16:27:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34481]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:53 ip-10-31-11-33.us-east-1.aws.redhat.com python3[34483]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:27:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34481]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34620]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pauppdpsxvfcqzjhxtexlpznpofjljmc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542474.0509336-20717-220264037777595/AnsiballZ_stat.py' Oct 21 16:27:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34620]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:54 ip-10-31-11-33.us-east-1.aws.redhat.com python3[34622]: 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 Oct 21 16:27:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34620]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:55 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34729]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ijvvcjerknoxdpofighinsjujffuswca ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542475.0851557-20763-12023860707397/AnsiballZ_dnf.py' Oct 21 16:27:55 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34729]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:55 ip-10-31-11-33.us-east-1.aws.redhat.com python3[34731]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:27:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34729]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34839]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uubxeanmsujpingxtfzngmoygxrxvbjl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542476.2035022-20860-32943105064177/AnsiballZ_blivet.py' Oct 21 16:27:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34839]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:56 ip-10-31-11-33.us-east-1.aws.redhat.com python3[34841]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:27:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34839]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34951]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wtgqqwfnnqiakjfnfvwuswyztbpsherd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542477.286759-20982-273287990088341/AnsiballZ_dnf.py' Oct 21 16:27:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34951]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:57 ip-10-31-11-33.us-east-1.aws.redhat.com python3[34953]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:27:58 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34951]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:58 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35061]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-izrtlybwnlpyhnetkqhdasfbmthggxoj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542478.125459-20997-61466309139594/AnsiballZ_service_facts.py' Oct 21 16:27:58 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35061]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:58 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35063]: ansible-service_facts Invoked Oct 21 16:27:59 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:28:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35061]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35271]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fwvotbbjfvzsifylbgracbskpcjxhees ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542480.4281635-21123-105741932989311/AnsiballZ_blivet.py' Oct 21 16:28:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35271]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:00 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35273]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:28:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35271]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35383]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jqilpqqbuywhwrzlkcwxgvdsonfvpolq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542481.0111244-21153-274625971859029/AnsiballZ_stat.py' Oct 21 16:28:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35383]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:01 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35385]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35383]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35494]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dmuxwwuuvgzhjzdxwipasqnewjwrtswa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542482.0403802-21209-28487395849036/AnsiballZ_stat.py' Oct 21 16:28:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35494]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:02 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35496]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35494]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35603]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tomlhlsjtwnjaicegsuxosyvkxeaopja ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542482.4520032-21234-274970064830874/AnsiballZ_setup.py' Oct 21 16:28:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35603]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:02 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35605]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35603]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35742]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ewboxfgfzgkgdqqtgzgmqihwalplusrm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542483.614908-21286-179937437766319/AnsiballZ_dnf.py' Oct 21 16:28:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35742]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:04 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35744]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35742]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35852]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yedjbtcmtkmidyclbftwjelyfaqiwxxz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542484.539894-21379-269706833714625/AnsiballZ_find_unused_disk.py' Oct 21 16:28:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35852]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:05 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35854]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 max_size=0 match_sector_size=False with_interface=None Oct 21 16:28:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35852]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35963]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-heuovmculrmldqkrdsgffhxdumqlwupz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542485.2018516-21394-280541168889388/AnsiballZ_command.py' Oct 21 16:28:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35963]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:05 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35965]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:28:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35963]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:10 ip-10-31-11-33.us-east-1.aws.redhat.com python3[36109]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36246]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qlxjidefybpsaqiqscjtosdlifgppxil ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542490.5765357-21957-118072404855899/AnsiballZ_setup.py' Oct 21 16:28:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36246]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:10 ip-10-31-11-33.us-east-1.aws.redhat.com python3[36248]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36246]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36385]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cyungsmnizfpwhlgonmlciwyrowucfia ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542491.6738644-22004-120451416489446/AnsiballZ_stat.py' Oct 21 16:28:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36385]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:12 ip-10-31-11-33.us-east-1.aws.redhat.com python3[36387]: 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 Oct 21 16:28:12 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36385]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:12 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36494]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uulqolgjdxennjiwibrfoctchqxzhxcz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542492.4649615-22048-142480793991374/AnsiballZ_dnf.py' Oct 21 16:28:12 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36494]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:13 ip-10-31-11-33.us-east-1.aws.redhat.com python3[36496]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36494]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36604]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kcftswoyfiigftiogzrvwdnitxcelfkd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542493.8150806-22165-179090800944646/AnsiballZ_blivet.py' Oct 21 16:28:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36604]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:14 ip-10-31-11-33.us-east-1.aws.redhat.com python3[36606]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:28:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36604]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36716]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-atpeswyclktrnuhfiwglxoyeqeolwlat ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542494.8247712-22282-165908207430353/AnsiballZ_dnf.py' Oct 21 16:28:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36716]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:15 ip-10-31-11-33.us-east-1.aws.redhat.com python3[36718]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36716]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36826]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gbdmuyafbxxsxhyurmbzuojuhalcutvg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542495.7736087-22334-205437590857963/AnsiballZ_service_facts.py' Oct 21 16:28:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36826]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:16 ip-10-31-11-33.us-east-1.aws.redhat.com python3[36828]: ansible-service_facts Invoked Oct 21 16:28:17 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:28:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36826]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37036]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nzutzbvhxbcgkxwnrygkliiwhbbhghml ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542498.3149545-22504-15525128270827/AnsiballZ_blivet.py' Oct 21 16:28:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37036]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:18 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37038]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:28:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37036]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37148]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vwsjosfudruntzurxqnewzdzmmnolrpt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542498.9069765-22582-212851153483677/AnsiballZ_stat.py' Oct 21 16:28:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37148]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:19 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37150]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37148]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37259]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yyjrnygvmnugbgarvavyklbpwvncuipa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542499.7329898-22697-77783776481257/AnsiballZ_stat.py' Oct 21 16:28:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37259]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:20 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37261]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37259]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37368]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-izrblwbcjtllefvajeexegsiqhyqidsm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542500.1991613-22773-279853854554807/AnsiballZ_setup.py' Oct 21 16:28:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37368]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:20 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37370]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37368]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37507]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bpytuxffjpvujqltyapwxgulvuzeblqv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542501.2076473-22798-216054081076511/AnsiballZ_dnf.py' Oct 21 16:28:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37507]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:21 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37509]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37507]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37617]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pbherftefilgajnrlieoatbbjfcteqkv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542502.0564523-22842-243024911567757/AnsiballZ_find_unused_disk.py' Oct 21 16:28:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37617]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:22 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37619]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=2 with_interface=scsi match_sector_size=True min_size=0 max_size=0 Oct 21 16:28:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37617]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37763]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ufgaioutzvujosmuprsqvihyvpdzkwhv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542504.0160391-23078-49577700706711/AnsiballZ_setup.py' Oct 21 16:28:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37763]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:24 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37765]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37763]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37902]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gvnwznxiwpopoyndozkqzkkkxarhfask ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542505.5895178-23138-241721716705362/AnsiballZ_stat.py' Oct 21 16:28:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37902]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:26 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37904]: 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 Oct 21 16:28:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37902]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38011]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qzmhztscoxzfthqnmgbctyvgwuqnyblc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542506.4006255-23188-203191132449772/AnsiballZ_dnf.py' Oct 21 16:28:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38011]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:26 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38013]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38011]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38121]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-giwdsfzwtqrisvjkcpypgkdadkhztwat ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542507.5390434-23286-247220186998938/AnsiballZ_blivet.py' Oct 21 16:28:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38121]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:28 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38123]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:28:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38121]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38233]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nlaokbxfizfscrqzoulnoyeqroknvjxt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542508.5009918-23340-215168823487840/AnsiballZ_dnf.py' Oct 21 16:28:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38233]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:28 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38235]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38233]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38343]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zpznezbbhnnfguwvdamueufgtczzcfin ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542509.3593907-23504-240328921302523/AnsiballZ_service_facts.py' Oct 21 16:28:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38343]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:29 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38345]: ansible-service_facts Invoked Oct 21 16:28:30 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:28:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38343]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38553]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qhqdqpzmqmlkhpeipyytkztphkeulcpb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542511.483641-23651-248023842410129/AnsiballZ_blivet.py' Oct 21 16:28:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38553]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:31 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38555]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:28:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38553]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38665]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kgofrnhzcoqazxzrcsbyosgljsrvxfla ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542512.101369-23665-269078373315273/AnsiballZ_stat.py' Oct 21 16:28:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38665]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:32 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38667]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38665]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38776]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-afbvnjtxlazxtfogpoozaizlksufxqnc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542512.840474-23724-1457660337414/AnsiballZ_stat.py' Oct 21 16:28:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38776]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:33 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38778]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38776]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38885]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xzybbtwmwmxescrnexksruptwbmlippi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542513.3259385-23753-172145743381706/AnsiballZ_setup.py' Oct 21 16:28:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38885]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:33 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38887]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38885]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39024]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bofmbtqmcrzkgkbrcfmnobhyzupvpudl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542514.5108414-23810-151710367805691/AnsiballZ_dnf.py' Oct 21 16:28:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39024]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:34 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39026]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39024]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39134]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qpsbfsyczlogzhhyiuthjcngywgavacu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542515.518665-23923-186057223265191/AnsiballZ_find_unused_disk.py' Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39134]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39136]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=2 min_size=0 max_size=0 match_sector_size=False with_interface=None Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39134]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39245]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-htilyvlvzecxmjzmkzmawpuurvkeoijw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542516.3402314-24000-137906962779520/AnsiballZ_command.py' Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39245]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39247]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39245]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:40 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39391]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39528]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ztlekmvkdidjkfglgcnoscksxrbqoedh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542521.4148839-24460-104338488327473/AnsiballZ_setup.py' Oct 21 16:28:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39528]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:41 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39530]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39528]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39667]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xxpfngbqhciqtkdkaodcpjplmkotqpyd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542522.5373044-24533-116767123583392/AnsiballZ_stat.py' Oct 21 16:28:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39667]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:42 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39669]: 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 Oct 21 16:28:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39667]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39776]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tnnkhuwbldynzyilupkmtnxpyquokokt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542523.1763043-24550-214528490690244/AnsiballZ_dnf.py' Oct 21 16:28:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39776]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:43 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39778]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39776]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39886]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lesodudpqaasiabtyzotrwlhbcalceig ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542524.4168906-24598-173327128384059/AnsiballZ_blivet.py' Oct 21 16:28:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39886]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:45 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39888]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:28:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39886]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39998]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ykdpuordwrcrlvkubvlwfvyfeelcdzct ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542525.563714-24660-119397061093949/AnsiballZ_dnf.py' Oct 21 16:28:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39998]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:45 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40000]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39998]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40108]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-harutpahndrgaphizxnadrsvpivsymae ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542526.4936838-24764-48370111355608/AnsiballZ_service_facts.py' Oct 21 16:28:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40108]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:46 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40110]: ansible-service_facts Invoked Oct 21 16:28:47 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:28:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40108]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40318]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lsfkbffwddurucgfksosrevaauxzsbmd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542528.6746187-24909-115907750003402/AnsiballZ_blivet.py' Oct 21 16:28:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40318]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:49 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40320]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:28:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40318]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40430]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kahrkqwtelplnhzprbdyevwoujgkpvac ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542529.3355696-24942-166307364166688/AnsiballZ_stat.py' Oct 21 16:28:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40430]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:49 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40432]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40430]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40541]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zoaezpbsumyxooyzmiezkbfhxlesadwl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542530.3189147-25008-8965555694025/AnsiballZ_stat.py' Oct 21 16:28:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40541]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:50 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40543]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40541]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40650]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uibfbiuixxnbbrwvpwlrdoluxvmbzspy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542530.9326184-25047-197250667272263/AnsiballZ_setup.py' Oct 21 16:28:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40650]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:51 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40652]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40650]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40789]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ivqdxoheyqywmhkrmiksfruzsyhgvqbm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542532.2030032-25214-32878244222187/AnsiballZ_dnf.py' Oct 21 16:28:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40789]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:52 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40791]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40789]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40899]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jqtdjnheseakwpduueyccjpmrcxblxzk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542533.1611905-25352-228335861221795/AnsiballZ_find_unused_disk.py' Oct 21 16:28:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40899]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:53 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40901]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=1 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Oct 21 16:28:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40899]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41010]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-afmtcxxvsnjhsrexbwftjucqpqsypqqt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542533.7022905-25398-166186551751084/AnsiballZ_command.py' Oct 21 16:28:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41010]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:54 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41012]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:28:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41010]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41156]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pguwrlsyrelrlvwqarwvwqgctguzgyni ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542539.2376304-25910-257407648558551/AnsiballZ_setup.py' Oct 21 16:29:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41156]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:00 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41158]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41156]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41295]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ouavwkcdpnkccqnxmmzrqdwgtpndrnaj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542541.332391-26062-259058725828313/AnsiballZ_stat.py' Oct 21 16:29:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41295]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:01 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41297]: 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 Oct 21 16:29:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41295]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41404]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-brodurnxasowyrlufckbfaulaglavbum ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542542.2140398-26110-260559132850364/AnsiballZ_dnf.py' Oct 21 16:29:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41404]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:02 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41406]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41404]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41514]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ptzqsxbdmlhfozawxdckmowqpxdatrhx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542543.4618933-26334-4428370678503/AnsiballZ_blivet.py' Oct 21 16:29:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41514]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:04 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41516]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:29:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41514]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41626]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vdpyvmpgrwnnwwtnigimoabxdhifhamh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542544.3124926-26447-259301607231497/AnsiballZ_dnf.py' Oct 21 16:29:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41626]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:04 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41628]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41626]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41736]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nwnqecikptuvahzzudecnuntnbblvcvj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542545.1887906-26487-245033765165868/AnsiballZ_service_facts.py' Oct 21 16:29:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41736]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:05 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41738]: ansible-service_facts Invoked Oct 21 16:29:06 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:29:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41736]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41946]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ayeieiwvvnuexgsucqjjsrvugcjmdlyp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542548.5491345-26634-16395806088735/AnsiballZ_blivet.py' Oct 21 16:29:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41946]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:08 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41948]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:29:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41946]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42058]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-itpaoyymlovqpzjxvuqffcyjbqybjfwy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542549.1531944-26660-202927878616952/AnsiballZ_stat.py' Oct 21 16:29:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42058]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:09 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42060]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42058]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42169]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lbwkjublnqjtzvsrmnzdlgjlhofxogml ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542550.1330495-26739-170593342702150/AnsiballZ_stat.py' Oct 21 16:29:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42169]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:10 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42171]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42169]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42278]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vgsaowaxthfjzhyboejwqiyanesgpcrb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542550.5712333-26782-126857252664828/AnsiballZ_setup.py' Oct 21 16:29:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42278]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:11 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42280]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42278]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42417]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cidyinsniqlcjjrltthrvywuuphvnsfg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542551.8224137-26887-229096435806165/AnsiballZ_dnf.py' Oct 21 16:29:12 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42417]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:12 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42419]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:12 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42417]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42527]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ovibkxevlffrpujshxfjkutbuhlweqvf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542552.70803-26937-57136253256724/AnsiballZ_find_unused_disk.py' Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42527]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42529]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 max_size=0 match_sector_size=False with_interface=None Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42527]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42638]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-etkpaqirsrxbvhpfvofpvjraeckbnubt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542553.2518768-26958-194440978224463/AnsiballZ_command.py' Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42638]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42640]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42638]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42784]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hcifxvcvqyjqwgpsujmfimffhofwieyf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542555.5512443-27185-274664032085752/AnsiballZ_setup.py' Oct 21 16:29:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42784]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:16 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42786]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42784]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42923]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qagctbfwnobuzfkvzzsaiomgrfzwzabr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542557.1408038-27279-55009278113350/AnsiballZ_stat.py' Oct 21 16:29:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42923]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:17 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42925]: 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 Oct 21 16:29:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42923]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43032]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kauuavgefyqoqbckxyjpndbmalvbpiag ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542557.850877-27317-281014755692383/AnsiballZ_dnf.py' Oct 21 16:29:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43032]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:18 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43034]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43032]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43142]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fkldowqjuhoyjgvmocwklwzuzacohzts ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542558.987801-27359-1710064940074/AnsiballZ_blivet.py' Oct 21 16:29:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43142]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:19 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43144]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:29:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43142]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43254]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-btgmgiojaszmbsymtslnnftdrphgclgh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542559.8947253-27397-96328362000249/AnsiballZ_dnf.py' Oct 21 16:29:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43254]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:20 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43256]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43254]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43364]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ydlqaptuupqdfjyatycyupzygjyxuxkd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542560.7617257-27482-252037972552349/AnsiballZ_service_facts.py' Oct 21 16:29:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43364]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:21 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43366]: ansible-service_facts Invoked Oct 21 16:29:22 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:29:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43364]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:23 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43574]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-grgjxgjthfsorfyszzmhxveoanidjgvs ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542563.1378906-27796-248637841071281/AnsiballZ_blivet.py' Oct 21 16:29:23 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43574]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:23 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43576]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:29:23 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43574]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43686]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mcdjrplsrbvxyufzxakdblxnsljouerm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542563.8379653-27823-61313200811981/AnsiballZ_stat.py' Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43686]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43688]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43686]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43797]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pbufftglhzwfnhthctrkbkkmfnxigpza ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542564.6882422-27868-273409816276159/AnsiballZ_stat.py' Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43797]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43799]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43797]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43906]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-igomvblaneovkldherobdcgeipzraxqq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542565.1667926-27901-113616952410665/AnsiballZ_setup.py' Oct 21 16:29:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43906]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:25 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43908]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43906]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44045]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-glxqmnvmddtutenciendpnzrryjslmio ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542566.4669127-28032-215908685781322/AnsiballZ_dnf.py' Oct 21 16:29:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44045]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:26 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44047]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44045]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44155]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cxtmpbtiinuryjcbihjonnmpufifeujf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542567.4868174-28085-232432698658486/AnsiballZ_find_unused_disk.py' Oct 21 16:29:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44155]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:27 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44157]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 max_size=0 match_sector_size=False with_interface=None Oct 21 16:29:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44155]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44266]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eweirzwhxobjgrkjlhanvfzrpsheuhks ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542568.0975397-28143-36115501747684/AnsiballZ_command.py' Oct 21 16:29:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44266]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:28 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44268]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:29:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44266]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:33 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44412]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44549]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-psqsyrairhbhymrenfyzfnzlzcevdguz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542574.0361614-28617-10683970982676/AnsiballZ_setup.py' Oct 21 16:29:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44549]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:34 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44551]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44549]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44688]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qxfukzptgpwtfjjojmlvfbrpjzaarrjx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542575.1499271-28688-119952705825200/AnsiballZ_stat.py' Oct 21 16:29:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44688]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:35 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44690]: 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 Oct 21 16:29:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44688]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44797]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-isysuvpbtabisrxuziyvuwwwnpzsxqwc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542575.995533-28718-185474372637047/AnsiballZ_dnf.py' Oct 21 16:29:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44797]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:36 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44799]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44797]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44907]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tattxgrlhhtetctqkqyixnwrwndciqyg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542577.334573-28787-103766507350549/AnsiballZ_blivet.py' Oct 21 16:29:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44907]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:38 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44909]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:29:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44907]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45019]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jzhlluvrwwymhzrkwpqfyceehlvmjldk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542578.354554-28851-66757765420413/AnsiballZ_dnf.py' Oct 21 16:29:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45019]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:38 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45021]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:39 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45019]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:39 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45129]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xkthukfzbavrlyrmqggsboyqagznwsrt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542579.211013-28931-61834401133301/AnsiballZ_service_facts.py' Oct 21 16:29:39 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45129]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:39 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45131]: ansible-service_facts Invoked Oct 21 16:29:40 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:29:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45129]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45339]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zgyawjlccbqwnqcvjzpzkrnikhtccwuo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542581.678971-29151-160492502809414/AnsiballZ_blivet.py' Oct 21 16:29:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45339]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:42 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45341]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:29:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45339]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45451]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ctokslkzjqxebdsyondujniidhmggzwf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542582.435411-29210-4396079972017/AnsiballZ_stat.py' Oct 21 16:29:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45451]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:42 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45453]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45451]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45562]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kzstqpowshwsxqpgxhuhnroxxncmuzle ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542583.3219655-29382-271350548412059/AnsiballZ_stat.py' Oct 21 16:29:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45562]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:43 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45564]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45562]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45671]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vktjqlbdczwzlsglntwibcdnqldjwsul ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542583.7862568-29458-231918140106475/AnsiballZ_setup.py' Oct 21 16:29:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45671]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:44 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45673]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45671]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45810]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vsaaagycfhoqojvgkeaxgrhpwiaknxca ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542584.906309-29498-191456053489020/AnsiballZ_dnf.py' Oct 21 16:29:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45810]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:45 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45812]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45810]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45920]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oznchlyraieeweclwxqjffnwytswelpm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542585.7845685-29542-151578381160412/AnsiballZ_find_unused_disk.py' Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45920]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45922]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45920]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46031]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cbenzudsekfkaypfoqjkblcoqdomckmj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542586.3917012-29562-222187770239510/AnsiballZ_command.py' Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46031]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46033]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46031]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46177]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bjayxupgesviwmpanujdnvtfvcxvlkmw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542588.2063541-29692-220595317327391/AnsiballZ_setup.py' Oct 21 16:29:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46177]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:49 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46179]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46177]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46316]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tnsjgoxyxgommzpnswmdhxiafcsqmbzt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542590.0704505-29872-170938088962158/AnsiballZ_stat.py' Oct 21 16:29:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46316]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:50 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46318]: 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 Oct 21 16:29:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46316]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46425]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rozxmdqaomgracylkvqndcfbenpdjnkq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542590.77573-29909-112889668929872/AnsiballZ_dnf.py' Oct 21 16:29:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46425]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:51 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46427]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46425]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46535]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hzsudyuseeqeigkchmuuuigwoxobmjha ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542591.9076967-29950-277702931491749/AnsiballZ_blivet.py' Oct 21 16:29:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46535]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:52 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46537]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:29:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46535]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46647]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xredwecoduqjrtotmvqimrlbdrxcotci ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542592.8160672-29986-20813375546812/AnsiballZ_dnf.py' Oct 21 16:29:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46647]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:53 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46649]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46647]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46757]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dfftlmfnbmqaybuifpnwtpszlrdwzhhf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542593.6979682-30064-87047691329324/AnsiballZ_service_facts.py' Oct 21 16:29:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46757]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:54 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46759]: ansible-service_facts Invoked Oct 21 16:29:55 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:29:55 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46757]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46967]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rpxeslxanouoqjlxuypuymzwidwhhydy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542596.240095-30379-166934314263760/AnsiballZ_blivet.py' Oct 21 16:29:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46967]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:56 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46969]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:29:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46967]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47079]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qoeuptaetalqkuefktkgivlbhmffktlm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542596.9231577-30405-169254195535189/AnsiballZ_stat.py' Oct 21 16:29:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47079]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:57 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47081]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47079]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47190]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ubltmojlhuwzsjkivybonrpphietksdx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542597.8230624-30449-147591450071283/AnsiballZ_stat.py' Oct 21 16:29:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47190]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:58 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47192]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:58 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47190]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:58 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47299]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-huqbjigmuocqrhxeiedgeaybbdshmsez ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542598.2687109-30534-232196683463685/AnsiballZ_setup.py' Oct 21 16:29:58 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47299]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:58 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47301]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:59 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47299]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:59 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47438]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fersypjzrhdoxgqenwmcxwxzfboxkzjp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542599.4467108-30649-240322202752971/AnsiballZ_dnf.py' Oct 21 16:29:59 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47438]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:59 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47440]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47438]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47548]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jvqiylfmwtowqldubrecjkkdezszpkyd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542600.413153-30689-59858246078814/AnsiballZ_find_unused_disk.py' Oct 21 16:30:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47548]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:00 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47550]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 max_size=0 match_sector_size=False with_interface=None Oct 21 16:30:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47548]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47659]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hhbeaxvwapwebmrzvmgsopxwnhooqhxb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542600.998016-30711-13416707497479/AnsiballZ_command.py' Oct 21 16:30:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47659]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:01 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47661]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:30:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47659]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:05 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47805]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:06 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47942]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ctpbjjtotbcisnvdrjkukcbalfojnwma ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542606.1203585-31161-89338058203454/AnsiballZ_setup.py' Oct 21 16:30:06 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47942]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:06 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47944]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:06 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47942]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48081]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yiqxzfgrvbyhosnpgdmiudvqtxfavgxl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542607.1687224-31185-185581318501271/AnsiballZ_stat.py' Oct 21 16:30:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48081]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:07 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48083]: 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 Oct 21 16:30:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48081]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48190]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-egrvztqafswlavanfqugzhlxxekyjzcu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542607.9596827-31218-162447318939948/AnsiballZ_dnf.py' Oct 21 16:30:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48190]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:08 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48192]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48190]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48300]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wjoziiyduivsqochspjkzzcxesoxazaa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542609.2580786-31309-137190775765819/AnsiballZ_blivet.py' Oct 21 16:30:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48300]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:09 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48302]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:30:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48300]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48412]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lyhuhyxoaxfydcwclslnpaunwuegziio ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542610.343928-31377-229141788126317/AnsiballZ_dnf.py' Oct 21 16:30:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48412]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:10 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48414]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48412]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48522]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ankkieffnmbmxpqpynxodrnoxftexrrc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542611.2824738-31407-73911162436942/AnsiballZ_service_facts.py' Oct 21 16:30:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48522]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:11 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48524]: ansible-service_facts Invoked Oct 21 16:30:12 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:30:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48522]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48732]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ibvpafdaoctbvaliapsywxwlrpikbjej ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542613.852994-31564-8368687568324/AnsiballZ_blivet.py' Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48732]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48734]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48732]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48844]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zhntujdbipcygjdbacrwkdboqzvfyqjp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542614.5485597-31688-242891535864152/AnsiballZ_stat.py' Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48844]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48846]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48844]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48955]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cvcspelxtlzovnekoghjbjzuaogzcqln ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542615.2346098-31823-511003679675/AnsiballZ_stat.py' Oct 21 16:30:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48955]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:15 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48957]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48955]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49064]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zdpusrrtxjjvrjbmobtaipdbxwbtzamj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542615.753122-31853-54329887641105/AnsiballZ_setup.py' Oct 21 16:30:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49064]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:16 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49066]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49064]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49203]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-omymxnojqcrpxaiwaqkiejfynqxccqls ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542616.933617-31977-38471886168769/AnsiballZ_dnf.py' Oct 21 16:30:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49203]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:17 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49205]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49203]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49313]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tbrbdjpuomxaostmrvubptcotuhiafwe ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542617.863765-32055-187875090636173/AnsiballZ_find_unused_disk.py' Oct 21 16:30:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49313]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:18 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49315]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Oct 21 16:30:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49313]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49424]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xffnjqoocahulldhbdjptrqnbfwxsmhq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542618.6696868-32083-233521125006732/AnsiballZ_command.py' Oct 21 16:30:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49424]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:19 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49426]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:30:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49424]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49570]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vxwggqhjmnyfqtsvdmzuxlximmzycczz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542620.2699573-32209-202828188748542/AnsiballZ_setup.py' Oct 21 16:30:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49570]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:21 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49572]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49570]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49709]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xosloghnyzfrerojlxsijigwqfvfxoii ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542621.7908394-32347-145748817281760/AnsiballZ_stat.py' Oct 21 16:30:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49709]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:22 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49711]: 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 Oct 21 16:30:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49709]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49818]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-avximjvhvokxmcgekmepteuxrmyfwgmt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542622.5046964-32381-102629401541245/AnsiballZ_dnf.py' Oct 21 16:30:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49818]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:23 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49820]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:23 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49818]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49928]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qaztljsntjsvxzkildrubqabowxtylyb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542623.799485-32462-169687183527969/AnsiballZ_blivet.py' Oct 21 16:30:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49928]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:24 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49930]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:30:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49928]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50040]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bmlrebshztxhdlanuofzsedzaapmjmiu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542624.7041886-32513-134147811956582/AnsiballZ_dnf.py' Oct 21 16:30:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50040]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:25 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50042]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50040]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50150]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-glmfluplilwhndzplxbrwrxibobbvhfw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542625.5438552-32542-75715630721116/AnsiballZ_service_facts.py' Oct 21 16:30:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50150]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:25 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50152]: ansible-service_facts Invoked Oct 21 16:30:26 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:30:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50150]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50360]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pjwzyhwykjsqlbuhlayhkictseewotat ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542627.6916099-32669-62004157633629/AnsiballZ_blivet.py' Oct 21 16:30:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50360]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:28 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50362]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:30:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50360]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50472]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jjfrtsieupdoyixyrnjeqkviaonfygqn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542628.4361753-32733-275304930314219/AnsiballZ_stat.py' Oct 21 16:30:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50472]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:28 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50474]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50472]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50583]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lhlsltyyqfyvxazoxdwftnakktriovnf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542629.3158047-32932-141237578739927/AnsiballZ_stat.py' Oct 21 16:30:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50583]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:29 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50585]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50583]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50692]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ekoyhylwmoaljbowtjyagiirmwttzkmj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542629.690586-32993-234736080241399/AnsiballZ_setup.py' Oct 21 16:30:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50692]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:30 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50694]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:30 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50692]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50831]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zpbmdlgxearropmprptzlrrfgftedeik ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542630.738428-33039-77061379937201/AnsiballZ_package_facts.py' Oct 21 16:30:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50831]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:31 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50833]: ansible-package_facts Invoked with manager=['auto'] strategy=first Oct 21 16:30:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50831]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50940]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uadcapdaatfixajqqjekpfomuvzohylh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542632.6022246-33150-169321588149007/AnsiballZ_dnf.py' Oct 21 16:30:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50940]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:32 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50942]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50940]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51050]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ywixjyqppidgpkufmjavdbxliguvfdmd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542633.5857482-33225-100101204646249/AnsiballZ_find_unused_disk.py' Oct 21 16:30:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51050]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:34 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51052]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g match_sector_size=True max_return=10 max_size=0 with_interface=None Oct 21 16:30:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51050]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:38 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51196]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:39 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51333]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gdcfxlqoyyuuimjhsjrdmiufpnzfqvxf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542638.9764106-33742-173143782142581/AnsiballZ_setup.py' Oct 21 16:30:39 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51333]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:39 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51335]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:39 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51333]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:40 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51472]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-svvkpyqhvlkghwtndiqgqfceqjoqsobo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542640.1485388-33788-73784517484391/AnsiballZ_stat.py' Oct 21 16:30:40 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51472]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:40 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51474]: 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 Oct 21 16:30:40 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51472]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51581]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aqbzfprhcrwfrxabhdnbzwsjystaatil ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542640.7997406-33816-139106952407357/AnsiballZ_dnf.py' Oct 21 16:30:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51581]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:41 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51583]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51581]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51691]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vaubjhqshkyvjqjpbtydraactrzwgioj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542642.0373445-33883-141708016426758/AnsiballZ_blivet.py' Oct 21 16:30:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51691]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:42 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51693]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:30:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51691]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51803]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pqsoswfadvhiwtutingweqlcftfapusj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542643.1000962-33933-211406055321478/AnsiballZ_dnf.py' Oct 21 16:30:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51803]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:43 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51805]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51803]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51913]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pxloczobyfrovkyjrramlhnasvrdowlh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542644.080345-33990-180213490931068/AnsiballZ_service_facts.py' Oct 21 16:30:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51913]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:44 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51915]: ansible-service_facts Invoked Oct 21 16:30:45 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:30:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51913]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52123]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-geichxmydjijbwpahdgzkodyrlezwfco ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542646.5492303-34142-157891634993110/AnsiballZ_blivet.py' Oct 21 16:30:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52123]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:47 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52125]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:30:47 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52123]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:47 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52235]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xgnftxjrtptwtfbunpgkwoctaaxnwykv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542647.3228288-34168-17348751617784/AnsiballZ_stat.py' Oct 21 16:30:47 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52235]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:47 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52237]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:47 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52235]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52346]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-umhyzuvytfoqsspukzhyguicussbnmob ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542648.156845-34363-200634013862603/AnsiballZ_stat.py' Oct 21 16:30:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52346]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:48 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52348]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52346]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52455]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sfbvnrzboyfirbfpiqlrhzexludrlcim ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542648.5977454-34438-18665987999308/AnsiballZ_setup.py' Oct 21 16:30:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52455]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:49 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52457]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52455]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52594]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ojmjsiiddubxjblhheqpdnhnlwupdttj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542649.7162197-34670-108419378498709/AnsiballZ_dnf.py' Oct 21 16:30:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52594]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:50 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52596]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52594]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52704]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jxipmuphscbzpsdnzrtucjujhtkjuuxi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542650.5671341-34743-108024086075216/AnsiballZ_find_unused_disk.py' Oct 21 16:30:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52704]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:51 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52706]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Oct 21 16:30:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52704]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52815]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cqiklromkxlyuutugzkttogycdfcqsuw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542652.1634963-34765-33784628477580/AnsiballZ_command.py' Oct 21 16:30:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52815]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:52 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52817]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:30:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52815]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:59 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52961]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kzdpcbvonwafyquanawlzgopdwntqteo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542659.150841-35366-181298785646685/AnsiballZ_setup.py' Oct 21 16:30:59 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52961]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:59 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52963]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52961]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53100]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wmffcnqpjwxkktgdaivcjjhatyxixdcj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542660.7289648-35427-177992707422892/AnsiballZ_stat.py' Oct 21 16:31:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53100]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:01 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53102]: 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 Oct 21 16:31:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53100]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53209]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dwcsptsniyjmhhtdnmnmpeqaenvpqufh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542661.4943144-35459-44470053829557/AnsiballZ_dnf.py' Oct 21 16:31:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53209]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:02 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53211]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53209]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53319]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wggjcflzfdtwzzbxigwdnfgloezvkcsu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542662.891979-35549-229071512155359/AnsiballZ_blivet.py' Oct 21 16:31:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53319]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:03 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53321]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:31:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53319]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53431]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xzeseltquaqmjmgfmepeopsrdasgzwjq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542663.8897214-35587-262919788072811/AnsiballZ_dnf.py' Oct 21 16:31:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53431]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:04 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53433]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53431]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53541]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-neawlerzydnwsxvtxkeehuxgvazpvloa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542664.7958994-35620-15157742478960/AnsiballZ_service_facts.py' Oct 21 16:31:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53541]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:05 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53543]: ansible-service_facts Invoked Oct 21 16:31:05 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:31:06 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53541]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53751]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pfncdvformogswauialsoupfiswrbewg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542666.9689496-35749-50088826111009/AnsiballZ_blivet.py' Oct 21 16:31:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53751]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:07 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53753]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:31:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53751]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53863]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zftpndkilqucxbsgzajcopxcbkdkbuya ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542667.67248-35819-65771779156273/AnsiballZ_stat.py' Oct 21 16:31:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53863]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:07 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53865]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53863]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53974]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lvupixtsdqrrrbgcnfbxeuekdnenoxgv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542668.5696673-36010-123702390881319/AnsiballZ_stat.py' Oct 21 16:31:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53974]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:08 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53976]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53974]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54083]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wjyzdlqmconpezhvqtetgwffwejjzjwz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542668.953449-36071-147877296813639/AnsiballZ_setup.py' Oct 21 16:31:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54083]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:09 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54085]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54083]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54222]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rzamrlmmyvsikhvzojqmvqqczenhgsuo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542670.0220222-36121-184253663597803/AnsiballZ_dnf.py' Oct 21 16:31:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54222]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:10 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54224]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54222]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54332]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tcpxlguqgdsehxmluzrtqjcasvfaxvlj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542670.9274828-36151-65132092808655/AnsiballZ_find_unused_disk.py' Oct 21 16:31:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54332]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:11 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54334]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=1 min_size=0 max_size=0 match_sector_size=False with_interface=None Oct 21 16:31:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54332]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54443]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nzhwttsnlzwpckjdbisjnnqydqsbadlf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542671.6326933-36188-164689528125927/AnsiballZ_command.py' Oct 21 16:31:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54443]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:12 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54445]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:31:12 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54443]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:17 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54589]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54726]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dazxdgdkagwgokohxwuamogbziztqgbn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542678.384974-36823-217145177238444/AnsiballZ_setup.py' Oct 21 16:31:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54726]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:18 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54728]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54726]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54865]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vbecbkpmtvxygikrootdaetqpxprtvtq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542679.5345232-36867-132776031543339/AnsiballZ_stat.py' Oct 21 16:31:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54865]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:19 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54867]: 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 Oct 21 16:31:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54865]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54974]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gdkxbsfsstklyukqyuxlnqfvexxiyxqr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542680.2028747-36897-156977957160294/AnsiballZ_dnf.py' Oct 21 16:31:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54974]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:20 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54976]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54974]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55084]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rjkccnjpjjuuglczbnuwndkcwoamxpeq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542681.364233-36968-138807182602239/AnsiballZ_blivet.py' Oct 21 16:31:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55084]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:21 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55086]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:31:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55084]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55196]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ghbitxuomceuuqrsdbdnihdrnqfvvbga ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542682.5201433-37026-95349610987673/AnsiballZ_dnf.py' Oct 21 16:31:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55196]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:22 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55198]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:23 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55196]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:23 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55306]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lwrkopmalwskcsdylxwtemeharyexbzi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542683.4278958-37079-129957965126738/AnsiballZ_service_facts.py' Oct 21 16:31:23 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55306]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:23 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55308]: ansible-service_facts Invoked Oct 21 16:31:24 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:31:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55306]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55516]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eplhmjuqxpmkxyjkugszbuskzteyxqhm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542685.728998-37205-169248204153235/AnsiballZ_blivet.py' Oct 21 16:31:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55516]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:26 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55518]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:31:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55516]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55628]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-erxtnantzxltcpfndcoirargnqooomll ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542686.513964-37313-32298661562728/AnsiballZ_stat.py' Oct 21 16:31:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55628]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:26 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55630]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55628]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55739]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-enlxwoxazkrsbhriskyzhbvhdiqigpdo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542687.382219-37444-75367226560044/AnsiballZ_stat.py' Oct 21 16:31:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55739]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:27 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55741]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55739]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55848]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ahywxwbvojdcazzhmfrfxzdqyygiawdz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542687.8148394-37519-115394254667897/AnsiballZ_setup.py' Oct 21 16:31:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55848]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:28 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55850]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55848]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55987]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zjcrvcwjtdbfgtxaqpspklpheghyxqbi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542688.9218266-37609-4934401870980/AnsiballZ_dnf.py' Oct 21 16:31:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55987]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:29 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55989]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55987]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:30 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56097]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ogdqvnferawplwbixycuhhtrstvlmufo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542689.802582-37711-145205203152502/AnsiballZ_find_unused_disk.py' Oct 21 16:31:30 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56097]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:30 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56099]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=2 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Oct 21 16:31:30 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56097]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:30 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56208]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-swjlhusptuuxihgdjmqhqnonpdwjwiyb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542690.5125086-37745-139724722062684/AnsiballZ_command.py' Oct 21 16:31:30 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56208]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:31 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56210]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:31:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56208]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56354]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gbkalytboywrebkqishmgudylrkggcfp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542692.5084267-37880-24480285321596/AnsiballZ_setup.py' Oct 21 16:31:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56354]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:33 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56356]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56354]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56493]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yqtvfvehjdpqcewkgmaayzecjditepkq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542694.135124-38018-270859125380581/AnsiballZ_stat.py' Oct 21 16:31:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56493]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:34 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56495]: 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 Oct 21 16:31:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56493]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56602]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jqfjovevywkhmbywlkbvuhrhrlbfaezp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542694.9155052-38052-199233970648834/AnsiballZ_dnf.py' Oct 21 16:31:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56602]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:35 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56604]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56602]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56712]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-morqapaexsojjbtjrhmaqftdffyctdxa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542696.2189233-38133-259142524397703/AnsiballZ_blivet.py' Oct 21 16:31:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56712]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:36 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56714]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:31:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56712]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56824]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cfidfywxisvqxgqpwrxhlukfwareikdg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542697.1427252-38184-232029649822021/AnsiballZ_dnf.py' Oct 21 16:31:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56824]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:37 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56826]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56824]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56934]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dppufeskxefljwpwsgofqrbgxronygtl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542698.006015-38219-217765942386164/AnsiballZ_service_facts.py' Oct 21 16:31:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56934]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:38 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56936]: ansible-service_facts Invoked Oct 21 16:31:39 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:31:39 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56934]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:40 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57144]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ijzadieglwpcvtbrleiewqechndkamus ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542700.299687-38362-280993177686360/AnsiballZ_blivet.py' Oct 21 16:31:40 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57144]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:40 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57146]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:31:40 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57144]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57256]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xouqvcwyseegnkutmehnilrcaiorfsme ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542701.0825016-38423-93273293576065/AnsiballZ_stat.py' Oct 21 16:31:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57256]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:41 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57258]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57256]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57367]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bfbegbibowzthvvtxfthtnowifzdoklg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542701.944384-38605-243026499472435/AnsiballZ_stat.py' Oct 21 16:31:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57367]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:42 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57369]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57367]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57476]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pmggxcuxqcqtxvlxlvcqcffctfqjfexd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542702.3959973-38685-75835200655885/AnsiballZ_setup.py' Oct 21 16:31:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57476]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:42 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57478]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57476]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57615]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ijwlutpwmndyeenxrpxxywwajqonpxkb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542703.449699-38723-204940376554278/AnsiballZ_dnf.py' Oct 21 16:31:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57615]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:43 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57617]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57615]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57725]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vytywodjyigfnarfvmisnibrqauvrglp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542704.3477879-38764-161304387814997/AnsiballZ_find_unused_disk.py' Oct 21 16:31:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57725]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:44 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57727]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=3 min_size=0 max_size=0 match_sector_size=False with_interface=None Oct 21 16:31:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57725]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57836]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lzjehtmyxyrtvlvppkrxtypgkzziqzbg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542704.9497721-38780-156845064854136/AnsiballZ_command.py' Oct 21 16:31:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57836]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:45 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57838]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:31:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57836]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:51 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57982]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58119]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ljsxleljwzuyihiubocrlwhuvlylqcpd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542712.4816306-39449-156087219827320/AnsiballZ_setup.py' Oct 21 16:31:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58119]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:52 ip-10-31-11-33.us-east-1.aws.redhat.com python3[58121]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58119]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58258]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fmnbhoaxmxuvbodcnjhqdmweskppehqb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542713.626525-39519-88555602065134/AnsiballZ_stat.py' Oct 21 16:31:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58258]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:54 ip-10-31-11-33.us-east-1.aws.redhat.com python3[58260]: 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 Oct 21 16:31:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58258]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58367]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nenjhshyubpgbtpkkasntpzahrkymtnv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542714.244043-39538-178919783038037/AnsiballZ_dnf.py' Oct 21 16:31:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58367]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:54 ip-10-31-11-33.us-east-1.aws.redhat.com python3[58369]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:55 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58367]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58477]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xtzzopbzwnvixuzihdaevadivzloefsp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542715.5128012-39590-34632106728699/AnsiballZ_blivet.py' Oct 21 16:31:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58477]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:56 ip-10-31-11-33.us-east-1.aws.redhat.com python3[58479]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:31:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58477]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58589]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wtdhsibrseuthummrwdberqzlpfssdvd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542716.6890266-39672-127273513927420/AnsiballZ_dnf.py' Oct 21 16:31:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58589]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:57 ip-10-31-11-33.us-east-1.aws.redhat.com python3[58591]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58589]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58699]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ghlhcbabdlthquoafdloseqxmoomkkff ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542717.499305-39752-28233756024162/AnsiballZ_service_facts.py' Oct 21 16:31:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58699]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:58 ip-10-31-11-33.us-east-1.aws.redhat.com python3[58701]: ansible-service_facts Invoked Oct 21 16:31:58 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:31:59 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58699]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58909]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gomqdcagaigauhmwitxfvadgtyrihjdg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542719.815257-39907-110782423593326/AnsiballZ_blivet.py' Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58909]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com python3[58911]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58909]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59021]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ivsjiueqcbijlxbupsxstgtmnqhnhowx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542720.4429111-39999-52119914982133/AnsiballZ_stat.py' Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59021]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59023]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59021]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59132]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ttpxwqpilorjhugqixbhrufndigberkg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542721.5271015-40137-42798486798062/AnsiballZ_stat.py' Oct 21 16:32:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59132]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:01 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59134]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59132]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59241]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-afpxmaulnrrhuwidjhxejskregyhtwlo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542722.0135233-40212-236746337177260/AnsiballZ_setup.py' Oct 21 16:32:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59241]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:02 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59243]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59241]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59380]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cwgvugfzcqankxzbsyiesmnqgulwvpff ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542723.22256-40340-23004379962078/AnsiballZ_dnf.py' Oct 21 16:32:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59380]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:03 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59382]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59380]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59490]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lpgoybtevgnsfjngohlspxhijcoppexp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542724.1624563-40365-258159742369018/AnsiballZ_find_unused_disk.py' Oct 21 16:32:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59490]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:04 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59492]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=3 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Oct 21 16:32:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59490]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59601]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fxlnqifjlyubxbibyprvmkssfqicjeqf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542724.6759021-40380-270490315092812/AnsiballZ_command.py' Oct 21 16:32:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59601]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:05 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59603]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:32:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59601]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59747]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bbiresocxjwcvwerzlnpasmrxqmonzzf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542726.8398526-40542-267276048803163/AnsiballZ_setup.py' Oct 21 16:32:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59747]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:07 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59749]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59747]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59886]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qiesghpnnckyuabinngpxemicxpwmozf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542728.7365563-40696-60262766149533/AnsiballZ_stat.py' Oct 21 16:32:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59886]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:09 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59888]: 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 Oct 21 16:32:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59886]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59995]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sxfgdcjmgsdfvyzcqkvsolbayblcibix ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542729.581929-40734-78901899587442/AnsiballZ_dnf.py' Oct 21 16:32:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59995]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:10 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59997]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59995]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60105]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ucwmugudisnpxvrlnbpmgyrymutedxvm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542730.9488554-40784-125489774324296/AnsiballZ_blivet.py' Oct 21 16:32:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60105]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:11 ip-10-31-11-33.us-east-1.aws.redhat.com python3[60107]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:32:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60105]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60217]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hbhrztfscfvafaeyfaunqcjwdnhdmqch ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542731.8259573-40825-252023205228700/AnsiballZ_dnf.py' Oct 21 16:32:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60217]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:12 ip-10-31-11-33.us-east-1.aws.redhat.com python3[60219]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:12 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60217]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60327]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jotitqgqbfumxjstgabynslvfgjbkrue ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542732.7006965-40914-154242225248750/AnsiballZ_service_facts.py' Oct 21 16:32:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60327]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:13 ip-10-31-11-33.us-east-1.aws.redhat.com python3[60329]: ansible-service_facts Invoked Oct 21 16:32:13 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:32:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60327]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60537]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mfeckhlafgdwaivqhdjnodfritsxeekp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542735.1385288-41223-93436528428401/AnsiballZ_blivet.py' Oct 21 16:32:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60537]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:15 ip-10-31-11-33.us-east-1.aws.redhat.com python3[60539]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:32:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60537]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60649]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wqyzphmuxesumditlzekhjygszouuvyg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542735.7288811-41244-199774913426616/AnsiballZ_stat.py' Oct 21 16:32:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60649]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:15 ip-10-31-11-33.us-east-1.aws.redhat.com python3[60651]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60649]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60760]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hgagpmguspyrrcxkrgxkydljfmrpgkfo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542736.5962436-41306-175747366714181/AnsiballZ_stat.py' Oct 21 16:32:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60760]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:16 ip-10-31-11-33.us-east-1.aws.redhat.com python3[60762]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60760]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60869]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wgokhuegoqbazndhnfeaxnkkzgskehow ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542737.009921-41322-57106808922707/AnsiballZ_setup.py' Oct 21 16:32:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60869]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:17 ip-10-31-11-33.us-east-1.aws.redhat.com python3[60871]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60869]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61008]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ovrdlikafrkfhtervalkjqxvuqbvqeqx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542738.069518-41373-151588531642627/AnsiballZ_dnf.py' Oct 21 16:32:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61008]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:18 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61010]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61008]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61118]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sjwbwyzdgsvskgdpncpurehybygkedfh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542738.946121-41464-253714007193266/AnsiballZ_find_unused_disk.py' Oct 21 16:32:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61118]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:19 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61120]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=1 min_size=0 max_size=0 match_sector_size=False with_interface=None Oct 21 16:32:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61118]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61229]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gfdgvgrhntivygxhgtiqjtmxobfcpehz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542739.5275815-41494-212717684758788/AnsiballZ_command.py' Oct 21 16:32:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61229]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:20 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61231]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:32:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61229]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:25 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61375]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61512]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yuwazeqysobvrxouutwqtjfipjgcgopc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542745.6351855-42055-117016147800117/AnsiballZ_setup.py' Oct 21 16:32:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61512]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:26 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61514]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61512]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61651]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gbimjyhgpsyshhyvtbjrrdaftozeklck ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542746.6907175-42115-191179644376466/AnsiballZ_stat.py' Oct 21 16:32:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61651]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:27 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61653]: 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 Oct 21 16:32:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61651]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61760]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sbhkafjmmqhcwapyhtdojeotnxcwwbtz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542747.3986378-42140-38209521691470/AnsiballZ_dnf.py' Oct 21 16:32:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61760]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:27 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61762]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61760]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61870]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zrrrfgknlmtvqcofagjmxamfupdgmhya ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542748.4994097-42173-66038798135700/AnsiballZ_blivet.py' Oct 21 16:32:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61870]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:29 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61872]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:32:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61870]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61983]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-svlmnfghodikcrgliigqedjbxnpqxocy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542749.692929-42276-244077104844676/AnsiballZ_dnf.py' Oct 21 16:32:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61983]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:30 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61985]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:30 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61983]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62093]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yhgvkujnkvowfcsstdrhblntaihuaesd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542750.670447-42340-231961176608035/AnsiballZ_service_facts.py' Oct 21 16:32:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62093]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:31 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62095]: ansible-service_facts Invoked Oct 21 16:32:31 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:32:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62093]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62303]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cldmmxrrwpamgromtvlzvautxozcjckt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542753.164257-42517-98145668012006/AnsiballZ_blivet.py' Oct 21 16:32:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62303]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:33 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62305]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:32:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62303]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62415]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vhkwkwvamwowupkdmiaxxlzwrjlsegnw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542753.7616897-42548-9891128705847/AnsiballZ_stat.py' Oct 21 16:32:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62415]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:34 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62417]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62415]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62526]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hsnljstmrhwxjvavkdhivjdpuqrrnlgp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542754.708982-42601-179095074602812/AnsiballZ_stat.py' Oct 21 16:32:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62526]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:35 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62528]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62526]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62635]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ryignnybdvgevlfvltfmcxnkxeuxtvfj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542755.1596498-42682-136258808100634/AnsiballZ_setup.py' Oct 21 16:32:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62635]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:35 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62637]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62635]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62774]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lzzqawskefuwlnfmiatwrelftcxdjsyg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542756.3357031-42804-53883546604008/AnsiballZ_dnf.py' Oct 21 16:32:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62774]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:36 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62776]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62774]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62884]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sywztodwomqjxksmaukdqxfgyktqrwxz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542757.249622-42902-256460524911318/AnsiballZ_find_unused_disk.py' Oct 21 16:32:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62884]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:37 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62886]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Oct 21 16:32:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62884]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62995]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zpanqlfijsbauqvvwqliyspxusinhxir ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542757.7863593-42961-259716951424840/AnsiballZ_command.py' Oct 21 16:32:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62995]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:38 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62997]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:32:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62995]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63141]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cneduhplcyqzqizzguumjdgxmlzinvly ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542760.4678462-43187-241831586160392/AnsiballZ_setup.py' Oct 21 16:32:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63141]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:41 ip-10-31-11-33.us-east-1.aws.redhat.com python3[63143]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63141]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63280]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wxwvzknszscvkpjzapxprzmtatwbcdvk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542762.2809875-43287-234500125050888/AnsiballZ_stat.py' Oct 21 16:32:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63280]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:42 ip-10-31-11-33.us-east-1.aws.redhat.com python3[63282]: 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 Oct 21 16:32:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63280]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63389]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yopudozwzpajegkvrhqpxgwvmfcflroy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542762.989418-43326-236437102443401/AnsiballZ_dnf.py' Oct 21 16:32:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63389]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:43 ip-10-31-11-33.us-east-1.aws.redhat.com python3[63391]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63389]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63499]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nwvqwtuywyehaejoyxlfhwxibstdchni ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542764.1990175-43385-273111921422143/AnsiballZ_blivet.py' Oct 21 16:32:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63499]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:44 ip-10-31-11-33.us-east-1.aws.redhat.com python3[63501]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:32:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63499]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63611]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wamjfzsmypdujtfdvxrkxjrwsbknlukh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542765.3994544-43493-49631774587513/AnsiballZ_dnf.py' Oct 21 16:32:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63611]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:45 ip-10-31-11-33.us-east-1.aws.redhat.com python3[63613]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63611]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63721]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-decyoktlpxpzintneykkgsnvgkjoyjuh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542766.2591841-43593-106279327559749/AnsiballZ_service_facts.py' Oct 21 16:32:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63721]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:46 ip-10-31-11-33.us-east-1.aws.redhat.com python3[63723]: ansible-service_facts Invoked Oct 21 16:32:47 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:32:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63721]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63931]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mphgcsdjktumtoaqtluznwepixeglyoh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542768.387652-43787-9120375667447/AnsiballZ_blivet.py' Oct 21 16:32:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63931]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:48 ip-10-31-11-33.us-east-1.aws.redhat.com python3[63933]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:32:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63931]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64043]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hvjkpopcjjcvseiiippsxdvrugssyltk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542768.9807532-43827-57228671120681/AnsiballZ_stat.py' Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64043]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com python3[64045]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64043]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64154]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dktgsxreuikaqgzqjcuketsscpwugwiq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542769.6765432-43887-136540030351550/AnsiballZ_stat.py' Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64154]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com python3[64156]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64154]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64263]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-elvqaynftyackueznkkcfrfqdhggakpa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542770.111373-43905-47424874116922/AnsiballZ_setup.py' Oct 21 16:32:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64263]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:50 ip-10-31-11-33.us-east-1.aws.redhat.com python3[64265]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64263]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64402]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-utiesyicjbrqmtcttifqjawrftjjjavk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542771.19239-43959-41980502027534/AnsiballZ_package_facts.py' Oct 21 16:32:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64402]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:52 ip-10-31-11-33.us-east-1.aws.redhat.com python3[64404]: ansible-package_facts Invoked with manager=['auto'] strategy=first Oct 21 16:32:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64402]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64511]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ggatksnildypcgigtnipfsohutsfhkyt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542773.1487992-44067-115946437823387/AnsiballZ_dnf.py' Oct 21 16:32:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64511]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:53 ip-10-31-11-33.us-east-1.aws.redhat.com python3[64513]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=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 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64511]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64621]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vnfdryzzlvfkbdjvegupzlmmtgyhdmkb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542774.1259594-44130-34364900551159/AnsiballZ_find_unused_disk.py' Oct 21 16:32:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64621]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:54 ip-10-31-11-33.us-east-1.aws.redhat.com python3[64623]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=10 max_size=0 match_sector_size=False with_interface=None Oct 21 16:32:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64621]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:55 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64732]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jaqagcmbckaqetvuxphwbsfbbwedxsdv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542774.9268472-44232-239284896547908/AnsiballZ_command.py' Oct 21 16:32:55 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64732]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:55 ip-10-31-11-33.us-east-1.aws.redhat.com python3[64734]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None TASK [Set unused_disks if necessary] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:29 Monday 21 October 2024 16:32:55 -0400 (0:00:00.581) 0:00:15.055 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:34 Monday 21 October 2024 16:32:55 -0400 (0:00:00.072) 0:00:15.128 ******** fatal: [managed-node2]: FAILED! => { "changed": false } MSG: Unable to find enough unused disks. Exiting playbook. PLAY RECAP ********************************************************************* managed-node2 : ok=32 changed=0 unreachable=0 failed=1 skipped=15 rescued=0 ignored=0 Monday 21 October 2024 16:32:55 -0400 (0:00:00.059) 0:00:15.187 ******** =============================================================================== redhat.rhel_system_roles.storage : Get service facts -------------------- 2.06s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Gathering Facts --------------------------------------------------------- 1.58s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_stratis.yml:2 Gather package facts ---------------------------------------------------- 1.47s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_stratis.yml:25 redhat.rhel_system_roles.storage : Make sure blivet is available -------- 1.10s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 redhat.rhel_system_roles.storage : Update facts ------------------------- 1.01s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 Ensure test packages ---------------------------------------------------- 1.00s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:2 redhat.rhel_system_roles.storage : Make sure required packages are installed --- 0.92s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 Find unused disks in the system ----------------------------------------- 0.86s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:11 redhat.rhel_system_roles.storage : Get required packages ---------------- 0.82s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 Debug why there are no unused disks ------------------------------------- 0.58s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:20 redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state --- 0.55s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 redhat.rhel_system_roles.storage : Check if system is ostree ------------ 0.50s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 redhat.rhel_system_roles.storage : Check if /etc/fstab is present ------- 0.41s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file --- 0.37s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 Get unused disks -------------------------------------------------------- 0.14s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_stratis.yml:47 Set distribution version ------------------------------------------------ 0.12s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_stratis.yml:36 redhat.rhel_system_roles.storage : Enable copr repositories if needed --- 0.10s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:31 redhat.rhel_system_roles.storage : Make sure COPR support packages are present --- 0.10s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:13 Set blivet package name ------------------------------------------------- 0.10s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_stratis.yml:28 redhat.rhel_system_roles.storage : Include the appropriate provider tasks --- 0.09s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13