[WARNING]: running playbook inside collection redhat.rhel_system_roles ansible-playbook [core 2.14.17] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible-playbook python version = 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_volume_relabel.yml ********************************************* 1 plays in /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_volume_relabel.yml PLAY [Test volume relabel] ***************************************************** TASK [Gathering Facts] ********************************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_volume_relabel.yml:2 Monday 21 October 2024 16:32:59 -0400 (0:00:00.009) 0:00:00.009 ******** ok: [managed-node2] TASK [Run the role] ************************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_volume_relabel.yml:11 Monday 21 October 2024 16:33:00 -0400 (0:00:01.243) 0:00:01.252 ******** TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:2 Monday 21 October 2024 16:33:00 -0400 (0:00:00.040) 0:00:01.293 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml for managed-node2 TASK [redhat.rhel_system_roles.storage : Ensure ansible_facts used by role] **** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 21 October 2024 16:33:00 -0400 (0:00:00.028) 0:00:01.321 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 21 October 2024 16:33:00 -0400 (0:00:00.034) 0:00:01.356 ******** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [managed-node2] => (item=RedHat_9.5.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.5.yml", "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if system is ostree] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 21 October 2024 16:33:00 -0400 (0:00:00.049) 0:00:01.405 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Set flag to indicate system is ostree] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 21 October 2024 16:33:01 -0400 (0:00:00.518) 0:00:01.924 ******** ok: [managed-node2] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:5 Monday 21 October 2024 16:33:01 -0400 (0:00:00.051) 0:00:01.975 ******** ok: [managed-node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:9 Monday 21 October 2024 16:33:01 -0400 (0:00:00.033) 0:00:02.009 ******** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Include the appropriate provider tasks] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13 Monday 21 October 2024 16:33:01 -0400 (0:00:00.034) 0:00:02.043 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2 TASK [redhat.rhel_system_roles.storage : Make sure blivet is available] ******** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 21 October 2024 16:33:01 -0400 (0:00:00.084) 0:00:02.128 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [redhat.rhel_system_roles.storage : Show storage_pools] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 21 October 2024 16:33:02 -0400 (0:00:01.151) 0:00:03.280 ******** ok: [managed-node2] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [redhat.rhel_system_roles.storage : Show storage_volumes] ***************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 21 October 2024 16:33:02 -0400 (0:00:00.064) 0:00:03.344 ******** ok: [managed-node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [redhat.rhel_system_roles.storage : Get required packages] **************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 21 October 2024 16:33:02 -0400 (0:00:00.056) 0:00:03.401 ******** ok: [managed-node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Enable copr repositories if needed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:31 Monday 21 October 2024 16:33:03 -0400 (0:00:00.815) 0:00:04.217 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node2 TASK [redhat.rhel_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:2 Monday 21 October 2024 16:33:03 -0400 (0:00:00.093) 0:00:04.311 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Make sure COPR support packages are present] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:13 Monday 21 October 2024 16:33:03 -0400 (0:00:00.056) 0:00:04.367 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Enable COPRs] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:19 Monday 21 October 2024 16:33:03 -0400 (0:00:00.070) 0:00:04.437 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Make sure required packages are installed] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 Monday 21 October 2024 16:33:03 -0400 (0:00:00.037) 0:00:04.475 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [redhat.rhel_system_roles.storage : Get service facts] ******************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Monday 21 October 2024 16:33:04 -0400 (0:00:00.857) 0:00:05.332 ******** ok: [managed-node2] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm-devices-import.service": { "name": "lvm-devices-import.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rhcd.service": { "name": "rhcd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsm-facts.service": { "name": "rhsm-facts.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsm.service": { "name": "rhsm.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsmcertd.service": { "name": "rhsmcertd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service": { "name": "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service", "source": "systemd", "state": "stopped", "status": "active" }, "systemd-fsck@dev-xvda2.service": { "name": "systemd-fsck@dev-xvda2.service", "source": "systemd", "state": "stopped", "status": "active" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "running", "status": "enabled" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [redhat.rhel_system_roles.storage : Set storage_cryptsetup_services] ****** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57 Monday 21 October 2024 16:33:06 -0400 (0:00:02.202) 0:00:07.535 ******** ok: [managed-node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:63 Monday 21 October 2024 16:33:06 -0400 (0:00:00.088) 0:00:07.623 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 Monday 21 October 2024 16:33:06 -0400 (0:00:00.032) 0:00:07.655 ******** ok: [managed-node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [redhat.rhel_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:83 Monday 21 October 2024 16:33:07 -0400 (0:00:00.633) 0:00:08.288 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Check if /etc/fstab is present] ******* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 21 October 2024 16:33:07 -0400 (0:00:00.053) 0:00:08.342 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1729541977.942, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "64cfbfb53e9340e63d4ceca1dd9c532c59261bd7", "ctime": 1729152193.0247004, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 17589255, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1729152193.0247004, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1101, "uid": 0, "version": "2826562540", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [redhat.rhel_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:95 Monday 21 October 2024 16:33:07 -0400 (0:00:00.430) 0:00:08.773 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:113 Monday 21 October 2024 16:33:07 -0400 (0:00:00.036) 0:00:08.809 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Show blivet_output] ******************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:119 Monday 21 October 2024 16:33:08 -0400 (0:00:00.051) 0:00:08.861 ******** ok: [managed-node2] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [redhat.rhel_system_roles.storage : Set the list of pools for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:128 Monday 21 October 2024 16:33:08 -0400 (0:00:00.035) 0:00:08.896 ******** ok: [managed-node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Set the list of volumes for test verification] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 21 October 2024 16:33:08 -0400 (0:00:00.030) 0:00:08.927 ******** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [redhat.rhel_system_roles.storage : Remove obsolete mounts] *************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 21 October 2024 16:33:08 -0400 (0:00:00.030) 0:00:08.957 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:159 Monday 21 October 2024 16:33:08 -0400 (0:00:00.033) 0:00:08.991 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Set up new/current mounts] ************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:164 Monday 21 October 2024 16:33:08 -0400 (0:00:00.020) 0:00:09.012 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Manage mount ownership/permissions] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:175 Monday 21 October 2024 16:33:08 -0400 (0:00:00.034) 0:00:09.046 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:187 Monday 21 October 2024 16:33:08 -0400 (0:00:00.035) 0:00:09.082 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 Monday 21 October 2024 16:33:08 -0400 (0:00:00.020) 0:00:09.103 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [redhat.rhel_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:200 Monday 21 October 2024 16:33:08 -0400 (0:00:00.352) 0:00:09.456 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [redhat.rhel_system_roles.storage : Update facts] ************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 Monday 21 October 2024 16:33:08 -0400 (0:00:00.018) 0:00:09.474 ******** ok: [managed-node2] TASK [Mark tasks to be skipped] ************************************************ task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_volume_relabel.yml:15 Monday 21 October 2024 16:33:09 -0400 (0:00:00.959) 0:00:10.433 ******** ok: [managed-node2] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_volume_relabel.yml:22 Monday 21 October 2024 16:33:09 -0400 (0:00:00.075) 0:00:10.509 ******** included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml for managed-node2 TASK [Ensure test packages] **************************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:2 Monday 21 October 2024 16:33:09 -0400 (0:00:00.071) 0:00:10.581 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:11 Monday 21 October 2024 16:33:10 -0400 (0:00:00.964) 0:00:11.546 ******** ok: [managed-node2] => { "changed": false, "disks": "Unable to find unused disk", "info": [ "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"209715200\" FSTYPE=\"vfat\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"209715200\" FSTYPE=\"vfat\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda3\" TYPE=\"part\" SIZE=\"1073741824\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda3\" TYPE=\"part\" SIZE=\"1073741824\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda4\" TYPE=\"part\" SIZE=\"267149884928\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda4\" TYPE=\"part\" SIZE=\"267149884928\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "filename [xvda4] is a partition", "filename [xvda2] is a partition", "filename [xvda3] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:20 Monday 21 October 2024 16:33:11 -0400 (0:00:00.701) 0:00:12.247 ******** ok: [managed-node2] => { "changed": false, "cmd": "set -x\nexec 1>&2\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC\njournalctl -ex\n", "delta": "0:00:00.034550", "end": "2024-10-21 16:33:11.897641", "rc": 0, "start": "2024-10-21 16:33:11.863091" } STDERR: + exec + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" LOG_SEC="512" NAME="/dev/xvda1" TYPE="part" SIZE="1048576" FSTYPE="" LOG_SEC="512" NAME="/dev/xvda2" TYPE="part" SIZE="209715200" FSTYPE="vfat" LOG_SEC="512" NAME="/dev/xvda3" TYPE="part" SIZE="1073741824" FSTYPE="xfs" LOG_SEC="512" NAME="/dev/xvda4" TYPE="part" SIZE="267149884928" FSTYPE="xfs" LOG_SEC="512" + journalctl -ex Oct 21 16:27:56 ip-10-31-11-33.us-east-1.aws.redhat.com python3[34841]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:27:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34839]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34951]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wtgqqwfnnqiakjfnfvwuswyztbpsherd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542477.286759-20982-273287990088341/AnsiballZ_dnf.py' Oct 21 16:27:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34951]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:57 ip-10-31-11-33.us-east-1.aws.redhat.com python3[34953]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:27:58 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[34951]: pam_unix(sudo:session): session closed for user root Oct 21 16:27:58 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35061]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-izrtlybwnlpyhnetkqhdasfbmthggxoj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542478.125459-20997-61466309139594/AnsiballZ_service_facts.py' Oct 21 16:27:58 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35061]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:27:58 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35063]: ansible-service_facts Invoked Oct 21 16:27:59 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:28:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35061]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35271]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fwvotbbjfvzsifylbgracbskpcjxhees ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542480.4281635-21123-105741932989311/AnsiballZ_blivet.py' Oct 21 16:28:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35271]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:00 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35273]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:28:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35271]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35383]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jqilpqqbuywhwrzlkcwxgvdsonfvpolq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542481.0111244-21153-274625971859029/AnsiballZ_stat.py' Oct 21 16:28:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35383]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:01 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35385]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35383]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35494]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dmuxwwuuvgzhjzdxwipasqnewjwrtswa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542482.0403802-21209-28487395849036/AnsiballZ_stat.py' Oct 21 16:28:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35494]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:02 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35496]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35494]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35603]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tomlhlsjtwnjaicegsuxosyvkxeaopja ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542482.4520032-21234-274970064830874/AnsiballZ_setup.py' Oct 21 16:28:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35603]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:02 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35605]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35603]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35742]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ewboxfgfzgkgdqqtgzgmqihwalplusrm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542483.614908-21286-179937437766319/AnsiballZ_dnf.py' Oct 21 16:28:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35742]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:04 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35744]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35742]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35852]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yedjbtcmtkmidyclbftwjelyfaqiwxxz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542484.539894-21379-269706833714625/AnsiballZ_find_unused_disk.py' Oct 21 16:28:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35852]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:05 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35854]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 max_size=0 match_sector_size=False with_interface=None Oct 21 16:28:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35852]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35963]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-heuovmculrmldqkrdsgffhxdumqlwupz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542485.2018516-21394-280541168889388/AnsiballZ_command.py' Oct 21 16:28:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35963]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:05 ip-10-31-11-33.us-east-1.aws.redhat.com python3[35965]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:28:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[35963]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:10 ip-10-31-11-33.us-east-1.aws.redhat.com python3[36109]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36246]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qlxjidefybpsaqiqscjtosdlifgppxil ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542490.5765357-21957-118072404855899/AnsiballZ_setup.py' Oct 21 16:28:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36246]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:10 ip-10-31-11-33.us-east-1.aws.redhat.com python3[36248]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36246]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36385]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cyungsmnizfpwhlgonmlciwyrowucfia ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542491.6738644-22004-120451416489446/AnsiballZ_stat.py' Oct 21 16:28:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36385]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:12 ip-10-31-11-33.us-east-1.aws.redhat.com python3[36387]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:12 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36385]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:12 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36494]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uulqolgjdxennjiwibrfoctchqxzhxcz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542492.4649615-22048-142480793991374/AnsiballZ_dnf.py' Oct 21 16:28:12 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36494]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:13 ip-10-31-11-33.us-east-1.aws.redhat.com python3[36496]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36494]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36604]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kcftswoyfiigftiogzrvwdnitxcelfkd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542493.8150806-22165-179090800944646/AnsiballZ_blivet.py' Oct 21 16:28:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36604]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:14 ip-10-31-11-33.us-east-1.aws.redhat.com python3[36606]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:28:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36604]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36716]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-atpeswyclktrnuhfiwglxoyeqeolwlat ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542494.8247712-22282-165908207430353/AnsiballZ_dnf.py' Oct 21 16:28:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36716]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:15 ip-10-31-11-33.us-east-1.aws.redhat.com python3[36718]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36716]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36826]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gbdmuyafbxxsxhyurmbzuojuhalcutvg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542495.7736087-22334-205437590857963/AnsiballZ_service_facts.py' Oct 21 16:28:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36826]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:16 ip-10-31-11-33.us-east-1.aws.redhat.com python3[36828]: ansible-service_facts Invoked Oct 21 16:28:17 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:28:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[36826]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37036]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nzutzbvhxbcgkxwnrygkliiwhbbhghml ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542498.3149545-22504-15525128270827/AnsiballZ_blivet.py' Oct 21 16:28:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37036]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:18 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37038]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:28:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37036]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37148]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vwsjosfudruntzurxqnewzdzmmnolrpt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542498.9069765-22582-212851153483677/AnsiballZ_stat.py' Oct 21 16:28:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37148]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:19 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37150]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37148]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37259]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yyjrnygvmnugbgarvavyklbpwvncuipa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542499.7329898-22697-77783776481257/AnsiballZ_stat.py' Oct 21 16:28:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37259]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:20 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37261]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37259]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37368]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-izrblwbcjtllefvajeexegsiqhyqidsm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542500.1991613-22773-279853854554807/AnsiballZ_setup.py' Oct 21 16:28:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37368]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:20 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37370]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37368]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37507]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bpytuxffjpvujqltyapwxgulvuzeblqv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542501.2076473-22798-216054081076511/AnsiballZ_dnf.py' Oct 21 16:28:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37507]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:21 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37509]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37507]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37617]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pbherftefilgajnrlieoatbbjfcteqkv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542502.0564523-22842-243024911567757/AnsiballZ_find_unused_disk.py' Oct 21 16:28:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37617]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:22 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37619]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=2 with_interface=scsi match_sector_size=True min_size=0 max_size=0 Oct 21 16:28:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37617]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37763]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ufgaioutzvujosmuprsqvihyvpdzkwhv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542504.0160391-23078-49577700706711/AnsiballZ_setup.py' Oct 21 16:28:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37763]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:24 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37765]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37763]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37902]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gvnwznxiwpopoyndozkqzkkkxarhfask ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542505.5895178-23138-241721716705362/AnsiballZ_stat.py' Oct 21 16:28:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37902]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:26 ip-10-31-11-33.us-east-1.aws.redhat.com python3[37904]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[37902]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38011]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qzmhztscoxzfthqnmgbctyvgwuqnyblc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542506.4006255-23188-203191132449772/AnsiballZ_dnf.py' Oct 21 16:28:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38011]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:26 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38013]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38011]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38121]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-giwdsfzwtqrisvjkcpypgkdadkhztwat ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542507.5390434-23286-247220186998938/AnsiballZ_blivet.py' Oct 21 16:28:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38121]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:28 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38123]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:28:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38121]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38233]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nlaokbxfizfscrqzoulnoyeqroknvjxt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542508.5009918-23340-215168823487840/AnsiballZ_dnf.py' Oct 21 16:28:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38233]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:28 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38235]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38233]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38343]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zpznezbbhnnfguwvdamueufgtczzcfin ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542509.3593907-23504-240328921302523/AnsiballZ_service_facts.py' Oct 21 16:28:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38343]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:29 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38345]: ansible-service_facts Invoked Oct 21 16:28:30 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:28:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38343]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38553]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qhqdqpzmqmlkhpeipyytkztphkeulcpb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542511.483641-23651-248023842410129/AnsiballZ_blivet.py' Oct 21 16:28:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38553]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:31 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38555]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:28:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38553]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38665]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kgofrnhzcoqazxzrcsbyosgljsrvxfla ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542512.101369-23665-269078373315273/AnsiballZ_stat.py' Oct 21 16:28:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38665]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:32 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38667]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38665]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38776]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-afbvnjtxlazxtfogpoozaizlksufxqnc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542512.840474-23724-1457660337414/AnsiballZ_stat.py' Oct 21 16:28:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38776]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:33 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38778]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38776]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38885]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xzybbtwmwmxescrnexksruptwbmlippi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542513.3259385-23753-172145743381706/AnsiballZ_setup.py' Oct 21 16:28:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38885]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:33 ip-10-31-11-33.us-east-1.aws.redhat.com python3[38887]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[38885]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39024]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bofmbtqmcrzkgkbrcfmnobhyzupvpudl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542514.5108414-23810-151710367805691/AnsiballZ_dnf.py' Oct 21 16:28:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39024]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:34 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39026]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39024]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39134]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qpsbfsyczlogzhhyiuthjcngywgavacu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542515.518665-23923-186057223265191/AnsiballZ_find_unused_disk.py' Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39134]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39136]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=2 min_size=0 max_size=0 match_sector_size=False with_interface=None Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39134]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39245]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-htilyvlvzecxmjzmkzmawpuurvkeoijw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542516.3402314-24000-137906962779520/AnsiballZ_command.py' Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39245]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39247]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:28:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39245]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:40 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39391]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39528]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ztlekmvkdidjkfglgcnoscksxrbqoedh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542521.4148839-24460-104338488327473/AnsiballZ_setup.py' Oct 21 16:28:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39528]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:41 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39530]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39528]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39667]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xxpfngbqhciqtkdkaodcpjplmkotqpyd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542522.5373044-24533-116767123583392/AnsiballZ_stat.py' Oct 21 16:28:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39667]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:42 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39669]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39667]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39776]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tnnkhuwbldynzyilupkmtnxpyquokokt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542523.1763043-24550-214528490690244/AnsiballZ_dnf.py' Oct 21 16:28:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39776]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:43 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39778]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39776]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39886]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lesodudpqaasiabtyzotrwlhbcalceig ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542524.4168906-24598-173327128384059/AnsiballZ_blivet.py' Oct 21 16:28:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39886]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:45 ip-10-31-11-33.us-east-1.aws.redhat.com python3[39888]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:28:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39886]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39998]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ykdpuordwrcrlvkubvlwfvyfeelcdzct ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542525.563714-24660-119397061093949/AnsiballZ_dnf.py' Oct 21 16:28:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39998]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:45 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40000]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[39998]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40108]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-harutpahndrgaphizxnadrsvpivsymae ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542526.4936838-24764-48370111355608/AnsiballZ_service_facts.py' Oct 21 16:28:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40108]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:46 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40110]: ansible-service_facts Invoked Oct 21 16:28:47 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:28:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40108]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40318]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lsfkbffwddurucgfksosrevaauxzsbmd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542528.6746187-24909-115907750003402/AnsiballZ_blivet.py' Oct 21 16:28:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40318]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:49 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40320]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:28:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40318]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40430]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kahrkqwtelplnhzprbdyevwoujgkpvac ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542529.3355696-24942-166307364166688/AnsiballZ_stat.py' Oct 21 16:28:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40430]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:49 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40432]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40430]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40541]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zoaezpbsumyxooyzmiezkbfhxlesadwl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542530.3189147-25008-8965555694025/AnsiballZ_stat.py' Oct 21 16:28:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40541]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:50 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40543]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:28:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40541]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40650]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uibfbiuixxnbbrwvpwlrdoluxvmbzspy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542530.9326184-25047-197250667272263/AnsiballZ_setup.py' Oct 21 16:28:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40650]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:51 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40652]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:28:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40650]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40789]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ivqdxoheyqywmhkrmiksfruzsyhgvqbm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542532.2030032-25214-32878244222187/AnsiballZ_dnf.py' Oct 21 16:28:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40789]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:52 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40791]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:28:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40789]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40899]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jqtdjnheseakwpduueyccjpmrcxblxzk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542533.1611905-25352-228335861221795/AnsiballZ_find_unused_disk.py' Oct 21 16:28:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40899]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:53 ip-10-31-11-33.us-east-1.aws.redhat.com python3[40901]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=1 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Oct 21 16:28:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[40899]: pam_unix(sudo:session): session closed for user root Oct 21 16:28:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41010]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-afmtcxxvsnjhsrexbwftjucqpqsypqqt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542533.7022905-25398-166186551751084/AnsiballZ_command.py' Oct 21 16:28:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41010]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:28:54 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41012]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:28:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41010]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41156]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pguwrlsyrelrlvwqarwvwqgctguzgyni ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542539.2376304-25910-257407648558551/AnsiballZ_setup.py' Oct 21 16:29:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41156]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:00 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41158]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41156]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41295]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ouavwkcdpnkccqnxmmzrqdwgtpndrnaj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542541.332391-26062-259058725828313/AnsiballZ_stat.py' Oct 21 16:29:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41295]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:01 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41297]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41295]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41404]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-brodurnxasowyrlufckbfaulaglavbum ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542542.2140398-26110-260559132850364/AnsiballZ_dnf.py' Oct 21 16:29:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41404]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:02 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41406]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41404]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41514]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ptzqsxbdmlhfozawxdckmowqpxdatrhx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542543.4618933-26334-4428370678503/AnsiballZ_blivet.py' Oct 21 16:29:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41514]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:04 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41516]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:29:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41514]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41626]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vdpyvmpgrwnnwwtnigimoabxdhifhamh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542544.3124926-26447-259301607231497/AnsiballZ_dnf.py' Oct 21 16:29:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41626]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:04 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41628]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41626]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41736]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nwnqecikptuvahzzudecnuntnbblvcvj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542545.1887906-26487-245033765165868/AnsiballZ_service_facts.py' Oct 21 16:29:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41736]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:05 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41738]: ansible-service_facts Invoked Oct 21 16:29:06 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:29:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41736]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41946]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ayeieiwvvnuexgsucqjjsrvugcjmdlyp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542548.5491345-26634-16395806088735/AnsiballZ_blivet.py' Oct 21 16:29:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41946]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:08 ip-10-31-11-33.us-east-1.aws.redhat.com python3[41948]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:29:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[41946]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42058]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-itpaoyymlovqpzjxvuqffcyjbqybjfwy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542549.1531944-26660-202927878616952/AnsiballZ_stat.py' Oct 21 16:29:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42058]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:09 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42060]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42058]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42169]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lbwkjublnqjtzvsrmnzdlgjlhofxogml ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542550.1330495-26739-170593342702150/AnsiballZ_stat.py' Oct 21 16:29:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42169]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:10 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42171]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42169]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42278]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vgsaowaxthfjzhyboejwqiyanesgpcrb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542550.5712333-26782-126857252664828/AnsiballZ_setup.py' Oct 21 16:29:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42278]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:11 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42280]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42278]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42417]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cidyinsniqlcjjrltthrvywuuphvnsfg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542551.8224137-26887-229096435806165/AnsiballZ_dnf.py' Oct 21 16:29:12 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42417]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:12 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42419]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:12 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42417]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42527]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ovibkxevlffrpujshxfjkutbuhlweqvf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542552.70803-26937-57136253256724/AnsiballZ_find_unused_disk.py' Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42527]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42529]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 max_size=0 match_sector_size=False with_interface=None Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42527]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42638]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-etkpaqirsrxbvhpfvofpvjraeckbnubt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542553.2518768-26958-194440978224463/AnsiballZ_command.py' Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42638]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42640]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:29:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42638]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42784]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hcifxvcvqyjqwgpsujmfimffhofwieyf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542555.5512443-27185-274664032085752/AnsiballZ_setup.py' Oct 21 16:29:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42784]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:16 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42786]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42784]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42923]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qagctbfwnobuzfkvzzsaiomgrfzwzabr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542557.1408038-27279-55009278113350/AnsiballZ_stat.py' Oct 21 16:29:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42923]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:17 ip-10-31-11-33.us-east-1.aws.redhat.com python3[42925]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[42923]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43032]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kauuavgefyqoqbckxyjpndbmalvbpiag ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542557.850877-27317-281014755692383/AnsiballZ_dnf.py' Oct 21 16:29:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43032]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:18 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43034]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43032]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43142]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fkldowqjuhoyjgvmocwklwzuzacohzts ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542558.987801-27359-1710064940074/AnsiballZ_blivet.py' Oct 21 16:29:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43142]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:19 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43144]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:29:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43142]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43254]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-btgmgiojaszmbsymtslnnftdrphgclgh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542559.8947253-27397-96328362000249/AnsiballZ_dnf.py' Oct 21 16:29:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43254]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:20 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43256]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43254]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43364]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ydlqaptuupqdfjyatycyupzygjyxuxkd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542560.7617257-27482-252037972552349/AnsiballZ_service_facts.py' Oct 21 16:29:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43364]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:21 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43366]: ansible-service_facts Invoked Oct 21 16:29:22 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:29:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43364]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:23 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43574]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-grgjxgjthfsorfyszzmhxveoanidjgvs ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542563.1378906-27796-248637841071281/AnsiballZ_blivet.py' Oct 21 16:29:23 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43574]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:23 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43576]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:29:23 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43574]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43686]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mcdjrplsrbvxyufzxakdblxnsljouerm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542563.8379653-27823-61313200811981/AnsiballZ_stat.py' Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43686]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43688]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43686]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43797]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pbufftglhzwfnhthctrkbkkmfnxigpza ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542564.6882422-27868-273409816276159/AnsiballZ_stat.py' Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43797]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43799]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43797]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43906]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-igomvblaneovkldherobdcgeipzraxqq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542565.1667926-27901-113616952410665/AnsiballZ_setup.py' Oct 21 16:29:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43906]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:25 ip-10-31-11-33.us-east-1.aws.redhat.com python3[43908]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[43906]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44045]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-glxqmnvmddtutenciendpnzrryjslmio ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542566.4669127-28032-215908685781322/AnsiballZ_dnf.py' Oct 21 16:29:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44045]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:26 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44047]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44045]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44155]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cxtmpbtiinuryjcbihjonnmpufifeujf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542567.4868174-28085-232432698658486/AnsiballZ_find_unused_disk.py' Oct 21 16:29:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44155]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:27 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44157]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 max_size=0 match_sector_size=False with_interface=None Oct 21 16:29:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44155]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44266]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eweirzwhxobjgrkjlhanvfzrpsheuhks ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542568.0975397-28143-36115501747684/AnsiballZ_command.py' Oct 21 16:29:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44266]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:28 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44268]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:29:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44266]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:33 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44412]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44549]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-psqsyrairhbhymrenfyzfnzlzcevdguz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542574.0361614-28617-10683970982676/AnsiballZ_setup.py' Oct 21 16:29:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44549]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:34 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44551]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44549]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44688]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qxfukzptgpwtfjjojmlvfbrpjzaarrjx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542575.1499271-28688-119952705825200/AnsiballZ_stat.py' Oct 21 16:29:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44688]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:35 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44690]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44688]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44797]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-isysuvpbtabisrxuziyvuwwwnpzsxqwc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542575.995533-28718-185474372637047/AnsiballZ_dnf.py' Oct 21 16:29:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44797]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:36 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44799]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44797]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44907]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tattxgrlhhtetctqkqyixnwrwndciqyg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542577.334573-28787-103766507350549/AnsiballZ_blivet.py' Oct 21 16:29:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44907]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:38 ip-10-31-11-33.us-east-1.aws.redhat.com python3[44909]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:29:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[44907]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45019]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jzhlluvrwwymhzrkwpqfyceehlvmjldk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542578.354554-28851-66757765420413/AnsiballZ_dnf.py' Oct 21 16:29:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45019]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:38 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45021]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:39 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45019]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:39 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45129]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xkthukfzbavrlyrmqggsboyqagznwsrt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542579.211013-28931-61834401133301/AnsiballZ_service_facts.py' Oct 21 16:29:39 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45129]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:39 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45131]: ansible-service_facts Invoked Oct 21 16:29:40 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:29:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45129]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45339]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zgyawjlccbqwnqcvjzpzkrnikhtccwuo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542581.678971-29151-160492502809414/AnsiballZ_blivet.py' Oct 21 16:29:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45339]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:42 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45341]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:29:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45339]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45451]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ctokslkzjqxebdsyondujniidhmggzwf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542582.435411-29210-4396079972017/AnsiballZ_stat.py' Oct 21 16:29:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45451]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:42 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45453]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45451]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45562]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kzstqpowshwsxqpgxhuhnroxxncmuzle ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542583.3219655-29382-271350548412059/AnsiballZ_stat.py' Oct 21 16:29:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45562]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:43 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45564]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45562]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45671]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vktjqlbdczwzlsglntwibcdnqldjwsul ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542583.7862568-29458-231918140106475/AnsiballZ_setup.py' Oct 21 16:29:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45671]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:44 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45673]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45671]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45810]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vsaaagycfhoqojvgkeaxgrhpwiaknxca ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542584.906309-29498-191456053489020/AnsiballZ_dnf.py' Oct 21 16:29:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45810]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:45 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45812]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45810]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45920]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oznchlyraieeweclwxqjffnwytswelpm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542585.7845685-29542-151578381160412/AnsiballZ_find_unused_disk.py' Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45920]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com python3[45922]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[45920]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46031]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cbenzudsekfkaypfoqjkblcoqdomckmj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542586.3917012-29562-222187770239510/AnsiballZ_command.py' Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46031]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46033]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:29:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46031]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46177]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bjayxupgesviwmpanujdnvtfvcxvlkmw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542588.2063541-29692-220595317327391/AnsiballZ_setup.py' Oct 21 16:29:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46177]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:49 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46179]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46177]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46316]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tnsjgoxyxgommzpnswmdhxiafcsqmbzt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542590.0704505-29872-170938088962158/AnsiballZ_stat.py' Oct 21 16:29:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46316]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:50 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46318]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46316]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46425]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rozxmdqaomgracylkvqndcfbenpdjnkq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542590.77573-29909-112889668929872/AnsiballZ_dnf.py' Oct 21 16:29:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46425]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:51 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46427]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46425]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46535]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hzsudyuseeqeigkchmuuuigwoxobmjha ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542591.9076967-29950-277702931491749/AnsiballZ_blivet.py' Oct 21 16:29:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46535]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:52 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46537]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:29:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46535]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46647]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xredwecoduqjrtotmvqimrlbdrxcotci ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542592.8160672-29986-20813375546812/AnsiballZ_dnf.py' Oct 21 16:29:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46647]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:53 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46649]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:29:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46647]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46757]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dfftlmfnbmqaybuifpnwtpszlrdwzhhf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542593.6979682-30064-87047691329324/AnsiballZ_service_facts.py' Oct 21 16:29:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46757]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:54 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46759]: ansible-service_facts Invoked Oct 21 16:29:55 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:29:55 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46757]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46967]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rpxeslxanouoqjlxuypuymzwidwhhydy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542596.240095-30379-166934314263760/AnsiballZ_blivet.py' Oct 21 16:29:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46967]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:56 ip-10-31-11-33.us-east-1.aws.redhat.com python3[46969]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:29:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[46967]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47079]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qoeuptaetalqkuefktkgivlbhmffktlm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542596.9231577-30405-169254195535189/AnsiballZ_stat.py' Oct 21 16:29:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47079]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:57 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47081]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47079]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47190]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ubltmojlhuwzsjkivybonrpphietksdx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542597.8230624-30449-147591450071283/AnsiballZ_stat.py' Oct 21 16:29:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47190]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:58 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47192]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:29:58 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47190]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:58 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47299]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-huqbjigmuocqrhxeiedgeaybbdshmsez ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542598.2687109-30534-232196683463685/AnsiballZ_setup.py' Oct 21 16:29:58 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47299]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:58 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47301]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:29:59 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47299]: pam_unix(sudo:session): session closed for user root Oct 21 16:29:59 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47438]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fersypjzrhdoxgqenwmcxwxzfboxkzjp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542599.4467108-30649-240322202752971/AnsiballZ_dnf.py' Oct 21 16:29:59 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47438]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:29:59 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47440]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47438]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47548]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jvqiylfmwtowqldubrecjkkdezszpkyd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542600.413153-30689-59858246078814/AnsiballZ_find_unused_disk.py' Oct 21 16:30:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47548]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:00 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47550]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 max_size=0 match_sector_size=False with_interface=None Oct 21 16:30:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47548]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47659]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hhbeaxvwapwebmrzvmgsopxwnhooqhxb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542600.998016-30711-13416707497479/AnsiballZ_command.py' Oct 21 16:30:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47659]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:01 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47661]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:30:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47659]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:05 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47805]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:06 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47942]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ctpbjjtotbcisnvdrjkukcbalfojnwma ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542606.1203585-31161-89338058203454/AnsiballZ_setup.py' Oct 21 16:30:06 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47942]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:06 ip-10-31-11-33.us-east-1.aws.redhat.com python3[47944]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:06 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[47942]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48081]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yiqxzfgrvbyhosnpgdmiudvqtxfavgxl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542607.1687224-31185-185581318501271/AnsiballZ_stat.py' Oct 21 16:30:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48081]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:07 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48083]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48081]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48190]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-egrvztqafswlavanfqugzhlxxekyjzcu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542607.9596827-31218-162447318939948/AnsiballZ_dnf.py' Oct 21 16:30:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48190]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:08 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48192]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48190]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48300]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wjoziiyduivsqochspjkzzcxesoxazaa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542609.2580786-31309-137190775765819/AnsiballZ_blivet.py' Oct 21 16:30:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48300]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:09 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48302]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:30:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48300]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48412]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lyhuhyxoaxfydcwclslnpaunwuegziio ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542610.343928-31377-229141788126317/AnsiballZ_dnf.py' Oct 21 16:30:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48412]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:10 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48414]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48412]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48522]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ankkieffnmbmxpqpynxodrnoxftexrrc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542611.2824738-31407-73911162436942/AnsiballZ_service_facts.py' Oct 21 16:30:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48522]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:11 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48524]: ansible-service_facts Invoked Oct 21 16:30:12 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:30:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48522]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48732]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ibvpafdaoctbvaliapsywxwlrpikbjej ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542613.852994-31564-8368687568324/AnsiballZ_blivet.py' Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48732]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48734]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48732]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48844]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zhntujdbipcygjdbacrwkdboqzvfyqjp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542614.5485597-31688-242891535864152/AnsiballZ_stat.py' Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48844]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48846]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48844]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48955]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cvcspelxtlzovnekoghjbjzuaogzcqln ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542615.2346098-31823-511003679675/AnsiballZ_stat.py' Oct 21 16:30:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48955]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:15 ip-10-31-11-33.us-east-1.aws.redhat.com python3[48957]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[48955]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49064]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zdpusrrtxjjvrjbmobtaipdbxwbtzamj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542615.753122-31853-54329887641105/AnsiballZ_setup.py' Oct 21 16:30:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49064]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:16 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49066]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49064]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49203]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-omymxnojqcrpxaiwaqkiejfynqxccqls ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542616.933617-31977-38471886168769/AnsiballZ_dnf.py' Oct 21 16:30:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49203]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:17 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49205]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49203]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49313]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tbrbdjpuomxaostmrvubptcotuhiafwe ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542617.863765-32055-187875090636173/AnsiballZ_find_unused_disk.py' Oct 21 16:30:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49313]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:18 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49315]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Oct 21 16:30:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49313]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49424]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xffnjqoocahulldhbdjptrqnbfwxsmhq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542618.6696868-32083-233521125006732/AnsiballZ_command.py' Oct 21 16:30:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49424]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:19 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49426]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:30:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49424]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49570]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vxwggqhjmnyfqtsvdmzuxlximmzycczz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542620.2699573-32209-202828188748542/AnsiballZ_setup.py' Oct 21 16:30:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49570]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:21 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49572]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49570]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49709]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xosloghnyzfrerojlxsijigwqfvfxoii ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542621.7908394-32347-145748817281760/AnsiballZ_stat.py' Oct 21 16:30:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49709]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:22 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49711]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49709]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49818]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-avximjvhvokxmcgekmepteuxrmyfwgmt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542622.5046964-32381-102629401541245/AnsiballZ_dnf.py' Oct 21 16:30:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49818]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:23 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49820]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:23 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49818]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49928]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qaztljsntjsvxzkildrubqabowxtylyb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542623.799485-32462-169687183527969/AnsiballZ_blivet.py' Oct 21 16:30:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49928]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:24 ip-10-31-11-33.us-east-1.aws.redhat.com python3[49930]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:30:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[49928]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50040]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bmlrebshztxhdlanuofzsedzaapmjmiu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542624.7041886-32513-134147811956582/AnsiballZ_dnf.py' Oct 21 16:30:24 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50040]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:25 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50042]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50040]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50150]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-glmfluplilwhndzplxbrwrxibobbvhfw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542625.5438552-32542-75715630721116/AnsiballZ_service_facts.py' Oct 21 16:30:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50150]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:25 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50152]: ansible-service_facts Invoked Oct 21 16:30:26 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:30:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50150]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50360]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pjwzyhwykjsqlbuhlayhkictseewotat ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542627.6916099-32669-62004157633629/AnsiballZ_blivet.py' Oct 21 16:30:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50360]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:28 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50362]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:30:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50360]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50472]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jjfrtsieupdoyixyrnjeqkviaonfygqn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542628.4361753-32733-275304930314219/AnsiballZ_stat.py' Oct 21 16:30:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50472]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:28 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50474]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50472]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50583]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lhlsltyyqfyvxazoxdwftnakktriovnf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542629.3158047-32932-141237578739927/AnsiballZ_stat.py' Oct 21 16:30:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50583]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:29 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50585]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50583]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50692]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ekoyhylwmoaljbowtjyagiirmwttzkmj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542629.690586-32993-234736080241399/AnsiballZ_setup.py' Oct 21 16:30:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50692]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:30 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50694]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:30 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50692]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50831]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zpbmdlgxearropmprptzlrrfgftedeik ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542630.738428-33039-77061379937201/AnsiballZ_package_facts.py' Oct 21 16:30:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50831]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:31 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50833]: ansible-package_facts Invoked with manager=['auto'] strategy=first Oct 21 16:30:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50831]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50940]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uadcapdaatfixajqqjekpfomuvzohylh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542632.6022246-33150-169321588149007/AnsiballZ_dnf.py' Oct 21 16:30:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50940]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:32 ip-10-31-11-33.us-east-1.aws.redhat.com python3[50942]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[50940]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51050]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ywixjyqppidgpkufmjavdbxliguvfdmd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542633.5857482-33225-100101204646249/AnsiballZ_find_unused_disk.py' Oct 21 16:30:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51050]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:34 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51052]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g match_sector_size=True max_return=10 max_size=0 with_interface=None Oct 21 16:30:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51050]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:38 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51196]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:39 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51333]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gdcfxlqoyyuuimjhsjrdmiufpnzfqvxf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542638.9764106-33742-173143782142581/AnsiballZ_setup.py' Oct 21 16:30:39 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51333]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:39 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51335]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:39 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51333]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:40 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51472]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-svvkpyqhvlkghwtndiqgqfceqjoqsobo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542640.1485388-33788-73784517484391/AnsiballZ_stat.py' Oct 21 16:30:40 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51472]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:40 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51474]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:40 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51472]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51581]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aqbzfprhcrwfrxabhdnbzwsjystaatil ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542640.7997406-33816-139106952407357/AnsiballZ_dnf.py' Oct 21 16:30:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51581]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:41 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51583]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51581]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51691]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vaubjhqshkyvjqjpbtydraactrzwgioj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542642.0373445-33883-141708016426758/AnsiballZ_blivet.py' Oct 21 16:30:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51691]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:42 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51693]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:30:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51691]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51803]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pqsoswfadvhiwtutingweqlcftfapusj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542643.1000962-33933-211406055321478/AnsiballZ_dnf.py' Oct 21 16:30:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51803]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:43 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51805]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51803]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51913]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pxloczobyfrovkyjrramlhnasvrdowlh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542644.080345-33990-180213490931068/AnsiballZ_service_facts.py' Oct 21 16:30:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51913]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:44 ip-10-31-11-33.us-east-1.aws.redhat.com python3[51915]: ansible-service_facts Invoked Oct 21 16:30:45 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:30:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[51913]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52123]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-geichxmydjijbwpahdgzkodyrlezwfco ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542646.5492303-34142-157891634993110/AnsiballZ_blivet.py' Oct 21 16:30:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52123]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:47 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52125]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:30:47 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52123]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:47 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52235]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xgnftxjrtptwtfbunpgkwoctaaxnwykv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542647.3228288-34168-17348751617784/AnsiballZ_stat.py' Oct 21 16:30:47 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52235]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:47 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52237]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:47 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52235]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52346]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-umhyzuvytfoqsspukzhyguicussbnmob ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542648.156845-34363-200634013862603/AnsiballZ_stat.py' Oct 21 16:30:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52346]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:48 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52348]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:30:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52346]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52455]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sfbvnrzboyfirbfpiqlrhzexludrlcim ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542648.5977454-34438-18665987999308/AnsiballZ_setup.py' Oct 21 16:30:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52455]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:49 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52457]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:30:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52455]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52594]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ojmjsiiddubxjblhheqpdnhnlwupdttj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542649.7162197-34670-108419378498709/AnsiballZ_dnf.py' Oct 21 16:30:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52594]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:50 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52596]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:30:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52594]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52704]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jxipmuphscbzpsdnzrtucjujhtkjuuxi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542650.5671341-34743-108024086075216/AnsiballZ_find_unused_disk.py' Oct 21 16:30:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52704]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:51 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52706]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Oct 21 16:30:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52704]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52815]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cqiklromkxlyuutugzkttogycdfcqsuw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542652.1634963-34765-33784628477580/AnsiballZ_command.py' Oct 21 16:30:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52815]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:52 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52817]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:30:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52815]: pam_unix(sudo:session): session closed for user root Oct 21 16:30:59 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52961]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kzdpcbvonwafyquanawlzgopdwntqteo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542659.150841-35366-181298785646685/AnsiballZ_setup.py' Oct 21 16:30:59 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52961]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:30:59 ip-10-31-11-33.us-east-1.aws.redhat.com python3[52963]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[52961]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53100]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wmffcnqpjwxkktgdaivcjjhatyxixdcj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542660.7289648-35427-177992707422892/AnsiballZ_stat.py' Oct 21 16:31:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53100]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:01 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53102]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53100]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53209]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dwcsptsniyjmhhtdnmnmpeqaenvpqufh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542661.4943144-35459-44470053829557/AnsiballZ_dnf.py' Oct 21 16:31:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53209]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:02 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53211]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53209]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53319]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wggjcflzfdtwzzbxigwdnfgloezvkcsu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542662.891979-35549-229071512155359/AnsiballZ_blivet.py' Oct 21 16:31:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53319]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:03 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53321]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:31:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53319]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53431]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xzeseltquaqmjmgfmepeopsrdasgzwjq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542663.8897214-35587-262919788072811/AnsiballZ_dnf.py' Oct 21 16:31:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53431]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:04 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53433]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53431]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53541]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-neawlerzydnwsxvtxkeehuxgvazpvloa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542664.7958994-35620-15157742478960/AnsiballZ_service_facts.py' Oct 21 16:31:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53541]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:05 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53543]: ansible-service_facts Invoked Oct 21 16:31:05 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:31:06 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53541]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53751]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pfncdvformogswauialsoupfiswrbewg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542666.9689496-35749-50088826111009/AnsiballZ_blivet.py' Oct 21 16:31:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53751]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:07 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53753]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:31:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53751]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53863]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zftpndkilqucxbsgzajcopxcbkdkbuya ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542667.67248-35819-65771779156273/AnsiballZ_stat.py' Oct 21 16:31:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53863]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:07 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53865]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53863]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53974]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lvupixtsdqrrrbgcnfbxeuekdnenoxgv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542668.5696673-36010-123702390881319/AnsiballZ_stat.py' Oct 21 16:31:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53974]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:08 ip-10-31-11-33.us-east-1.aws.redhat.com python3[53976]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[53974]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54083]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wjyzdlqmconpezhvqtetgwffwejjzjwz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542668.953449-36071-147877296813639/AnsiballZ_setup.py' Oct 21 16:31:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54083]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:09 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54085]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54083]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54222]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rzamrlmmyvsikhvzojqmvqqczenhgsuo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542670.0220222-36121-184253663597803/AnsiballZ_dnf.py' Oct 21 16:31:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54222]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:10 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54224]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54222]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54332]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tcpxlguqgdsehxmluzrtqjcasvfaxvlj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542670.9274828-36151-65132092808655/AnsiballZ_find_unused_disk.py' Oct 21 16:31:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54332]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:11 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54334]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=1 min_size=0 max_size=0 match_sector_size=False with_interface=None Oct 21 16:31:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54332]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54443]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nzhwttsnlzwpckjdbisjnnqydqsbadlf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542671.6326933-36188-164689528125927/AnsiballZ_command.py' Oct 21 16:31:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54443]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:12 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54445]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:31:12 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54443]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:17 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54589]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54726]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dazxdgdkagwgokohxwuamogbziztqgbn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542678.384974-36823-217145177238444/AnsiballZ_setup.py' Oct 21 16:31:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54726]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:18 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54728]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54726]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54865]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vbecbkpmtvxygikrootdaetqpxprtvtq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542679.5345232-36867-132776031543339/AnsiballZ_stat.py' Oct 21 16:31:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54865]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:19 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54867]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54865]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54974]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gdkxbsfsstklyukqyuxlnqfvexxiyxqr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542680.2028747-36897-156977957160294/AnsiballZ_dnf.py' Oct 21 16:31:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54974]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:20 ip-10-31-11-33.us-east-1.aws.redhat.com python3[54976]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[54974]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55084]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rjkccnjpjjuuglczbnuwndkcwoamxpeq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542681.364233-36968-138807182602239/AnsiballZ_blivet.py' Oct 21 16:31:21 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55084]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:21 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55086]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:31:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55084]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55196]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ghbitxuomceuuqrsdbdnihdrnqfvvbga ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542682.5201433-37026-95349610987673/AnsiballZ_dnf.py' Oct 21 16:31:22 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55196]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:22 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55198]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:23 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55196]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:23 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55306]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lwrkopmalwskcsdylxwtemeharyexbzi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542683.4278958-37079-129957965126738/AnsiballZ_service_facts.py' Oct 21 16:31:23 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55306]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:23 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55308]: ansible-service_facts Invoked Oct 21 16:31:24 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:31:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55306]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55516]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eplhmjuqxpmkxyjkugszbuskzteyxqhm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542685.728998-37205-169248204153235/AnsiballZ_blivet.py' Oct 21 16:31:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55516]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:26 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55518]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:31:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55516]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55628]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-erxtnantzxltcpfndcoirargnqooomll ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542686.513964-37313-32298661562728/AnsiballZ_stat.py' Oct 21 16:31:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55628]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:26 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55630]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55628]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55739]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-enlxwoxazkrsbhriskyzhbvhdiqigpdo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542687.382219-37444-75367226560044/AnsiballZ_stat.py' Oct 21 16:31:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55739]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:27 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55741]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55739]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55848]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ahywxwbvojdcazzhmfrfxzdqyygiawdz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542687.8148394-37519-115394254667897/AnsiballZ_setup.py' Oct 21 16:31:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55848]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:28 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55850]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55848]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55987]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zjcrvcwjtdbfgtxaqpspklpheghyxqbi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542688.9218266-37609-4934401870980/AnsiballZ_dnf.py' Oct 21 16:31:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55987]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:29 ip-10-31-11-33.us-east-1.aws.redhat.com python3[55989]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[55987]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:30 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56097]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ogdqvnferawplwbixycuhhtrstvlmufo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542689.802582-37711-145205203152502/AnsiballZ_find_unused_disk.py' Oct 21 16:31:30 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56097]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:30 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56099]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=2 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Oct 21 16:31:30 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56097]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:30 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56208]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-swjlhusptuuxihgdjmqhqnonpdwjwiyb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542690.5125086-37745-139724722062684/AnsiballZ_command.py' Oct 21 16:31:30 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56208]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:31 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56210]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:31:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56208]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56354]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gbkalytboywrebkqishmgudylrkggcfp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542692.5084267-37880-24480285321596/AnsiballZ_setup.py' Oct 21 16:31:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56354]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:33 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56356]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56354]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56493]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yqtvfvehjdpqcewkgmaayzecjditepkq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542694.135124-38018-270859125380581/AnsiballZ_stat.py' Oct 21 16:31:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56493]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:34 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56495]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56493]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56602]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jqfjovevywkhmbywlkbvuhrhrlbfaezp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542694.9155052-38052-199233970648834/AnsiballZ_dnf.py' Oct 21 16:31:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56602]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:35 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56604]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56602]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56712]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-morqapaexsojjbtjrhmaqftdffyctdxa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542696.2189233-38133-259142524397703/AnsiballZ_blivet.py' Oct 21 16:31:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56712]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:36 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56714]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:31:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56712]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56824]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cfidfywxisvqxgqpwrxhlukfwareikdg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542697.1427252-38184-232029649822021/AnsiballZ_dnf.py' Oct 21 16:31:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56824]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:37 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56826]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56824]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56934]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dppufeskxefljwpwsgofqrbgxronygtl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542698.006015-38219-217765942386164/AnsiballZ_service_facts.py' Oct 21 16:31:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56934]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:38 ip-10-31-11-33.us-east-1.aws.redhat.com python3[56936]: ansible-service_facts Invoked Oct 21 16:31:39 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:31:39 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[56934]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:40 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57144]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ijzadieglwpcvtbrleiewqechndkamus ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542700.299687-38362-280993177686360/AnsiballZ_blivet.py' Oct 21 16:31:40 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57144]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:40 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57146]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:31:40 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57144]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57256]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xouqvcwyseegnkutmehnilrcaiorfsme ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542701.0825016-38423-93273293576065/AnsiballZ_stat.py' Oct 21 16:31:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57256]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:41 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57258]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57256]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57367]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bfbegbibowzthvvtxfthtnowifzdoklg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542701.944384-38605-243026499472435/AnsiballZ_stat.py' Oct 21 16:31:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57367]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:42 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57369]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57367]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57476]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pmggxcuxqcqtxvlxlvcqcffctfqjfexd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542702.3959973-38685-75835200655885/AnsiballZ_setup.py' Oct 21 16:31:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57476]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:42 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57478]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57476]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57615]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ijwlutpwmndyeenxrpxxywwajqonpxkb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542703.449699-38723-204940376554278/AnsiballZ_dnf.py' Oct 21 16:31:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57615]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:43 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57617]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57615]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57725]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vytywodjyigfnarfvmisnibrqauvrglp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542704.3477879-38764-161304387814997/AnsiballZ_find_unused_disk.py' Oct 21 16:31:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57725]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:44 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57727]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=3 min_size=0 max_size=0 match_sector_size=False with_interface=None Oct 21 16:31:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57725]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57836]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lzjehtmyxyrtvlvppkrxtypgkzziqzbg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542704.9497721-38780-156845064854136/AnsiballZ_command.py' Oct 21 16:31:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57836]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:45 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57838]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:31:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[57836]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:51 ip-10-31-11-33.us-east-1.aws.redhat.com python3[57982]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58119]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ljsxleljwzuyihiubocrlwhuvlylqcpd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542712.4816306-39449-156087219827320/AnsiballZ_setup.py' Oct 21 16:31:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58119]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:52 ip-10-31-11-33.us-east-1.aws.redhat.com python3[58121]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:31:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58119]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58258]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fmnbhoaxmxuvbodcnjhqdmweskppehqb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542713.626525-39519-88555602065134/AnsiballZ_stat.py' Oct 21 16:31:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58258]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:54 ip-10-31-11-33.us-east-1.aws.redhat.com python3[58260]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:31:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58258]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58367]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nenjhshyubpgbtpkkasntpzahrkymtnv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542714.244043-39538-178919783038037/AnsiballZ_dnf.py' Oct 21 16:31:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58367]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:54 ip-10-31-11-33.us-east-1.aws.redhat.com python3[58369]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:55 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58367]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58477]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xtzzopbzwnvixuzihdaevadivzloefsp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542715.5128012-39590-34632106728699/AnsiballZ_blivet.py' Oct 21 16:31:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58477]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:56 ip-10-31-11-33.us-east-1.aws.redhat.com python3[58479]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:31:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58477]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58589]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wtdhsibrseuthummrwdberqzlpfssdvd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542716.6890266-39672-127273513927420/AnsiballZ_dnf.py' Oct 21 16:31:56 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58589]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:57 ip-10-31-11-33.us-east-1.aws.redhat.com python3[58591]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:31:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58589]: pam_unix(sudo:session): session closed for user root Oct 21 16:31:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58699]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ghlhcbabdlthquoafdloseqxmoomkkff ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542717.499305-39752-28233756024162/AnsiballZ_service_facts.py' Oct 21 16:31:57 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58699]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:31:58 ip-10-31-11-33.us-east-1.aws.redhat.com python3[58701]: ansible-service_facts Invoked Oct 21 16:31:58 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:31:59 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58699]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58909]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gomqdcagaigauhmwitxfvadgtyrihjdg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542719.815257-39907-110782423593326/AnsiballZ_blivet.py' Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58909]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com python3[58911]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[58909]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59021]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ivsjiueqcbijlxbupsxstgtmnqhnhowx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542720.4429111-39999-52119914982133/AnsiballZ_stat.py' Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59021]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59023]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59021]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59132]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ttpxwqpilorjhugqixbhrufndigberkg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542721.5271015-40137-42798486798062/AnsiballZ_stat.py' Oct 21 16:32:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59132]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:01 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59134]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59132]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59241]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-afpxmaulnrrhuwidjhxejskregyhtwlo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542722.0135233-40212-236746337177260/AnsiballZ_setup.py' Oct 21 16:32:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59241]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:02 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59243]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59241]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59380]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cwgvugfzcqankxzbsyiesmnqgulwvpff ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542723.22256-40340-23004379962078/AnsiballZ_dnf.py' Oct 21 16:32:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59380]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:03 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59382]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59380]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59490]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lpgoybtevgnsfjngohlspxhijcoppexp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542724.1624563-40365-258159742369018/AnsiballZ_find_unused_disk.py' Oct 21 16:32:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59490]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:04 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59492]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=3 with_interface=scsi min_size=0 max_size=0 match_sector_size=False Oct 21 16:32:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59490]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59601]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fxlnqifjlyubxbibyprvmkssfqicjeqf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542724.6759021-40380-270490315092812/AnsiballZ_command.py' Oct 21 16:32:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59601]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:05 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59603]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:32:05 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59601]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59747]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bbiresocxjwcvwerzlnpasmrxqmonzzf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542726.8398526-40542-267276048803163/AnsiballZ_setup.py' Oct 21 16:32:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59747]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:07 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59749]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59747]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59886]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qiesghpnnckyuabinngpxemicxpwmozf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542728.7365563-40696-60262766149533/AnsiballZ_stat.py' Oct 21 16:32:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59886]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:09 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59888]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59886]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59995]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sxfgdcjmgsdfvyzcqkvsolbayblcibix ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542729.581929-40734-78901899587442/AnsiballZ_dnf.py' Oct 21 16:32:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59995]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:10 ip-10-31-11-33.us-east-1.aws.redhat.com python3[59997]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[59995]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60105]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ucwmugudisnpxvrlnbpmgyrymutedxvm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542730.9488554-40784-125489774324296/AnsiballZ_blivet.py' Oct 21 16:32:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60105]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:11 ip-10-31-11-33.us-east-1.aws.redhat.com python3[60107]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:32:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60105]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60217]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hbhrztfscfvafaeyfaunqcjwdnhdmqch ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542731.8259573-40825-252023205228700/AnsiballZ_dnf.py' Oct 21 16:32:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60217]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:12 ip-10-31-11-33.us-east-1.aws.redhat.com python3[60219]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:12 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60217]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60327]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jotitqgqbfumxjstgabynslvfgjbkrue ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542732.7006965-40914-154242225248750/AnsiballZ_service_facts.py' Oct 21 16:32:13 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60327]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:13 ip-10-31-11-33.us-east-1.aws.redhat.com python3[60329]: ansible-service_facts Invoked Oct 21 16:32:13 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:32:14 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60327]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60537]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mfeckhlafgdwaivqhdjnodfritsxeekp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542735.1385288-41223-93436528428401/AnsiballZ_blivet.py' Oct 21 16:32:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60537]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:15 ip-10-31-11-33.us-east-1.aws.redhat.com python3[60539]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:32:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60537]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60649]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wqyzphmuxesumditlzekhjygszouuvyg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542735.7288811-41244-199774913426616/AnsiballZ_stat.py' Oct 21 16:32:15 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60649]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:15 ip-10-31-11-33.us-east-1.aws.redhat.com python3[60651]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60649]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60760]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hgagpmguspyrrcxkrgxkydljfmrpgkfo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542736.5962436-41306-175747366714181/AnsiballZ_stat.py' Oct 21 16:32:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60760]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:16 ip-10-31-11-33.us-east-1.aws.redhat.com python3[60762]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:16 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60760]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60869]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wgokhuegoqbazndhnfeaxnkkzgskehow ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542737.009921-41322-57106808922707/AnsiballZ_setup.py' Oct 21 16:32:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60869]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:17 ip-10-31-11-33.us-east-1.aws.redhat.com python3[60871]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:17 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[60869]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61008]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ovrdlikafrkfhtervalkjqxvuqbvqeqx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542738.069518-41373-151588531642627/AnsiballZ_dnf.py' Oct 21 16:32:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61008]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:18 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61010]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:18 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61008]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61118]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sjwbwyzdgsvskgdpncpurehybygkedfh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542738.946121-41464-253714007193266/AnsiballZ_find_unused_disk.py' Oct 21 16:32:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61118]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:19 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61120]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=1 min_size=0 max_size=0 match_sector_size=False with_interface=None Oct 21 16:32:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61118]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61229]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gfdgvgrhntivygxhgtiqjtmxobfcpehz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542739.5275815-41494-212717684758788/AnsiballZ_command.py' Oct 21 16:32:19 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61229]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:20 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61231]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:32:20 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61229]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:25 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61375]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61512]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yuwazeqysobvrxouutwqtjfipjgcgopc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542745.6351855-42055-117016147800117/AnsiballZ_setup.py' Oct 21 16:32:25 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61512]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:26 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61514]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61512]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61651]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gbimjyhgpsyshhyvtbjrrdaftozeklck ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542746.6907175-42115-191179644376466/AnsiballZ_stat.py' Oct 21 16:32:26 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61651]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:27 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61653]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61651]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61760]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sbhkafjmmqhcwapyhtdojeotnxcwwbtz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542747.3986378-42140-38209521691470/AnsiballZ_dnf.py' Oct 21 16:32:27 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61760]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:27 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61762]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61760]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61870]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zrrrfgknlmtvqcofagjmxamfupdgmhya ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542748.4994097-42173-66038798135700/AnsiballZ_blivet.py' Oct 21 16:32:28 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61870]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:29 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61872]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:32:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61870]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61983]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-svlmnfghodikcrgliigqedjbxnpqxocy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542749.692929-42276-244077104844676/AnsiballZ_dnf.py' Oct 21 16:32:29 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61983]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:30 ip-10-31-11-33.us-east-1.aws.redhat.com python3[61985]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:30 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[61983]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62093]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yhgvkujnkvowfcsstdrhblntaihuaesd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542750.670447-42340-231961176608035/AnsiballZ_service_facts.py' Oct 21 16:32:31 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62093]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:31 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62095]: ansible-service_facts Invoked Oct 21 16:32:31 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:32:32 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62093]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62303]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cldmmxrrwpamgromtvlzvautxozcjckt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542753.164257-42517-98145668012006/AnsiballZ_blivet.py' Oct 21 16:32:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62303]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:33 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62305]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:32:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62303]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62415]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vhkwkwvamwowupkdmiaxxlzwrjlsegnw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542753.7616897-42548-9891128705847/AnsiballZ_stat.py' Oct 21 16:32:33 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62415]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:34 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62417]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62415]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62526]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hsnljstmrhwxjvavkdhivjdpuqrrnlgp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542754.708982-42601-179095074602812/AnsiballZ_stat.py' Oct 21 16:32:34 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62526]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:35 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62528]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62526]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62635]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ryignnybdvgevlfvltfmcxnkxeuxtvfj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542755.1596498-42682-136258808100634/AnsiballZ_setup.py' Oct 21 16:32:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62635]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:35 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62637]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:35 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62635]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62774]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lzzqawskefuwlnfmiatwrelftcxdjsyg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542756.3357031-42804-53883546604008/AnsiballZ_dnf.py' Oct 21 16:32:36 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62774]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:36 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62776]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62774]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62884]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sywztodwomqjxksmaukdqxfgyktqrwxz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542757.249622-42902-256460524911318/AnsiballZ_find_unused_disk.py' Oct 21 16:32:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62884]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:37 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62886]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Oct 21 16:32:37 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62884]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62995]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zpanqlfijsbauqvvwqliyspxusinhxir ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542757.7863593-42961-259716951424840/AnsiballZ_command.py' Oct 21 16:32:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62995]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:38 ip-10-31-11-33.us-east-1.aws.redhat.com python3[62997]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:32:38 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[62995]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63141]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cneduhplcyqzqizzguumjdgxmlzinvly ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542760.4678462-43187-241831586160392/AnsiballZ_setup.py' Oct 21 16:32:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63141]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:41 ip-10-31-11-33.us-east-1.aws.redhat.com python3[63143]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:41 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63141]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63280]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wxwvzknszscvkpjzapxprzmtatwbcdvk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542762.2809875-43287-234500125050888/AnsiballZ_stat.py' Oct 21 16:32:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63280]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:42 ip-10-31-11-33.us-east-1.aws.redhat.com python3[63282]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:42 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63280]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63389]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yopudozwzpajegkvrhqpxgwvmfcflroy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542762.989418-43326-236437102443401/AnsiballZ_dnf.py' Oct 21 16:32:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63389]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:43 ip-10-31-11-33.us-east-1.aws.redhat.com python3[63391]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:43 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63389]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63499]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nwvqwtuywyehaejoyxlfhwxibstdchni ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542764.1990175-43385-273111921422143/AnsiballZ_blivet.py' Oct 21 16:32:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63499]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:44 ip-10-31-11-33.us-east-1.aws.redhat.com python3[63501]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:32:44 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63499]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63611]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wamjfzsmypdujtfdvxrkxjrwsbknlukh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542765.3994544-43493-49631774587513/AnsiballZ_dnf.py' Oct 21 16:32:45 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63611]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:45 ip-10-31-11-33.us-east-1.aws.redhat.com python3[63613]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63611]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63721]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-decyoktlpxpzintneykkgsnvgkjoyjuh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542766.2591841-43593-106279327559749/AnsiballZ_service_facts.py' Oct 21 16:32:46 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63721]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:46 ip-10-31-11-33.us-east-1.aws.redhat.com python3[63723]: ansible-service_facts Invoked Oct 21 16:32:47 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:32:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63721]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63931]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mphgcsdjktumtoaqtluznwepixeglyoh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542768.387652-43787-9120375667447/AnsiballZ_blivet.py' Oct 21 16:32:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63931]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:48 ip-10-31-11-33.us-east-1.aws.redhat.com python3[63933]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:32:48 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[63931]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64043]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hvjkpopcjjcvseiiippsxdvrugssyltk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542768.9807532-43827-57228671120681/AnsiballZ_stat.py' Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64043]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com python3[64045]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64043]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64154]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dktgsxreuikaqgzqjcuketsscpwugwiq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542769.6765432-43887-136540030351550/AnsiballZ_stat.py' Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64154]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com python3[64156]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:32:49 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64154]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64263]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-elvqaynftyackueznkkcfrfqdhggakpa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542770.111373-43905-47424874116922/AnsiballZ_setup.py' Oct 21 16:32:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64263]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:50 ip-10-31-11-33.us-east-1.aws.redhat.com python3[64265]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:32:50 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64263]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64402]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-utiesyicjbrqmtcttifqjawrftjjjavk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542771.19239-43959-41980502027534/AnsiballZ_package_facts.py' Oct 21 16:32:51 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64402]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:52 ip-10-31-11-33.us-east-1.aws.redhat.com python3[64404]: ansible-package_facts Invoked with manager=['auto'] strategy=first Oct 21 16:32:52 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64402]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64511]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ggatksnildypcgigtnipfsohutsfhkyt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542773.1487992-44067-115946437823387/AnsiballZ_dnf.py' Oct 21 16:32:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64511]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:53 ip-10-31-11-33.us-east-1.aws.redhat.com python3[64513]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:32:53 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64511]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64621]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vnfdryzzlvfkbdjvegupzlmmtgyhdmkb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542774.1259594-44130-34364900551159/AnsiballZ_find_unused_disk.py' Oct 21 16:32:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64621]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:54 ip-10-31-11-33.us-east-1.aws.redhat.com python3[64623]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=10 max_size=0 match_sector_size=False with_interface=None Oct 21 16:32:54 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64621]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:55 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64732]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jaqagcmbckaqetvuxphwbsfbbwedxsdv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542774.9268472-44232-239284896547908/AnsiballZ_command.py' Oct 21 16:32:55 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64732]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:55 ip-10-31-11-33.us-east-1.aws.redhat.com python3[64734]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 21 16:32:55 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64732]: pam_unix(sudo:session): session closed for user root Oct 21 16:32:59 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64878]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pequpqzahavvdkjqaepbbhigtmhqbprt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542779.2364147-44682-148764571882131/AnsiballZ_setup.py' Oct 21 16:32:59 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64878]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:32:59 ip-10-31-11-33.us-east-1.aws.redhat.com python3[64880]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:33:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[64878]: pam_unix(sudo:session): session closed for user root Oct 21 16:33:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65017]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-acufyzvzorqsysphscefntvtgewwdjrh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542780.636634-44729-247710382873424/AnsiballZ_stat.py' Oct 21 16:33:00 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65017]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:33:01 ip-10-31-11-33.us-east-1.aws.redhat.com python3[65019]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:33:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65017]: pam_unix(sudo:session): session closed for user root Oct 21 16:33:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65126]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gbzzrrcdynswdziremvvuyqfmsgsynli ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542781.411663-44756-121022847613145/AnsiballZ_dnf.py' Oct 21 16:33:01 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65126]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:33:01 ip-10-31-11-33.us-east-1.aws.redhat.com python3[65128]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:33:02 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65126]: pam_unix(sudo:session): session closed for user root Oct 21 16:33:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65236]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nqbzklojvjfulkwzznusrybyvuqsnity ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542782.693848-44815-274529880967881/AnsiballZ_blivet.py' Oct 21 16:33:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65236]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:33:03 ip-10-31-11-33.us-east-1.aws.redhat.com python3[65238]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Oct 21 16:33:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65236]: pam_unix(sudo:session): session closed for user root Oct 21 16:33:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65348]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ofkguivlpfbedtkjxwbaheznzsrficpv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542783.7231505-44885-62432813313488/AnsiballZ_dnf.py' Oct 21 16:33:03 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65348]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:33:04 ip-10-31-11-33.us-east-1.aws.redhat.com python3[65350]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:33:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65348]: pam_unix(sudo:session): session closed for user root Oct 21 16:33:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65458]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eeledmjtexhguwanlbjdpquhempsqcuq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542784.5637255-44964-175702129419640/AnsiballZ_service_facts.py' Oct 21 16:33:04 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65458]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:33:05 ip-10-31-11-33.us-east-1.aws.redhat.com python3[65460]: ansible-service_facts Invoked Oct 21 16:33:05 ip-10-31-11-33.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring. Oct 21 16:33:06 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65458]: pam_unix(sudo:session): session closed for user root Oct 21 16:33:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65668]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rnfxmtxaalyzfqpyrslmrdccfvnhulhw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542786.9243662-45257-136784121075943/AnsiballZ_blivet.py' Oct 21 16:33:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65668]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:33:07 ip-10-31-11-33.us-east-1.aws.redhat.com python3[65670]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={} Oct 21 16:33:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65668]: pam_unix(sudo:session): session closed for user root Oct 21 16:33:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65780]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-esziuyhbmdkfrfftgecwfmxjkfjzjvai ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542787.5774384-45330-88128818306437/AnsiballZ_stat.py' Oct 21 16:33:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65780]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:33:07 ip-10-31-11-33.us-east-1.aws.redhat.com python3[65782]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:33:07 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65780]: pam_unix(sudo:session): session closed for user root Oct 21 16:33:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65891]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-daxmhunecwuqnlnmojekranjzqmxczfe ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542788.3259332-45447-66852978031411/AnsiballZ_stat.py' Oct 21 16:33:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65891]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:33:08 ip-10-31-11-33.us-east-1.aws.redhat.com python3[65893]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 21 16:33:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[65891]: pam_unix(sudo:session): session closed for user root Oct 21 16:33:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[66000]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lqknahzvbpivyhpuinswriwklqpqtxos ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542788.6993666-45458-102189585040400/AnsiballZ_setup.py' Oct 21 16:33:08 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[66000]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:33:09 ip-10-31-11-33.us-east-1.aws.redhat.com python3[66002]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 21 16:33:09 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[66000]: pam_unix(sudo:session): session closed for user root Oct 21 16:33:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[66139]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-choueohqltbnxeuzqiyrozwkbclqvnut ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542789.859347-45505-197596279152496/AnsiballZ_dnf.py' Oct 21 16:33:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[66139]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:33:10 ip-10-31-11-33.us-east-1.aws.redhat.com python3[66141]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Oct 21 16:33:10 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[66139]: pam_unix(sudo:session): session closed for user root Oct 21 16:33:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[66249]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ignjroaqjooekypvtrvjhbfiuqpesltt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542790.849778-45549-115664790218764/AnsiballZ_find_unused_disk.py' Oct 21 16:33:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[66249]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:33:11 ip-10-31-11-33.us-east-1.aws.redhat.com python3[66251]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 max_size=0 match_sector_size=False with_interface=None Oct 21 16:33:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[66249]: pam_unix(sudo:session): session closed for user root Oct 21 16:33:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[66360]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mtseixenvledfxqkdazdbvmusrdhfgdp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542791.4744844-45579-225869218154791/AnsiballZ_command.py' Oct 21 16:33:11 ip-10-31-11-33.us-east-1.aws.redhat.com sudo[66360]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 21 16:33:11 ip-10-31-11-33.us-east-1.aws.redhat.com python3[66362]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None TASK [Set unused_disks if necessary] ******************************************* task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:29 Monday 21 October 2024 16:33:12 -0400 (0:00:00.596) 0:00:12.843 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:34 Monday 21 October 2024 16:33:12 -0400 (0:00:00.054) 0:00:12.898 ******** fatal: [managed-node2]: FAILED! => { "changed": false } MSG: Unable to find enough unused disks. Exiting playbook. PLAY RECAP ********************************************************************* managed-node2 : ok=28 changed=0 unreachable=0 failed=1 skipped=15 rescued=0 ignored=0 Monday 21 October 2024 16:33:12 -0400 (0:00:00.070) 0:00:12.968 ******** =============================================================================== redhat.rhel_system_roles.storage : Get service facts -------------------- 2.20s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 Gathering Facts --------------------------------------------------------- 1.24s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_volume_relabel.yml:2 redhat.rhel_system_roles.storage : Make sure blivet is available -------- 1.15s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 Ensure test packages ---------------------------------------------------- 0.96s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:2 redhat.rhel_system_roles.storage : Update facts ------------------------- 0.96s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 redhat.rhel_system_roles.storage : Make sure required packages are installed --- 0.86s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 redhat.rhel_system_roles.storage : Get required packages ---------------- 0.82s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 Find unused disks in the system ----------------------------------------- 0.70s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:11 redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state --- 0.63s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 Debug why there are no unused disks ------------------------------------- 0.60s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:20 redhat.rhel_system_roles.storage : Check if system is ostree ------------ 0.52s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 redhat.rhel_system_roles.storage : Check if /etc/fstab is present ------- 0.43s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file --- 0.35s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 redhat.rhel_system_roles.storage : Enable copr repositories if needed --- 0.09s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:31 redhat.rhel_system_roles.storage : Set storage_cryptsetup_services ------ 0.09s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57 redhat.rhel_system_roles.storage : Include the appropriate provider tasks --- 0.08s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13 Mark tasks to be skipped ------------------------------------------------ 0.08s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_volume_relabel.yml:15 Get unused disks -------------------------------------------------------- 0.07s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_volume_relabel.yml:22 redhat.rhel_system_roles.storage : Make sure COPR support packages are present --- 0.07s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:13 Exit playbook when there's not enough unused disks in the system -------- 0.07s /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:34