[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. No config file found; using defaults running playbook inside collection fedora.linux_system_roles PLAY [Test managing existing lvm pool] ***************************************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:03:18 -0400 (0:00:00.008) 0:00:00.008 ********* [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node1] TASK [Run the role] ************************************************************ Thursday 25 July 2024 07:03:20 -0400 (0:00:01.195) 0:00:01.204 ********* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** Thursday 25 July 2024 07:03:20 -0400 (0:00:00.024) 0:00:01.228 ********* included: /var/ARTIFACTS/work-generalqnk78t_o/plans/general/tree/tmp.ehjejR9Ex1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** Thursday 25 July 2024 07:03:20 -0400 (0:00:00.019) 0:00:01.247 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** Thursday 25 July 2024 07:03:20 -0400 (0:00:00.021) 0:00:01.269 ********* skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/var/ARTIFACTS/work-generalqnk78t_o/plans/general/tree/tmp.ehjejR9Ex1/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/var/ARTIFACTS/work-generalqnk78t_o/plans/general/tree/tmp.ehjejR9Ex1/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** Thursday 25 July 2024 07:03:20 -0400 (0:00:00.042) 0:00:01.311 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** Thursday 25 July 2024 07:03:20 -0400 (0:00:00.475) 0:00:01.787 ********* ok: [managed_node1] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** Thursday 25 July 2024 07:03:20 -0400 (0:00:00.022) 0:00:01.810 ********* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** Thursday 25 July 2024 07:03:20 -0400 (0:00:00.015) 0:00:01.825 ********* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** Thursday 25 July 2024 07:03:20 -0400 (0:00:00.014) 0:00:01.840 ********* included: /var/ARTIFACTS/work-generalqnk78t_o/plans/general/tree/tmp.ehjejR9Ex1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* Thursday 25 July 2024 07:03:20 -0400 (0:00:00.048) 0:00:01.888 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** Thursday 25 July 2024 07:03:21 -0400 (0:00:00.826) 0:00:02.715 ********* ok: [managed_node1] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** Thursday 25 July 2024 07:03:21 -0400 (0:00:00.017) 0:00:02.733 ********* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** Thursday 25 July 2024 07:03:21 -0400 (0:00:00.017) 0:00:02.750 ********* ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** Thursday 25 July 2024 07:03:22 -0400 (0:00:00.686) 0:00:03.436 ********* included: /var/ARTIFACTS/work-generalqnk78t_o/plans/general/tree/tmp.ehjejR9Ex1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** Thursday 25 July 2024 07:03:22 -0400 (0:00:00.031) 0:00:03.468 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** Thursday 25 July 2024 07:03:22 -0400 (0:00:00.018) 0:00:03.487 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ Thursday 25 July 2024 07:03:22 -0400 (0:00:00.019) 0:00:03.506 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** Thursday 25 July 2024 07:03:22 -0400 (0:00:00.019) 0:00:03.526 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* Thursday 25 July 2024 07:03:23 -0400 (0:00:00.709) 0:00:04.236 ********* ok: [managed_node1] => { "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" }, "audit-rules.service": { "name": "audit-rules.service", "source": "systemd", "state": "stopped", "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" }, "capsule@.service": { "name": "capsule@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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" }, "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" }, "dhcpcd.service": { "name": "dhcpcd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd@.service": { "name": "dhcpcd@.service", "source": "systemd", "state": "unknown", "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" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "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": "failed" }, "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" }, "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@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_multipath.service": { "name": "modprobe@dm_multipath.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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": "inactive", "status": "disabled" }, "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" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "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": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon-root.service": { "name": "quotaon-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon@.service": { "name": "quotaon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "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" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "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-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "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": "inactive", "status": "disabled" }, "systemd-bootctl@.service": { "name": "systemd-bootctl@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-creds@.service": { "name": "systemd-creds@.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-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-clear.service": { "name": "systemd-hibernate-clear.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hibernate-resume.service": { "name": "systemd-hibernate-resume.service", "source": "systemd", "state": "stopped", "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": "stopped", "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-sync@.service": { "name": "systemd-journald-sync@.service", "source": "systemd", "state": "unknown", "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-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrextend@.service": { "name": "systemd-pcrextend@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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-pcrlock-file-system.service": { "name": "systemd-pcrlock-file-system.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-code.service": { "name": "systemd-pcrlock-firmware-code.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-config.service": { "name": "systemd-pcrlock-firmware-config.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-machine-id.service": { "name": "systemd-pcrlock-machine-id.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-make-policy.service": { "name": "systemd-pcrlock-make-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-authority.service": { "name": "systemd-pcrlock-secureboot-authority.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-policy.service": { "name": "systemd-pcrlock-secureboot-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock@.service": { "name": "systemd-pcrlock@.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": "stopped", "status": "enabled" }, "systemd-quotacheck-root.service": { "name": "systemd-quotacheck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-quotacheck@.service": { "name": "systemd-quotacheck@.service", "source": "systemd", "state": "unknown", "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-soft-reboot.service": { "name": "systemd-soft-reboot.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": "enabled" }, "systemd-sysext@.service": { "name": "systemd-sysext@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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-early.service": { "name": "systemd-tmpfiles-setup-dev-early.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-tpm2-setup-early.service": { "name": "systemd-tpm2-setup-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tpm2-setup.service": { "name": "systemd-tpm2-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-load-credentials.service": { "name": "systemd-udev-load-credentials.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "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" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "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" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** Thursday 25 July 2024 07:03:25 -0400 (0:00:02.088) 0:00:06.324 ********* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** Thursday 25 July 2024 07:03:25 -0400 (0:00:00.039) 0:00:06.363 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** Thursday 25 July 2024 07:03:25 -0400 (0:00:00.016) 0:00:06.380 ********* ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** Thursday 25 July 2024 07:03:25 -0400 (0:00:00.561) 0:00:06.941 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** Thursday 25 July 2024 07:03:25 -0400 (0:00:00.022) 0:00:06.964 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1721904798.6675503, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "219ae35841c7f1248c4b202baddaaec1663c74ad", "ctime": 1721812898.2355514, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097283, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721812898.2355514, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1344, "uid": 0, "version": "944747262", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** Thursday 25 July 2024 07:03:26 -0400 (0:00:00.395) 0:00:07.359 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** Thursday 25 July 2024 07:03:26 -0400 (0:00:00.021) 0:00:07.381 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** Thursday 25 July 2024 07:03:26 -0400 (0:00:00.015) 0:00:07.396 ********* ok: [managed_node1] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** Thursday 25 July 2024 07:03:26 -0400 (0:00:00.022) 0:00:07.418 ********* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** Thursday 25 July 2024 07:03:26 -0400 (0:00:00.020) 0:00:07.439 ********* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** Thursday 25 July 2024 07:03:26 -0400 (0:00:00.020) 0:00:07.459 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** Thursday 25 July 2024 07:03:26 -0400 (0:00:00.022) 0:00:07.482 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** Thursday 25 July 2024 07:03:26 -0400 (0:00:00.016) 0:00:07.498 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** Thursday 25 July 2024 07:03:26 -0400 (0:00:00.023) 0:00:07.522 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** Thursday 25 July 2024 07:03:26 -0400 (0:00:00.025) 0:00:07.547 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** Thursday 25 July 2024 07:03:26 -0400 (0:00:00.016) 0:00:07.564 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1721904946.3584592, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1721811859.821, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1721811609.074, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4148334151", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** Thursday 25 July 2024 07:03:26 -0400 (0:00:00.386) 0:00:07.950 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ Thursday 25 July 2024 07:03:26 -0400 (0:00:00.015) 0:00:07.966 ********* ok: [managed_node1] TASK [Mark tasks to be skipped] ************************************************ Thursday 25 July 2024 07:03:27 -0400 (0:00:00.912) 0:00:08.878 ********* ok: [managed_node1] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** Thursday 25 July 2024 07:03:27 -0400 (0:00:00.030) 0:00:08.908 ********* included: /var/ARTIFACTS/work-generalqnk78t_o/plans/general/tree/tmp.ehjejR9Ex1/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed_node1 TASK [Ensure test packages] **************************************************** Thursday 25 July 2024 07:03:27 -0400 (0:00:00.028) 0:00:08.937 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux-core TASK [Find unused disks in the system] ***************************************** Thursday 25 July 2024 07:03:28 -0400 (0:00:00.709) 0:00:09.647 ********* ok: [managed_node1] => { "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=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] 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] ************************************* Thursday 25 July 2024 07:03:29 -0400 (0:00:00.497) 0:00:10.144 ********* ok: [managed_node1] => { "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.029121", "end": "2024-07-25 07:03:29.481422", "rc": 0, "start": "2024-07-25 07:03:29.452301" } 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="268433341952" FSTYPE="xfs" LOG-SEC="512" + journalctl -ex Jul 25 06:59:46 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[36955]: pam_unix(sudo:session): session closed for user root Jul 25 06:59:47 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37071]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qmfrwoqlcxwtnyhavukyumnfawwwieml ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905187.176791-11102-183736277200137/AnsiballZ_dnf.py' Jul 25 06:59:47 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37071]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-37071) opened. Jul 25 06:59:47 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37071]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 06:59:47 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[37074]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 06:59:47 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37071]: pam_unix(sudo:session): session closed for user root Jul 25 06:59:48 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37188]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hdezfjetebdpnzlayutsijrfgrxvfmpo ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905188.0551522-11112-194863418547791/AnsiballZ_blivet.py' Jul 25 06:59:48 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37188]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-37188) opened. Jul 25 06:59:48 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37188]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 06:59:48 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[37191]: ansible-fedora.linux_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={} Jul 25 06:59:48 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37188]: pam_unix(sudo:session): session closed for user root Jul 25 06:59:48 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37306]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hsmdwecwnwjqhzuxsoydggfmquxvpzko ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905188.8470213-11124-266315214629112/AnsiballZ_dnf.py' Jul 25 06:59:48 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37306]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-37306) opened. Jul 25 06:59:48 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37306]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 06:59:49 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[37309]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 06:59:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37306]: pam_unix(sudo:session): session closed for user root Jul 25 06:59:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37423]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-guigmnqfmicraqkctkytsgibqurwucsq ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905189.5698826-11132-115347378471885/AnsiballZ_service_facts.py' Jul 25 06:59:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37423]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-37423) opened. Jul 25 06:59:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37423]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 06:59:49 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[37426]: ansible-service_facts Invoked Jul 25 06:59:51 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37423]: pam_unix(sudo:session): session closed for user root Jul 25 06:59:51 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37646]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pcjoarvxruurvlilaaspnvfcwxkcfjui ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905191.8102415-11142-75800451131215/AnsiballZ_blivet.py' Jul 25 06:59:51 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37646]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-37646) opened. Jul 25 06:59:51 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37646]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 06:59:52 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[37649]: ansible-fedora.linux_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={} Jul 25 06:59:52 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37646]: pam_unix(sudo:session): session closed for user root Jul 25 06:59:52 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37764]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qvebdnjdvnuluuombjksdodmuyxumnnr ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905192.3971555-11151-183106537687803/AnsiballZ_stat.py' Jul 25 06:59:52 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37764]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-37764) opened. Jul 25 06:59:52 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37764]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 06:59:52 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[37767]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 06:59:52 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37764]: pam_unix(sudo:session): session closed for user root Jul 25 06:59:53 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37882]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qptuajzgkpxivnriudyqacosgftetuon ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905193.024798-11169-133136114068091/AnsiballZ_stat.py' Jul 25 06:59:53 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37882]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-37882) opened. Jul 25 06:59:53 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37882]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 06:59:53 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[37885]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 06:59:53 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[37882]: pam_unix(sudo:session): session closed for user root Jul 25 06:59:53 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38000]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pownxyjsmomcbqtuqjwvwdrtxnonqgwe ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905193.4432123-11178-217813871832789/AnsiballZ_setup.py' Jul 25 06:59:53 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38000]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-38000) opened. Jul 25 06:59:53 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38000]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 06:59:53 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[38003]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 06:59:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38000]: pam_unix(sudo:session): session closed for user root Jul 25 06:59:54 ip-10-31-9-229.us-east-1.aws.redhat.com systemd[3673]: Created slice background.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 14. Jul 25 06:59:54 ip-10-31-9-229.us-east-1.aws.redhat.com systemd[3673]: Starting systemd-tmpfiles-clean.service - 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 13. Jul 25 06:59:54 ip-10-31-9-229.us-east-1.aws.redhat.com systemd[3673]: Finished systemd-tmpfiles-clean.service - 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 13. Jul 25 06:59:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38147]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hquvlfbmxblxcybajhniqkchvgyxhtsj ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905194.4074805-11187-47421659654380/AnsiballZ_package_facts.py' Jul 25 06:59:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38147]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-38147) opened. Jul 25 06:59:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38147]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 06:59:55 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[38150]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 06:59:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38147]: pam_unix(sudo:session): session closed for user root Jul 25 06:59:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38263]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hoqugrmzsncqnosupcdicpsakxblznyo ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905195.600542-11197-235185283475480/AnsiballZ_command.py' Jul 25 06:59:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38263]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-38263) opened. Jul 25 06:59:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38263]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 06:59:56 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[38266]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail modprobe --dry-run kvdo _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 06:59:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38263]: pam_unix(sudo:session): session closed for user root Jul 25 06:59:59 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[38417]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:00 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38559]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eqmblxnxybvnfqkzrptqnyytyijvevdr ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905200.2654965-11329-209552152230004/AnsiballZ_setup.py' Jul 25 07:00:00 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38559]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-38559) opened. Jul 25 07:00:00 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38559]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:00 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[38562]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38559]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38704]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kpzfgpanjogitquiekhsybwsgaigfqzc ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905201.3304677-11341-30404686836354/AnsiballZ_stat.py' Jul 25 07:00:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38704]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-38704) opened. Jul 25 07:00:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38704]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:01 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[38707]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38704]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:02 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38820]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bueoagnxcfluithnjkxvzrtcvlfztlxz ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905201.9264555-11353-134590919725287/AnsiballZ_dnf.py' Jul 25 07:00:02 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38820]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-38820) opened. Jul 25 07:00:02 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38820]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:02 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[38823]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:02 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38820]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:03 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38937]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jdtgdwusvinudfvqhfjagnjrvygjgxwx ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905202.827385-11363-196370240366178/AnsiballZ_blivet.py' Jul 25 07:00:03 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38937]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-38937) opened. Jul 25 07:00:03 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38937]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:03 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[38940]: ansible-fedora.linux_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={} Jul 25 07:00:03 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[38937]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:03 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39055]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cttynjyhuzdatdxhcwjeupcvlnuonggk ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905203.6144218-11375-174309986670323/AnsiballZ_dnf.py' Jul 25 07:00:03 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39055]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-39055) opened. Jul 25 07:00:03 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39055]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:03 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[39058]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:04 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39055]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:04 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39172]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-txzymvenouqddgzeloavbjzxwqjozudo ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905204.338174-11383-254600894130952/AnsiballZ_service_facts.py' Jul 25 07:00:04 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39172]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-39172) opened. Jul 25 07:00:04 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39172]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:04 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[39175]: ansible-service_facts Invoked Jul 25 07:00:06 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39172]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:06 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39395]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mqaibmzevxfgxrnngpusyvmvzghpagdq ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905206.5884314-11393-145768156552483/AnsiballZ_blivet.py' Jul 25 07:00:06 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39395]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-39395) opened. Jul 25 07:00:06 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39395]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:07 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[39398]: ansible-fedora.linux_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={} Jul 25 07:00:07 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39395]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:07 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39513]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iatgntwuzjvscvtzcdswkbmvrhmbizzq ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905207.187276-11402-260775597473737/AnsiballZ_stat.py' Jul 25 07:00:07 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39513]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-39513) opened. Jul 25 07:00:07 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39513]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:07 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[39516]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:07 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39513]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:07 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39631]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-srbsnpabpilyxivjjoeeuhcuzljvozpt ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905207.794529-11420-189863980933255/AnsiballZ_stat.py' Jul 25 07:00:07 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39631]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-39631) opened. Jul 25 07:00:07 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39631]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:08 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[39634]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:08 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39631]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:08 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39749]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-seynagxsdxbsovbrgmzabeyqldxpcnih ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905208.2033637-11429-64658235953377/AnsiballZ_setup.py' Jul 25 07:00:08 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39749]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-39749) opened. Jul 25 07:00:08 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39749]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:08 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[39752]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:09 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39749]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:09 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39894]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jcaiisehrxfzaocqoligrwxqsiqtnmst ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905209.1564953-11438-250723685698184/AnsiballZ_package_facts.py' Jul 25 07:00:09 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39894]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-39894) opened. Jul 25 07:00:09 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39894]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:09 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[39897]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 07:00:10 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[39894]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:10 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40010]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-irngvdvockqaugtpeudcesyuezatremn ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905210.328451-11448-27423759630986/AnsiballZ_command.py' Jul 25 07:00:10 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40010]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-40010) opened. Jul 25 07:00:10 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40010]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:10 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[40013]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail modprobe --dry-run kvdo _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:00:10 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40010]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:12 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40164]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fqvwhwnuotvobzmbpwmlybydnhepklcc ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905212.5164714-11517-7184209180762/AnsiballZ_setup.py' Jul 25 07:00:12 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40164]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-40164) opened. Jul 25 07:00:12 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40164]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:13 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[40167]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:13 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40164]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:14 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40309]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-thzpvzrymlfrvrhtiunfngywruapnnms ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905213.8390062-11531-59429950828733/AnsiballZ_stat.py' Jul 25 07:00:14 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40309]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-40309) opened. Jul 25 07:00:14 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40309]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:14 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[40312]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:14 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40309]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:14 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40425]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yigomuvtczzznmmmzaujatwjybgbipfq ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905214.4256527-11543-116773721174126/AnsiballZ_dnf.py' Jul 25 07:00:14 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40425]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-40425) opened. Jul 25 07:00:14 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40425]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:14 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[40428]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40425]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40542]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xasjodfnjpeccjunyvumdirleviyfksn ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905215.285482-11553-275247210147730/AnsiballZ_blivet.py' Jul 25 07:00:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40542]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-40542) opened. Jul 25 07:00:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40542]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:15 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[40545]: ansible-fedora.linux_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={} Jul 25 07:00:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40542]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:16 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40660]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jlsgqektbjmzorvtbvrizwpaqnpjskgp ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905216.059018-11565-15281139727447/AnsiballZ_dnf.py' Jul 25 07:00:16 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40660]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-40660) opened. Jul 25 07:00:16 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40660]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:16 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[40663]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:16 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40660]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:16 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40777]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nihzdomnldfsyvlxczlpteaarxmuossi ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905216.7708476-11577-68381516751463/AnsiballZ_service_facts.py' Jul 25 07:00:17 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40777]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-40777) opened. Jul 25 07:00:17 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40777]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:17 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[40780]: ansible-service_facts Invoked Jul 25 07:00:18 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[40777]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:19 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41000]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ffriokyuleozmxidktsizjukgifeyznn ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905218.990997-11587-119482988894167/AnsiballZ_blivet.py' Jul 25 07:00:19 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41000]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-41000) opened. Jul 25 07:00:19 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41000]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:19 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[41003]: ansible-fedora.linux_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={} Jul 25 07:00:19 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41000]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:19 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41118]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kdzohpiqifeirgcrwydlcwggeyughmja ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905219.5902307-11596-72825529079997/AnsiballZ_stat.py' Jul 25 07:00:19 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41118]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-41118) opened. Jul 25 07:00:19 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41118]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:19 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[41121]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:19 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41118]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:20 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41236]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ebflltwshpuxpgoniriukxazoyeksnph ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905220.1989524-11614-8244852178912/AnsiballZ_stat.py' Jul 25 07:00:20 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41236]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-41236) opened. Jul 25 07:00:20 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41236]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:20 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[41239]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:20 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41236]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:20 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41354]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kcwpskdqrqqembcojvhjucrdbtlshkym ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905220.612554-11623-261041385898085/AnsiballZ_setup.py' Jul 25 07:00:20 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41354]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-41354) opened. Jul 25 07:00:20 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41354]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:21 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[41357]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:21 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41354]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:21 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41499]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vzvmccvbwrtarsbequknstayzbnkxdzt ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905221.621933-11633-2930955233083/AnsiballZ_dnf.py' Jul 25 07:00:21 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41499]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-41499) opened. Jul 25 07:00:21 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41499]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:21 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[41502]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:22 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41499]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:22 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41616]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ehywwvnopeefpvusyyturpajenbxpdql ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905222.3389988-11641-8858218338308/AnsiballZ_find_unused_disk.py' Jul 25 07:00:22 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41616]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-41616) opened. Jul 25 07:00:22 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41616]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:22 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[41619]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=1 min_size=0 max_size=0 match_sector_size=False with_interface=None Jul 25 07:00:22 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41616]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41734]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hobsopsgezuesepcsswpdckmawnukixm ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905222.8300226-11649-161867208750899/AnsiballZ_command.py' Jul 25 07:00:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41734]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-41734) opened. Jul 25 07:00:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41734]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:23 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[41737]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:00:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[41734]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:26 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[41889]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42031]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bfciqikbuldwgpnvlzzkaopheihkahpd ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905226.8183572-11772-187510653045286/AnsiballZ_setup.py' Jul 25 07:00:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42031]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-42031) opened. Jul 25 07:00:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42031]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:27 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[42034]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:27 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42031]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42176]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tuvuzjdwrwfsxixicmeqhmplxtegpanr ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905227.8364356-11784-65732912751700/AnsiballZ_stat.py' Jul 25 07:00:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42176]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-42176) opened. Jul 25 07:00:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42176]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:28 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[42179]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42176]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42292]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wvxjdvocecjltapotltbjtvfoqorkylt ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905228.4166903-11796-210284911846801/AnsiballZ_dnf.py' Jul 25 07:00:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42292]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-42292) opened. Jul 25 07:00:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42292]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:28 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[42295]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42292]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42409]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cfaxotzcdmmzwektcywuudhujfedxexz ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905229.2992086-11806-254456018300128/AnsiballZ_blivet.py' Jul 25 07:00:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42409]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-42409) opened. Jul 25 07:00:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42409]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:29 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[42412]: ansible-fedora.linux_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={} Jul 25 07:00:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42409]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42527]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zvkksyjntuvntztmryfcemhjfxqfcsch ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905230.088054-11818-208921346242107/AnsiballZ_dnf.py' Jul 25 07:00:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42527]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-42527) opened. Jul 25 07:00:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42527]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:30 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[42530]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42527]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:31 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42644]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kcqtfcftdnzodajiubxwqfyqxvwsgkyn ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905230.8008215-11826-278091207795399/AnsiballZ_service_facts.py' Jul 25 07:00:31 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42644]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-42644) opened. Jul 25 07:00:31 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42644]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:31 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[42647]: ansible-service_facts Invoked Jul 25 07:00:32 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42644]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:33 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42867]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ewuflepniervolpdosnafslcnjrkbjtp ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905232.984558-11836-88092256981095/AnsiballZ_blivet.py' Jul 25 07:00:33 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42867]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-42867) opened. Jul 25 07:00:33 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42867]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:33 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[42870]: ansible-fedora.linux_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={} Jul 25 07:00:33 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42867]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:33 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42985]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jjiqjwjrsyiwljqsutylkeorplfhljqc ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905233.554645-11845-32882004282321/AnsiballZ_stat.py' Jul 25 07:00:33 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42985]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-42985) opened. Jul 25 07:00:33 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42985]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:33 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[42988]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:33 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[42985]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:34 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43103]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rbkkmchannhdzjtttrviqdffiowaxyvt ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905234.1478333-11863-133714964582570/AnsiballZ_stat.py' Jul 25 07:00:34 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43103]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-43103) opened. Jul 25 07:00:34 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43103]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:34 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[43106]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:34 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43103]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:34 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43221]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yooqbzplhqdjpwbrkgplzwjrahuvzuam ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905234.55867-11872-98754601960801/AnsiballZ_setup.py' Jul 25 07:00:34 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43221]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-43221) opened. Jul 25 07:00:34 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43221]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:34 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[43224]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:35 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43221]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:35 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43366]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wkkeaaoetgzgjaswfgvinlddcuxctkgf ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905235.5673232-11882-58629815177471/AnsiballZ_dnf.py' Jul 25 07:00:35 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43366]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-43366) opened. Jul 25 07:00:35 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43366]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:35 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[43369]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:36 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43366]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:36 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43483]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kicoikodkhtfuzkhbrmddrvxyitguocq ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905236.2950356-11890-37273106448451/AnsiballZ_find_unused_disk.py' Jul 25 07:00:36 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43483]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-43483) opened. Jul 25 07:00:36 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43483]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:36 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[43486]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=1 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Jul 25 07:00:36 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43483]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:37 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43601]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nlojvtugimgzoiulizyyclobhnkdbgux ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905236.7853134-11898-192313392071522/AnsiballZ_command.py' Jul 25 07:00:37 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43601]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-43601) opened. Jul 25 07:00:37 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43601]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:37 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[43604]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:00:37 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43601]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:38 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43756]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cayuxwqilfknaqbkkkdjshhgqtfqbvyv ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905238.4418-11958-278465957716572/AnsiballZ_setup.py' Jul 25 07:00:38 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43756]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-43756) opened. Jul 25 07:00:38 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43756]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:39 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[43759]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:39 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43756]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:39 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43901]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eqzczhramwtkhpnqghhowcwlcvitlyfp ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905239.7574923-11972-178262923837292/AnsiballZ_stat.py' Jul 25 07:00:39 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43901]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-43901) opened. Jul 25 07:00:39 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43901]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:40 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[43904]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:40 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[43901]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:40 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44017]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rfavmrhdxbvizgsrtyayairghxybmhle ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905240.337124-11984-29324411733571/AnsiballZ_dnf.py' Jul 25 07:00:40 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44017]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-44017) opened. Jul 25 07:00:40 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44017]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:40 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[44020]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44017]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44134]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qlszwqpbcxqzikqdzmtjtgzxwgpihzev ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905241.208851-11994-164201365281269/AnsiballZ_blivet.py' Jul 25 07:00:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44134]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-44134) opened. Jul 25 07:00:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44134]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:41 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[44137]: ansible-fedora.linux_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={} Jul 25 07:00:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44134]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44252]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vcunetgimdtvcruddgbgadgyrhptetiv ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905242.0015018-12006-268510962217518/AnsiballZ_dnf.py' Jul 25 07:00:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44252]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-44252) opened. Jul 25 07:00:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44252]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:42 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[44255]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44252]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44369]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zxdxfgvbprrjtywuvzfhyusawyyszcds ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905242.7198207-12014-223506140849625/AnsiballZ_service_facts.py' Jul 25 07:00:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44369]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-44369) opened. Jul 25 07:00:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44369]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:43 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[44372]: ansible-service_facts Invoked Jul 25 07:00:44 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44369]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44592]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aruuxtgdgotpgzyauizjflpqikrbfyhm ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905244.9954538-12024-272612921467109/AnsiballZ_blivet.py' Jul 25 07:00:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44592]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-44592) opened. Jul 25 07:00:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44592]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:45 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[44595]: ansible-fedora.linux_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={} Jul 25 07:00:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44592]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44710]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mmjskatrqrrlbbxukwelpfvjwsvmpwvm ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905245.5998328-12033-140443089562158/AnsiballZ_stat.py' Jul 25 07:00:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44710]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-44710) opened. Jul 25 07:00:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44710]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:45 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[44713]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44710]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:46 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44828]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nseoyadvfmedquzvoqlsklfnmjxllqbo ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905246.218747-12051-150038065003100/AnsiballZ_stat.py' Jul 25 07:00:46 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44828]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-44828) opened. Jul 25 07:00:46 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44828]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:46 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[44831]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:46 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44828]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:46 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44946]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nywkubgacsarpflxemxoewhzqkiwmnxz ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905246.6393907-12060-125156137147540/AnsiballZ_setup.py' Jul 25 07:00:46 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44946]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-44946) opened. Jul 25 07:00:46 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44946]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:47 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[44949]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:47 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[44946]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:47 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45091]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jgkrfltoeetjfdhbtmcpxssykmillxak ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905247.6101644-12069-12839869350544/AnsiballZ_package_facts.py' Jul 25 07:00:47 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45091]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-45091) opened. Jul 25 07:00:47 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45091]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:48 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[45094]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 07:00:48 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45091]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45207]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-boiknjqrlkqzrpgxqaomcrplqrdwmsgs ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905248.937491-12081-143413134653831/AnsiballZ_dnf.py' Jul 25 07:00:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45207]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-45207) opened. Jul 25 07:00:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45207]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:49 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[45210]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45207]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45324]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-moavmfyrqtqwhnofirwqoafynigiuxqo ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905249.667982-12089-18126743988144/AnsiballZ_find_unused_disk.py' Jul 25 07:00:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45324]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-45324) opened. Jul 25 07:00:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45324]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:50 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[45327]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=2 min_size=0 max_size=0 match_sector_size=False with_interface=None Jul 25 07:00:50 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45324]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:50 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45442]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oxfjzsfnheajgyebrohpavceiprbhyuz ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905250.174126-12097-92941039526441/AnsiballZ_command.py' Jul 25 07:00:50 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45442]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-45442) opened. Jul 25 07:00:50 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45442]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:50 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[45445]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:00:50 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45442]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:54 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[45597]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45739]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qvslqipafrfrjpmypmjmcuoqgyubkraz ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905254.918306-12220-85657798837389/AnsiballZ_setup.py' Jul 25 07:00:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45739]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-45739) opened. Jul 25 07:00:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45739]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:55 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[45742]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:00:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45739]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45884]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xkdismeplybjkbxhjhsuqxhremcnamhg ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905255.9575992-12232-97178107449576/AnsiballZ_stat.py' Jul 25 07:00:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45884]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-45884) opened. Jul 25 07:00:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45884]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:56 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[45887]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:00:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[45884]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46000]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bvhchdzgpecphcqlkkbomyumprecpgil ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905256.541943-12244-224757687774102/AnsiballZ_dnf.py' Jul 25 07:00:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46000]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-46000) opened. Jul 25 07:00:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46000]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:57 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[46003]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:57 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46000]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:57 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46117]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aujrkistomabetirminblrbfrbrexqwb ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905257.4074075-12254-67950931517307/AnsiballZ_blivet.py' Jul 25 07:00:57 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46117]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-46117) opened. Jul 25 07:00:57 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46117]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:57 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[46120]: ansible-fedora.linux_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={} Jul 25 07:00:58 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46117]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:58 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46235]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uyxgcdgonuhhheavawbjqtqwvbmjenak ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905258.1878679-12266-131649932265941/AnsiballZ_dnf.py' Jul 25 07:00:58 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46235]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-46235) opened. Jul 25 07:00:58 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46235]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:58 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[46238]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:00:58 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46235]: pam_unix(sudo:session): session closed for user root Jul 25 07:00:59 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46352]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iujvbpzilfilrbkvgpkqjycjjjildaft ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905258.9120939-12274-258815696570384/AnsiballZ_service_facts.py' Jul 25 07:00:59 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46352]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-46352) opened. Jul 25 07:00:59 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46352]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:00:59 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[46355]: ansible-service_facts Invoked Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46352]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com CROND[46479]: (root) CMD (run-parts /etc/cron.hourly) Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com run-parts[46485]: (/etc/cron.hourly) starting 0anacron Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com CROND[46477]: (root) CMDOUT (/etc/cron.hourly/0anacron:) Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com CROND[46477]: (root) CMDOUT () Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com CROND[46477]: (root) CMDOUT (/etc/cron.hourly/0anacron: line 11: /etc/default/anacron: No such file or directory) Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com run-parts[46491]: (/etc/cron.hourly) finished 0anacron Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com CROND[46477]: (root) CMDEND (run-parts /etc/cron.hourly) Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46586]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-alnhkwoixscgwohlgmoiistytcmlugnh ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905261.2154858-12284-158676766472249/AnsiballZ_blivet.py' Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46586]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-46586) opened. Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46586]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[46589]: ansible-fedora.linux_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={} Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46586]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46704]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uniaozydmnbbkjblomuibkhhtpxedbgl ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905261.8181884-12304-128459529680083/AnsiballZ_stat.py' Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46704]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-46704) opened. Jul 25 07:01:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46704]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:02 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[46707]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:02 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46704]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:02 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46822]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oefpucxyenuisuvhnxqvgplnothsgcmu ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905262.4471238-12322-144887633033769/AnsiballZ_stat.py' Jul 25 07:01:02 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46822]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-46822) opened. Jul 25 07:01:02 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46822]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:02 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[46825]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:02 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46822]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:03 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46940]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-skaxxcvpkaaoyxkuinweipzriwcjdeyp ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905262.87159-12331-41617820350997/AnsiballZ_setup.py' Jul 25 07:01:03 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46940]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-46940) opened. Jul 25 07:01:03 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46940]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:03 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[46943]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:03 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[46940]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:04 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47085]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hazdwfmnbptvqqmrpoqjeqdissqwqlcw ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905263.8245125-12340-7129683729399/AnsiballZ_package_facts.py' Jul 25 07:01:04 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47085]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-47085) opened. Jul 25 07:01:04 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47085]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:04 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[47088]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 07:01:04 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47085]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:05 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47201]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qntynjtvnjziovobsulotybmhztsalyf ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905265.1957178-12352-115145124491805/AnsiballZ_dnf.py' Jul 25 07:01:05 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47201]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-47201) opened. Jul 25 07:01:05 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47201]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:05 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[47204]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:05 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47201]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:06 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47318]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nvzmnjrdxcihbbeqasaltclsdcyinwvj ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905265.9156384-12360-4166315546738/AnsiballZ_find_unused_disk.py' Jul 25 07:01:06 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47318]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-47318) opened. Jul 25 07:01:06 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47318]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:06 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[47321]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=2 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Jul 25 07:01:06 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47318]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:06 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47436]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kkrdlesfypqbhgusptlvkrzwycculkgv ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905266.422039-12368-147088970556406/AnsiballZ_command.py' Jul 25 07:01:06 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47436]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-47436) opened. Jul 25 07:01:06 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47436]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:06 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[47439]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:01:06 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47436]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:08 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47591]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tgxrmqujozvuvurqcmnmbvgyqnbrmjjd ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905268.1063907-12428-119414600507088/AnsiballZ_setup.py' Jul 25 07:01:08 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47591]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-47591) opened. Jul 25 07:01:08 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47591]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:08 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[47594]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:09 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47591]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:09 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47736]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hrazgbymwlkfgbkkvhspaiwhqdkwpkqm ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905269.4327507-12442-9649144866847/AnsiballZ_stat.py' Jul 25 07:01:09 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47736]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-47736) opened. Jul 25 07:01:09 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47736]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:09 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[47739]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:09 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47736]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:10 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47852]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dnckmvsekuambefcpkvcavvxasyjxqrs ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905270.0069644-12454-105493480844966/AnsiballZ_dnf.py' Jul 25 07:01:10 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47852]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-47852) opened. Jul 25 07:01:10 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47852]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:10 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[47855]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:10 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47852]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:11 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47969]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bfbcwtjyatlzaiyiavzwfduwgqdcxjej ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905270.8876958-12464-173625675872227/AnsiballZ_blivet.py' Jul 25 07:01:11 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47969]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-47969) opened. Jul 25 07:01:11 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47969]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:11 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[47972]: ansible-fedora.linux_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={} Jul 25 07:01:11 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[47969]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:11 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48087]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-knwswpuatjyniwmpcuzqtgebozzzxfkj ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905271.6848066-12476-32866218335318/AnsiballZ_dnf.py' Jul 25 07:01:11 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48087]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-48087) opened. Jul 25 07:01:11 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48087]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:12 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[48090]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:12 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48087]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:12 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48204]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wzeoothiouenooidtsrggcnviuavntqq ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905272.4011555-12484-266023959283877/AnsiballZ_service_facts.py' Jul 25 07:01:12 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48204]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-48204) opened. Jul 25 07:01:12 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48204]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:12 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[48207]: ansible-service_facts Invoked Jul 25 07:01:14 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48204]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:14 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48427]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zcqzwypljvgsqmiienclaoivvqygmlsb ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905274.6158757-12494-268359804711490/AnsiballZ_blivet.py' Jul 25 07:01:14 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48427]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-48427) opened. Jul 25 07:01:14 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48427]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:15 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[48430]: ansible-fedora.linux_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={} Jul 25 07:01:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48427]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48545]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bwombxukpsmyzfqpdvoziqoeeuzcshdx ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905275.2013135-12503-98040391311506/AnsiballZ_stat.py' Jul 25 07:01:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48545]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-48545) opened. Jul 25 07:01:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48545]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:15 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[48548]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48545]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48663]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-snfhuazpdskvpwdibtmfnupplsgdobfx ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905275.802443-12521-93230897702108/AnsiballZ_stat.py' Jul 25 07:01:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48663]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-48663) opened. Jul 25 07:01:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48663]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:16 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[48666]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:16 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48663]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:16 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48781]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fampaeszysidimvzcusfqlcxbvuwtkzz ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905276.2070487-12530-5856908151004/AnsiballZ_setup.py' Jul 25 07:01:16 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48781]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-48781) opened. Jul 25 07:01:16 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48781]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:16 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[48784]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:17 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48781]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:17 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48926]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-znnzizoppdyydktfwruuuitndzrzrztt ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905277.1896904-12540-22197287846922/AnsiballZ_dnf.py' Jul 25 07:01:17 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48926]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-48926) opened. Jul 25 07:01:17 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48926]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:17 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[48929]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:17 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[48926]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:18 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49043]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oulihwhqcdnrvuhjgvbpcrbfbxxmliwr ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905277.8970726-12548-239000719265693/AnsiballZ_find_unused_disk.py' Jul 25 07:01:18 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49043]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-49043) opened. Jul 25 07:01:18 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49043]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:18 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[49046]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=2 min_size=0 max_size=0 match_sector_size=False with_interface=None Jul 25 07:01:18 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49043]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:18 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49161]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-muoqsksqftaxahqqmipjjfmohdhvphbv ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905278.3887272-12556-24568532195144/AnsiballZ_command.py' Jul 25 07:01:18 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49161]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-49161) opened. Jul 25 07:01:18 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49161]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:18 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[49164]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:01:18 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49161]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:21 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[49316]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:22 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49459]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sqkuqhbjedisndsmssjrfxxxbsnljslk ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905282.364605-12679-36199136283186/AnsiballZ_setup.py' Jul 25 07:01:22 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49459]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-49459) opened. Jul 25 07:01:22 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49459]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:22 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[49462]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49459]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49604]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-awanepsryvtcrwdzwkxjbaynsecqlqpa ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905283.4221582-12691-38006332432585/AnsiballZ_stat.py' Jul 25 07:01:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49604]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-49604) opened. Jul 25 07:01:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49604]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:23 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[49607]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49604]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:24 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49720]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tmqnvylnttnphakgjjyvxijaurrtxfmm ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905284.0126462-12703-161395070465844/AnsiballZ_dnf.py' Jul 25 07:01:24 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49720]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-49720) opened. Jul 25 07:01:24 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49720]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:24 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[49723]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:24 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49720]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49837]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tcxwdxathkbyizgamkrwllsklflhusly ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905284.8872771-12713-99672531884502/AnsiballZ_blivet.py' Jul 25 07:01:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49837]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-49837) opened. Jul 25 07:01:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49837]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:25 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[49840]: ansible-fedora.linux_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={} Jul 25 07:01:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49837]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49955]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nzqsxcszkjxlsjqhxciujavaolmhzrbn ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905285.6632988-12725-103942498328124/AnsiballZ_dnf.py' Jul 25 07:01:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49955]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-49955) opened. Jul 25 07:01:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49955]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:26 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[49958]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[49955]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50072]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xtrysbblvolppoxdsqrtyjutygavudyq ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905286.3705397-12733-141491769159739/AnsiballZ_service_facts.py' Jul 25 07:01:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50072]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-50072) opened. Jul 25 07:01:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50072]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:26 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[50075]: ansible-service_facts Invoked Jul 25 07:01:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50072]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50295]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bhctheyjsngkeszntlofncnqzgrcejut ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905288.5983472-12743-234974020364891/AnsiballZ_blivet.py' Jul 25 07:01:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50295]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-50295) opened. Jul 25 07:01:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50295]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:29 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[50298]: ansible-fedora.linux_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={} Jul 25 07:01:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50295]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50413]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tycmdyhrcurlutywgbwkapgmdeqzdgwn ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905289.1898093-12752-233780060123156/AnsiballZ_stat.py' Jul 25 07:01:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50413]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-50413) opened. Jul 25 07:01:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50413]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:29 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[50416]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50413]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50531]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qeuagtfoxecjrrtnyelwligizpdjdbbs ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905289.8130407-12770-153838243587807/AnsiballZ_stat.py' Jul 25 07:01:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50531]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-50531) opened. Jul 25 07:01:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50531]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:30 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[50534]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50531]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50649]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vmkviyeogvfmcdmaftidykdlrxrgtjib ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905290.23174-12779-228732651599106/AnsiballZ_setup.py' Jul 25 07:01:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50649]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-50649) opened. Jul 25 07:01:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50649]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:30 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[50652]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:31 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50649]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:31 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50794]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aanpfgtuugnkxbqvjechvyudmkhqzocx ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905291.239235-12789-183809365358537/AnsiballZ_dnf.py' Jul 25 07:01:31 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50794]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-50794) opened. Jul 25 07:01:31 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50794]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:31 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[50797]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:31 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50794]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:32 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50911]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fvhtadeoovvzwrcnorpxstefikwnylgs ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905291.950542-12797-276903664381283/AnsiballZ_find_unused_disk.py' Jul 25 07:01:32 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50911]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-50911) opened. Jul 25 07:01:32 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50911]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:32 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[50914]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=2 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Jul 25 07:01:32 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[50911]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:32 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51029]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dtieifkqteqppmcvlmzmkbajxyzcpwib ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905292.4324312-12805-113331985136722/AnsiballZ_command.py' Jul 25 07:01:32 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51029]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-51029) opened. Jul 25 07:01:32 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51029]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:32 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[51032]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:01:32 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51029]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:34 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51184]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wekylcqtnsukworhdhtydlspehyeetut ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905294.0765023-12865-50548170677615/AnsiballZ_setup.py' Jul 25 07:01:34 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51184]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-51184) opened. Jul 25 07:01:34 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51184]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:34 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[51187]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:35 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51184]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:35 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51329]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eizewfeoytzlxjvrprjsnchfhoficunf ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905295.3971221-12879-99580415692215/AnsiballZ_stat.py' Jul 25 07:01:35 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51329]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-51329) opened. Jul 25 07:01:35 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51329]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:35 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[51332]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:35 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51329]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:36 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51445]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-szvzmcotqgsiwycfytltxmnajvbixciq ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905295.9786916-12891-201717880308896/AnsiballZ_dnf.py' Jul 25 07:01:36 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51445]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-51445) opened. Jul 25 07:01:36 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51445]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:36 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[51448]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:36 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51445]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:37 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51562]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eteqbynomrsbtvkfdsmcsolzwiamhdgo ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905296.849677-12901-239321748884542/AnsiballZ_blivet.py' Jul 25 07:01:37 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51562]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-51562) opened. Jul 25 07:01:37 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51562]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:37 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[51565]: ansible-fedora.linux_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={} Jul 25 07:01:37 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51562]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:37 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51680]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dqdzsindwpjftrqqhmskeltiyqqywogg ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905297.6243787-12913-130157916298690/AnsiballZ_dnf.py' Jul 25 07:01:37 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51680]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-51680) opened. Jul 25 07:01:37 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51680]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:37 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[51683]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:38 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51680]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:38 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51797]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dzhqggotkbmxmmfwyudwqqgmilrmxfea ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905298.3147213-12921-190912714516807/AnsiballZ_service_facts.py' Jul 25 07:01:38 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51797]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-51797) opened. Jul 25 07:01:38 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51797]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:38 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[51800]: ansible-service_facts Invoked Jul 25 07:01:40 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[51797]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:40 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52020]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pbqlkptghwqmvlgbwytgxvalucfezype ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905300.5315423-12931-126066950494819/AnsiballZ_blivet.py' Jul 25 07:01:40 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52020]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-52020) opened. Jul 25 07:01:40 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52020]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:40 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[52023]: ansible-fedora.linux_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={} Jul 25 07:01:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52020]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52138]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zsxwgqcnmnqrjdbfkjejcgxgspjvjyrc ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905301.1125956-12940-107713737364740/AnsiballZ_stat.py' Jul 25 07:01:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52138]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-52138) opened. Jul 25 07:01:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52138]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:41 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[52141]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52138]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52256]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vangjqigltzunizpjynstgppbgokngeq ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905301.727805-12958-230060957715117/AnsiballZ_stat.py' Jul 25 07:01:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52256]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-52256) opened. Jul 25 07:01:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52256]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:42 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[52259]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52256]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52374]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uclrayorraelooyfmkqzvjteqqzpmyrq ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905302.1444411-12967-137674746648963/AnsiballZ_setup.py' Jul 25 07:01:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52374]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-52374) opened. Jul 25 07:01:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52374]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:42 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[52377]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52374]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:43 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52519]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rceqodgjgszsltfqgnrbozpxpaoctxbt ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905303.1143646-12976-275883101943014/AnsiballZ_dnf.py' Jul 25 07:01:43 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52519]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-52519) opened. Jul 25 07:01:43 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52519]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:43 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[52522]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:43 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52519]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:44 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52636]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ifypqquqsgdfykblqluibzbiwnbneacd ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905303.9749935-12984-278029871712766/AnsiballZ_find_unused_disk.py' Jul 25 07:01:44 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52636]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-52636) opened. Jul 25 07:01:44 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52636]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:44 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[52639]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=3 match_sector_size=True min_size=0 max_size=0 with_interface=None Jul 25 07:01:44 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52636]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:47 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[52791]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:47 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52933]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bktuyhugsqjwayckgzrbcfbibkiuujwb ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905307.8194518-13105-166994138539264/AnsiballZ_setup.py' Jul 25 07:01:47 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52933]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-52933) opened. Jul 25 07:01:47 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52933]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:48 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[52936]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:48 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[52933]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53078]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lshcwnqhuboustfrwxquwnegbpdoadtc ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905308.8568034-13117-240602937045985/AnsiballZ_stat.py' Jul 25 07:01:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53078]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-53078) opened. Jul 25 07:01:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53078]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:49 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[53081]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53078]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53194]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pnbcvourgaqxdgqgjtrztspvukpstmyx ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905309.4401011-13129-179154430393065/AnsiballZ_dnf.py' Jul 25 07:01:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53194]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-53194) opened. Jul 25 07:01:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53194]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:49 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[53197]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:50 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53194]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:50 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53311]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oejbaokbqqeromreliakiivskoxesywf ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905310.3043528-13139-248909658492337/AnsiballZ_blivet.py' Jul 25 07:01:50 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53311]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-53311) opened. Jul 25 07:01:50 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53311]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:50 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[53314]: ansible-fedora.linux_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={} Jul 25 07:01:50 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53311]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:51 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53429]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aguzahempcokimrpxkvfzlipcmpqpesx ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905311.0779686-13151-257394140761272/AnsiballZ_dnf.py' Jul 25 07:01:51 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53429]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-53429) opened. Jul 25 07:01:51 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53429]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:51 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[53432]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:51 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53429]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:52 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53546]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rpsbgfjuhqfrzvpbsfeeqpsuziynkdyb ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905311.790367-13159-25266902176816/AnsiballZ_service_facts.py' Jul 25 07:01:52 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53546]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-53546) opened. Jul 25 07:01:52 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53546]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:52 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[53549]: ansible-service_facts Invoked Jul 25 07:01:53 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53546]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53769]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rmgivppvnnmhmdwawxrdoizpogwdakvb ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905314.034016-13169-12331489401819/AnsiballZ_blivet.py' Jul 25 07:01:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53769]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-53769) opened. Jul 25 07:01:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53769]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:54 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[53772]: ansible-fedora.linux_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={} Jul 25 07:01:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53769]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53887]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ywbllgcgumkmozqrbpuwwpsxqagobycj ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905314.636412-13178-225482508999266/AnsiballZ_stat.py' Jul 25 07:01:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53887]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-53887) opened. Jul 25 07:01:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53887]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:54 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[53890]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[53887]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54005]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hkphrgiijvlduzucfjsjvybqcqgubryz ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905315.2558186-13196-56315792113989/AnsiballZ_stat.py' Jul 25 07:01:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54005]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-54005) opened. Jul 25 07:01:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54005]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:55 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[54008]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:01:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54005]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54123]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zpeatnnutpsjaoxmfputmusbawqmvhgq ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905315.6757944-13205-40759938520562/AnsiballZ_setup.py' Jul 25 07:01:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54123]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-54123) opened. Jul 25 07:01:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54123]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:56 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[54126]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:01:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54123]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54268]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bgmwqklwaqdpnqzpatfwinhsrlcibgpe ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905316.6504626-13214-97788186170273/AnsiballZ_dnf.py' Jul 25 07:01:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54268]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-54268) opened. Jul 25 07:01:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54268]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:57 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[54271]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:01:57 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54268]: pam_unix(sudo:session): session closed for user root Jul 25 07:01:57 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54385]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cpuxkixjmxlpytzcygbcdriokyblftax ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905317.3709617-13222-1971349991855/AnsiballZ_find_unused_disk.py' Jul 25 07:01:57 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54385]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-54385) opened. Jul 25 07:01:57 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54385]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:01:57 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[54388]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=3 with_interface=scsi match_sector_size=True min_size=0 max_size=0 Jul 25 07:01:57 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[54385]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:00 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[54540]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:00 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[54655]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:01 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[54768]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 25 07:02:01 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[54827]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:02 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[54941]: ansible-fedora.linux_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={} Jul 25 07:02:03 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[55056]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 25 07:02:03 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[55115]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:04 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[55229]: ansible-service_facts Invoked Jul 25 07:02:06 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[55449]: ansible-fedora.linux_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={} Jul 25 07:02:06 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[55564]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:07 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[55679]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:08 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[55794]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:11 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[55973]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:12 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[56115]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:13 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[56228]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:14 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[56342]: ansible-fedora.linux_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={} Jul 25 07:02:14 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[56457]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:15 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[56571]: ansible-service_facts Invoked Jul 25 07:02:17 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[56791]: ansible-fedora.linux_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={} Jul 25 07:02:18 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[56906]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:18 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[57021]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:19 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[57136]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57315]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lozwgagcivoyffbwmeqflcvtlqpmeppg ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905342.7074716-13658-24687712417287/AnsiballZ_setup.py' Jul 25 07:02:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57315]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-57315) opened. Jul 25 07:02:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57315]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:23 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[57318]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57315]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:24 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57460]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mxvveiueryjofggopqgawkecnzoheufc ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905344.0855954-13672-65858380110260/AnsiballZ_stat.py' Jul 25 07:02:24 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57460]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-57460) opened. Jul 25 07:02:24 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57460]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:24 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[57463]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:24 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57460]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:24 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57576]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jilnznfhhwayzhycgzgeursulwlnbels ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905344.6773696-13684-103677995584583/AnsiballZ_dnf.py' Jul 25 07:02:24 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57576]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-57576) opened. Jul 25 07:02:24 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57576]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:25 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[57579]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57576]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57693]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pbudzrffqclziikuhnembzamjsqbapwv ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905345.5608134-13694-258740491692912/AnsiballZ_blivet.py' Jul 25 07:02:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57693]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-57693) opened. Jul 25 07:02:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57693]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:26 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[57696]: ansible-fedora.linux_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={} Jul 25 07:02:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57693]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57811]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jkaacpenzxujbylygntlrnuzbwtwtaot ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905346.3538888-13706-130358725585821/AnsiballZ_dnf.py' Jul 25 07:02:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57811]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-57811) opened. Jul 25 07:02:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57811]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:26 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[57814]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57811]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:27 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57928]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zcsgljohrzrewfcsztsxxkyvheaylwxe ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905347.0688248-13714-253271335488080/AnsiballZ_service_facts.py' Jul 25 07:02:27 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57928]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-57928) opened. Jul 25 07:02:27 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57928]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:27 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[57931]: ansible-service_facts Invoked Jul 25 07:02:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[57928]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58151]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dedssuazeogyqqrpbiggjuxxprpbvpoz ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905349.3119469-13724-262168648499130/AnsiballZ_blivet.py' Jul 25 07:02:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58151]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-58151) opened. Jul 25 07:02:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58151]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:29 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[58154]: ansible-fedora.linux_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={} Jul 25 07:02:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58151]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58269]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ocfhhmiwtzisksctrlixcefektkqgliw ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905349.912838-13733-251031139913527/AnsiballZ_stat.py' Jul 25 07:02:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58269]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-58269) opened. Jul 25 07:02:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58269]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:30 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[58272]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58269]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58387]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sjsknllwpsqexauyiflhivcqikixejlp ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905350.532832-13751-132844022745440/AnsiballZ_stat.py' Jul 25 07:02:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58387]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-58387) opened. Jul 25 07:02:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58387]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:30 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[58390]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:30 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58387]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:31 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58505]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cmksiqslykbhkkolhtofycogfjptjyds ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905350.9436355-13760-79958453321445/AnsiballZ_setup.py' Jul 25 07:02:31 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58505]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-58505) opened. Jul 25 07:02:31 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58505]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:31 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[58508]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:31 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58505]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:32 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58650]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ejmicjkfcnjycytdqsyvksjujjeufrak ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905351.8893735-13769-117133312029114/AnsiballZ_blivet.py' Jul 25 07:02:32 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58650]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-58650) opened. Jul 25 07:02:32 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58650]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:32 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[58653]: ansible-fedora.linux_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 Jul 25 07:02:32 ip-10-31-9-229.us-east-1.aws.redhat.com 55-scsi-sg3_id.rules[58665]: WARNING: SCSI device xvda has no device ID, consider changing .SCSI_ID_SERIAL_SRC in 00-scsi-sg3_config.rules Jul 25 07:02:32 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58650]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:33 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58782]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bnqxhbuhjhyffrhmqdczgsahuacdydcp ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905353.0402064-13779-64911041707223/AnsiballZ_blivet.py' Jul 25 07:02:33 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58782]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-58782) opened. Jul 25 07:02:33 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58782]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:33 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[58785]: ansible-fedora.linux_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 Jul 25 07:02:33 ip-10-31-9-229.us-east-1.aws.redhat.com 55-scsi-sg3_id.rules[58796]: WARNING: SCSI device xvda has no device ID, consider changing .SCSI_ID_SERIAL_SRC in 00-scsi-sg3_config.rules Jul 25 07:02:34 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58782]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:34 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58912]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lqzcrcfxcgadvlalkstdqzhhmvjfqton ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905354.1754391-13789-228767452873038/AnsiballZ_blivet.py' Jul 25 07:02:34 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58912]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-58912) opened. Jul 25 07:02:34 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58912]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:34 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[58915]: ansible-fedora.linux_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 Jul 25 07:02:34 ip-10-31-9-229.us-east-1.aws.redhat.com 55-scsi-sg3_id.rules[58926]: WARNING: SCSI device xvda has no device ID, consider changing .SCSI_ID_SERIAL_SRC in 00-scsi-sg3_config.rules Jul 25 07:02:35 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[58912]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:38 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[59079]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:38 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59221]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gypwrmyxqtcrkrrjhykpjwecvrpbznkv ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905358.6767423-13911-99829492706194/AnsiballZ_setup.py' Jul 25 07:02:38 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59221]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-59221) opened. Jul 25 07:02:38 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59221]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:39 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[59224]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:39 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59221]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:39 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59366]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lxlxdwcefjlaasoyifmosbfxptkqwfqi ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905359.719632-13923-33276498241447/AnsiballZ_stat.py' Jul 25 07:02:39 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59366]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-59366) opened. Jul 25 07:02:39 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59366]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:40 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[59369]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:40 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59366]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:40 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59482]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lcdmvukcyorubxplqzlolfnfadclnrlk ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905360.2984886-13935-215072373584584/AnsiballZ_dnf.py' Jul 25 07:02:40 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59482]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-59482) opened. Jul 25 07:02:40 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59482]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:40 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[59485]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59482]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59599]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ebglemxaxjkwtzgtggyrvhkvqkclrray ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905361.1646266-13945-147070979086268/AnsiballZ_blivet.py' Jul 25 07:02:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59599]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-59599) opened. Jul 25 07:02:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59599]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:41 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[59602]: ansible-fedora.linux_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={} Jul 25 07:02:41 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59599]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59717]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pgyhajckxiwzzqniwjzxdyfzlphgbrvn ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905361.9474843-13957-180547519407943/AnsiballZ_dnf.py' Jul 25 07:02:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59717]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-59717) opened. Jul 25 07:02:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59717]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:42 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[59720]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59717]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59834]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mfnvjtxfxkzqfhepnobvlghzjzkxjzey ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905362.6567216-13965-202874442542201/AnsiballZ_service_facts.py' Jul 25 07:02:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59834]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-59834) opened. Jul 25 07:02:42 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59834]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:43 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[59837]: ansible-service_facts Invoked Jul 25 07:02:44 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[59834]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60057]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pdcvdwcexfyzcyzyxnbodpypachuumms ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905364.8901374-13975-22594865346714/AnsiballZ_blivet.py' Jul 25 07:02:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60057]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-60057) opened. Jul 25 07:02:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60057]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:45 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[60060]: ansible-fedora.linux_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={} Jul 25 07:02:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60057]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60175]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zpbxbzjesofekzprquzjkekqagbofnvp ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905365.4882293-13984-142682517760476/AnsiballZ_stat.py' Jul 25 07:02:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60175]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-60175) opened. Jul 25 07:02:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60175]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:45 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[60178]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:45 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60175]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:46 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60293]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oahzezpwidkyaacdfoilrtokjqieqkjx ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905366.0979912-14002-192015046572729/AnsiballZ_stat.py' Jul 25 07:02:46 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60293]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-60293) opened. Jul 25 07:02:46 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60293]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:46 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[60296]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:46 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60293]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:46 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60411]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-izommdgvysepardcumowihsxknaqfytd ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905366.5083754-14011-258161439677786/AnsiballZ_setup.py' Jul 25 07:02:46 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60411]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-60411) opened. Jul 25 07:02:46 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60411]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:46 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[60414]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:47 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60411]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:47 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60556]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qydizprkkcbfkfysvbduhqebrvykipoq ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905367.4484973-14020-113864702021013/AnsiballZ_blivet.py' Jul 25 07:02:47 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60556]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-60556) opened. Jul 25 07:02:47 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60556]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:47 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[60559]: ansible-fedora.linux_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 Jul 25 07:02:48 ip-10-31-9-229.us-east-1.aws.redhat.com 55-scsi-sg3_id.rules[60571]: WARNING: SCSI device xvda has no device ID, consider changing .SCSI_ID_SERIAL_SRC in 00-scsi-sg3_config.rules Jul 25 07:02:48 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60556]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:48 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60688]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ljaxnejlaqahswoaplfklowdfcfupndy ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905368.6227334-14030-92393979464109/AnsiballZ_blivet.py' Jul 25 07:02:48 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60688]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-60688) opened. Jul 25 07:02:48 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60688]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:49 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[60691]: ansible-fedora.linux_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 Jul 25 07:02:49 ip-10-31-9-229.us-east-1.aws.redhat.com 55-scsi-sg3_id.rules[60702]: WARNING: SCSI device xvda has no device ID, consider changing .SCSI_ID_SERIAL_SRC in 00-scsi-sg3_config.rules Jul 25 07:02:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60688]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60818]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qmhgyjfysitofvyizjkkrbakaomrfxmu ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905369.7312984-14040-76964366848677/AnsiballZ_blivet.py' Jul 25 07:02:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60818]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-60818) opened. Jul 25 07:02:49 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60818]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:50 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[60821]: ansible-fedora.linux_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 Jul 25 07:02:50 ip-10-31-9-229.us-east-1.aws.redhat.com 55-scsi-sg3_id.rules[60832]: WARNING: SCSI device xvda has no device ID, consider changing .SCSI_ID_SERIAL_SRC in 00-scsi-sg3_config.rules Jul 25 07:02:50 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60818]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:52 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60985]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dgjrnputydhwiygogpziukqsomdpqpoj ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905371.9064703-14099-85670619161876/AnsiballZ_setup.py' Jul 25 07:02:52 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60985]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-60985) opened. Jul 25 07:02:52 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60985]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:52 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[60988]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:02:53 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[60985]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:53 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61130]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zanxiezcaosobyprchxsfxgopmkmfhkb ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905373.2270334-14113-151852014569407/AnsiballZ_stat.py' Jul 25 07:02:53 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61130]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-61130) opened. Jul 25 07:02:53 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61130]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:53 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[61133]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:53 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61130]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61246]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qmehxbyrqnuzlmzmszivinupnwgekzoi ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905373.802691-14125-152642175687086/AnsiballZ_dnf.py' Jul 25 07:02:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61246]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-61246) opened. Jul 25 07:02:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61246]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:54 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[61249]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61246]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61363]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rjwzvzqyclgjyqtvsljrfizzskcsejil ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905374.6570044-14135-111906679669779/AnsiballZ_blivet.py' Jul 25 07:02:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61363]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-61363) opened. Jul 25 07:02:54 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61363]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:55 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[61366]: ansible-fedora.linux_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={} Jul 25 07:02:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61363]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61481]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bqjmmnzzzukvifsaixaqtraebcoqtuad ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905375.4284332-14147-124978288410911/AnsiballZ_dnf.py' Jul 25 07:02:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61481]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-61481) opened. Jul 25 07:02:55 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61481]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:55 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[61484]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:02:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61481]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61598]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tseitnblcvjcxwffcnrhmcsmctqqtipv ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905376.1358418-14155-180973604213154/AnsiballZ_service_facts.py' Jul 25 07:02:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61598]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-61598) opened. Jul 25 07:02:56 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61598]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:56 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[61601]: ansible-service_facts Invoked Jul 25 07:02:58 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61598]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:58 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61821]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kgzmtkwwyssiysnougtrhymueleyuhnn ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905378.3501081-14165-246364245706864/AnsiballZ_blivet.py' Jul 25 07:02:58 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61821]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-61821) opened. Jul 25 07:02:58 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61821]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:58 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[61824]: ansible-fedora.linux_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={} Jul 25 07:02:58 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61821]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:59 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61939]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-buisvxktbgmwbmmdagmrkjoadzkovrhk ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905378.9378476-14174-274710363358656/AnsiballZ_stat.py' Jul 25 07:02:59 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61939]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-61939) opened. Jul 25 07:02:59 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61939]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:59 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[61942]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:59 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[61939]: pam_unix(sudo:session): session closed for user root Jul 25 07:02:59 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62057]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kiphhtgehokfuelzpweywkufwywxtvkl ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905379.5609777-14193-247532714376015/AnsiballZ_stat.py' Jul 25 07:02:59 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62057]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-62057) opened. Jul 25 07:02:59 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62057]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:02:59 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[62060]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:02:59 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62057]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:00 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62175]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qwxuvmranouvalxevhhymmattjzhsieu ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905379.9750547-14202-196105328206228/AnsiballZ_setup.py' Jul 25 07:03:00 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62175]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-62175) opened. Jul 25 07:03:00 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62175]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:00 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[62178]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:00 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62175]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62320]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dupmmdrxwkxjjzbwivfumhrelsffwbcl ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905380.9715865-14212-118550092294909/AnsiballZ_dnf.py' Jul 25 07:03:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62320]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-62320) opened. Jul 25 07:03:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62320]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:01 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[62323]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62320]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62437]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fdbphxaovuladqfmxcqbcxuecwysdaaz ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905381.696891-14220-255933732180333/AnsiballZ_find_unused_disk.py' Jul 25 07:03:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62437]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-62437) opened. Jul 25 07:03:01 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62437]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:02 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[62440]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 max_size=0 match_sector_size=False with_interface=None Jul 25 07:03:02 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62437]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:02 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62555]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-adijuvrsmqyffruugmswfgwxrwkopfst ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905382.1969774-14228-40069379025901/AnsiballZ_command.py' Jul 25 07:03:02 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62555]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-62555) opened. Jul 25 07:03:02 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62555]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:02 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[62558]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:03:02 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62555]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:05 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[62710]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:06 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62852]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ncqneahpqsfpvrzkjirmpcphnmmoaaqd ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905386.2712944-14351-79130209081633/AnsiballZ_setup.py' Jul 25 07:03:06 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62852]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-62852) opened. Jul 25 07:03:06 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62852]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:06 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[62855]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:07 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62852]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:07 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62997]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tjobqezudpawgsfvxoiryvqiaywotrkz ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905387.2906497-14363-30041515000267/AnsiballZ_stat.py' Jul 25 07:03:07 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62997]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-62997) opened. Jul 25 07:03:07 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62997]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:07 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[63000]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:07 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[62997]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:08 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63113]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vsbsnkgxstocureuxbwnyiitnkrvvoci ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905387.862307-14375-259719072076048/AnsiballZ_dnf.py' Jul 25 07:03:08 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63113]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-63113) opened. Jul 25 07:03:08 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63113]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:08 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[63116]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:08 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63113]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:08 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63230]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lxcbtpxjwibmfknxiyafqppvmqmumjsk ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905388.7195697-14385-163056986670932/AnsiballZ_blivet.py' Jul 25 07:03:08 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63230]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-63230) opened. Jul 25 07:03:08 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63230]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:09 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[63233]: ansible-fedora.linux_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={} Jul 25 07:03:09 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63230]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:09 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63348]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fnzokfvfbaztcbehvvuparthudjrsgtg ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905389.4997878-14397-107815343909736/AnsiballZ_dnf.py' Jul 25 07:03:09 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63348]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-63348) opened. Jul 25 07:03:09 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63348]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:09 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[63351]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:10 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63348]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:10 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63465]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-igozjtzsmeluypscyydgvkqxgzrcknjb ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905390.2157176-14405-114968769089446/AnsiballZ_service_facts.py' Jul 25 07:03:10 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63465]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-63465) opened. Jul 25 07:03:10 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63465]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:10 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[63468]: ansible-service_facts Invoked Jul 25 07:03:12 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63465]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:12 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63688]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vqppegzaydxkpzozutdjyegzcqtfveig ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905392.4255345-14415-213197723556909/AnsiballZ_blivet.py' Jul 25 07:03:12 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63688]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-63688) opened. Jul 25 07:03:12 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63688]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:12 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[63691]: ansible-fedora.linux_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={} Jul 25 07:03:12 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63688]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:13 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63806]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fcootmmvmgezqqdtjwhkovjoyvixjvek ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905393.0094366-14424-52433847694086/AnsiballZ_stat.py' Jul 25 07:03:13 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63806]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-63806) opened. Jul 25 07:03:13 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63806]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:13 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[63809]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:13 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63806]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:13 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63924]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gamlkvqknijbxkwckvzbntrazuvsuvbb ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905393.6131039-14442-88840019686702/AnsiballZ_stat.py' Jul 25 07:03:13 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63924]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-63924) opened. Jul 25 07:03:13 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63924]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:13 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[63927]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:13 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[63924]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:14 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64042]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aipfolyljlcvrncnwmqvdkrkxtpwmtva ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905394.0236297-14451-235471903281318/AnsiballZ_setup.py' Jul 25 07:03:14 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64042]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-64042) opened. Jul 25 07:03:14 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64042]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:14 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[64045]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:14 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64042]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64187]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qfiyrfdfbmsuxbcadwxxfoiqngqwqjea ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905395.0220687-14461-210592632420371/AnsiballZ_dnf.py' Jul 25 07:03:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64187]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-64187) opened. Jul 25 07:03:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64187]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:15 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[64190]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64187]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64304]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-filhoelqkcjpzybuqiwqxqnuhcvmozxb ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905395.7329392-14469-252924102553919/AnsiballZ_find_unused_disk.py' Jul 25 07:03:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64304]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-64304) opened. Jul 25 07:03:15 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64304]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:16 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[64307]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Jul 25 07:03:16 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64304]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:16 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64422]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-axxlscytiodhoaujczqgvqxwvrjofmkm ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905396.2189014-14477-90960768610953/AnsiballZ_command.py' Jul 25 07:03:16 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64422]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-64422) opened. Jul 25 07:03:16 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64422]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:16 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[64425]: 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 expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:03:16 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64422]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:19 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64577]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jgiwybqfysocnoyjgrvfjmdpqnbzyjpn ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905398.9367378-14537-234070721270030/AnsiballZ_setup.py' Jul 25 07:03:19 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64577]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-64577) opened. Jul 25 07:03:19 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64577]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:19 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[64580]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:20 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64577]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:20 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64722]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cfhlddhnjloebfeudfjairxdrifsmbnv ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905400.2446349-14551-32700085064271/AnsiballZ_stat.py' Jul 25 07:03:20 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64722]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-64722) opened. Jul 25 07:03:20 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64722]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:20 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[64725]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:20 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64722]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:21 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64838]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yzmpqekccgryzzzlnvzgwlsrgzwnafgh ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905400.8288856-14563-22932827734459/AnsiballZ_dnf.py' Jul 25 07:03:21 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64838]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-64838) opened. Jul 25 07:03:21 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64838]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:21 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[64841]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:21 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64838]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:21 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64955]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bjkuumkjrssiofiripirhwgfhcaechjd ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905401.6919653-14573-148328919949819/AnsiballZ_blivet.py' Jul 25 07:03:21 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64955]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-64955) opened. Jul 25 07:03:21 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64955]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:22 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[64958]: ansible-fedora.linux_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={} Jul 25 07:03:22 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[64955]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:22 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65073]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iruqvxpimlwmgrxtdizzkejbuijhnqxr ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905402.4672391-14585-104928361268794/AnsiballZ_dnf.py' Jul 25 07:03:22 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65073]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-65073) opened. Jul 25 07:03:22 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65073]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:22 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[65076]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65073]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65190]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oexjvpsabnqpxsmqbyemejinrtsweash ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905403.1688704-14593-177796334401489/AnsiballZ_service_facts.py' Jul 25 07:03:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65190]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-65190) opened. Jul 25 07:03:23 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65190]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:23 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[65193]: ansible-service_facts Invoked Jul 25 07:03:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65190]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65413]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wsakslkhzolhmvkaeglcnmxwglerclyz ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905405.3174493-14603-262955799975985/AnsiballZ_blivet.py' Jul 25 07:03:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65413]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-65413) opened. Jul 25 07:03:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65413]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:25 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[65416]: ansible-fedora.linux_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={} Jul 25 07:03:25 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65413]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65531]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hbvppcdbmhzjqjplqxnrbzfydxgkarnd ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905405.8906806-14612-130648324296819/AnsiballZ_stat.py' Jul 25 07:03:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65531]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-65531) opened. Jul 25 07:03:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65531]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:26 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[65534]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65531]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65649]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qkcpedrwqyivllgzotlqioylljlnynfd ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905406.4904199-14630-156077929454277/AnsiballZ_stat.py' Jul 25 07:03:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65649]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-65649) opened. Jul 25 07:03:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65649]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:26 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[65652]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:03:26 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65649]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:27 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65767]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hizlhdcdzdfhezdimfqcegwgwkhzomhy ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905406.8939073-14639-47626079262875/AnsiballZ_setup.py' Jul 25 07:03:27 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65767]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-65767) opened. Jul 25 07:03:27 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65767]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:27 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[65770]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:03:27 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65767]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65912]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yqgsmikyouakkgjjiuedqviqyhvbwmux ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905407.8779233-14649-200393306478231/AnsiballZ_dnf.py' Jul 25 07:03:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65912]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-65912) opened. Jul 25 07:03:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65912]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:28 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[65915]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:03:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[65912]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[66029]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-icyvrknepcxbabbbjtcypfzrxvjwsptf ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905408.5846817-14657-120280684617020/AnsiballZ_find_unused_disk.py' Jul 25 07:03:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[66029]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-66029) opened. Jul 25 07:03:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[66029]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:28 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[66032]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 max_size=0 match_sector_size=False with_interface=None Jul 25 07:03:28 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[66029]: pam_unix(sudo:session): session closed for user root Jul 25 07:03:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[66147]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-onuoafyjkvqjssthwmvtwvuttnccsbbp ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905409.0729432-14665-32384161361600/AnsiballZ_command.py' Jul 25 07:03:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[66147]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-66147) opened. Jul 25 07:03:29 ip-10-31-9-229.us-east-1.aws.redhat.com sudo[66147]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:03:29 ip-10-31-9-229.us-east-1.aws.redhat.com python3.12[66150]: 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 expand_argument_vars=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] ******************************************* Thursday 25 July 2024 07:03:29 -0400 (0:00:00.528) 0:00:10.672 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "'Unable to find unused disk' not in unused_disks_return.disks", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** Thursday 25 July 2024 07:03:29 -0400 (0:00:00.018) 0:00:10.691 ********* fatal: [managed_node1]: FAILED! => { "changed": false } MSG: Unable to find enough unused disks. Exiting playbook. PLAY RECAP ********************************************************************* managed_node1 : ok=29 changed=0 unreachable=0 failed=1 skipped=15 rescued=0 ignored=0 Thursday 25 July 2024 07:03:29 -0400 (0:00:00.021) 0:00:10.713 ********* =============================================================================== fedora.linux_system_roles.storage : Get service facts ------------------- 2.09s Gathering Facts --------------------------------------------------------- 1.20s fedora.linux_system_roles.storage : Update facts ------------------------ 0.91s fedora.linux_system_roles.storage : Make sure blivet is available ------- 0.83s fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.71s Ensure test packages ---------------------------------------------------- 0.71s fedora.linux_system_roles.storage : Get required packages --------------- 0.69s fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 0.56s Debug why there are no unused disks ------------------------------------- 0.53s Find unused disks in the system ----------------------------------------- 0.50s fedora.linux_system_roles.storage : Check if system is ostree ----------- 0.48s fedora.linux_system_roles.storage : Check if /etc/fstab is present ------ 0.40s fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file --- 0.39s fedora.linux_system_roles.storage : Include the appropriate provider tasks --- 0.05s fedora.linux_system_roles.storage : Set platform/version specific variables --- 0.04s fedora.linux_system_roles.storage : Set storage_cryptsetup_services ----- 0.04s fedora.linux_system_roles.storage : Enable copr repositories if needed --- 0.03s Mark tasks to be skipped ------------------------------------------------ 0.03s Get unused disks -------------------------------------------------------- 0.03s fedora.linux_system_roles.storage : Manage mount ownership/permissions --- 0.03s