ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_remove_mount.yml *********************************************** 1 plays in /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_remove_mount.yml PLAY [Test remove mount] ******************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_remove_mount.yml:2 Monday 19 August 2024 17:28:01 -0400 (0:00:00.027) 0:00:00.027 ********* ok: [managed_node2] META: ran handlers TASK [Run the role] ************************************************************ task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_remove_mount.yml:13 Monday 19 August 2024 17:28:03 -0400 (0:00:01.259) 0:00:01.287 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 19 August 2024 17:28:03 -0400 (0:00:00.077) 0:00:01.364 ********* included: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node2 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 19 August 2024 17:28:03 -0400 (0:00:00.130) 0:00:01.494 ********* skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 19 August 2024 17:28:03 -0400 (0:00:00.103) 0:00:01.598 ********* 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=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 19 August 2024 17:28:03 -0400 (0:00:00.131) 0:00:01.729 ********* ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 19 August 2024 17:28:03 -0400 (0:00:00.544) 0:00:02.274 ********* ok: [managed_node2] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 19 August 2024 17:28:04 -0400 (0:00:00.063) 0:00:02.337 ********* ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 19 August 2024 17:28:04 -0400 (0:00:00.039) 0:00:02.376 ********* ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 19 August 2024 17:28:04 -0400 (0:00:00.058) 0:00:02.434 ********* included: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node2 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 19 August 2024 17:28:04 -0400 (0:00:00.248) 0:00:02.683 ********* ok: [managed_node2] => { "changed": false, "rc": 0, "results": [ "python-enum34-1.0.4-1.el7.noarch providing python-enum34 is already installed", "1:python2-blivet3-3.1.3-3.el7.noarch providing python-blivet3 is already installed", "libblockdev-crypto-2.18-5.el7.x86_64 providing libblockdev-crypto is already installed", "libblockdev-dm-2.18-5.el7.x86_64 providing libblockdev-dm is already installed", "libblockdev-lvm-2.18-5.el7.x86_64 providing libblockdev-lvm is already installed", "libblockdev-mdraid-2.18-5.el7.x86_64 providing libblockdev-mdraid is already installed", "libblockdev-swap-2.18-5.el7.x86_64 providing libblockdev-swap is already installed", "libblockdev-2.18-5.el7.x86_64 providing libblockdev is already installed" ] } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 19 August 2024 17:28:06 -0400 (0:00:01.803) 0:00:04.486 ********* ok: [managed_node2] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 19 August 2024 17:28:06 -0400 (0:00:00.108) 0:00:04.595 ********* ok: [managed_node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 19 August 2024 17:28:06 -0400 (0:00:00.092) 0:00:04.687 ********* ok: [managed_node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Monday 19 August 2024 17:28:07 -0400 (0:00:00.764) 0:00:05.452 ********* included: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed_node2 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Monday 19 August 2024 17:28:07 -0400 (0:00:00.165) 0:00:05.617 ********* TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Monday 19 August 2024 17:28:07 -0400 (0:00:00.054) 0:00:05.671 ********* skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Monday 19 August 2024 17:28:07 -0400 (0:00:00.046) 0:00:05.718 ********* TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Monday 19 August 2024 17:28:07 -0400 (0:00:00.029) 0:00:05.747 ********* ok: [managed_node2] => { "changed": false, "rc": 0, "results": [ "kpartx-0.4.9-136.el7_9.x86_64 providing kpartx is already installed" ] } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Monday 19 August 2024 17:28:08 -0400 (0:00:00.745) 0:00:06.492 ********* 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" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "brandbot.service": { "name": "brandbot.service", "source": "systemd", "state": "inactive", "status": "static" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-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" }, "console-shell.service": { "name": "console-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.import1.service": { "name": "dbus-org.freedesktop.import1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.machine1.service": { "name": "dbus-org.freedesktop.machine1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dmraid-activation.service": { "name": "dmraid-activation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmetad.service": { "name": "lvm2-lvmetad.service", "source": "systemd", "state": "running", "status": "static" }, "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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:48.service": { "name": "lvm2-pvscan@8:48.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "lvm2-pvscan@8:64.service": { "name": "lvm2-pvscan@8:64.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "netconsole": { "name": "netconsole", "source": "sysv", "state": "stopped", "status": "disabled" }, "network": { "name": "network", "source": "sysv", "state": "running", "status": "enabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-config.service": { "name": "nfs-config.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-idmap.service": { "name": "nfs-idmap.service", "source": "systemd", "state": "inactive", "status": "static" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-lock.service": { "name": "nfs-lock.service", "source": "systemd", "state": "inactive", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-rquotad.service": { "name": "nfs-rquotad.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-secure.service": { "name": "nfs-secure.service", "source": "systemd", "state": "inactive", "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" }, "nfs.service": { "name": "nfs.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfslock.service": { "name": "nfslock.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "postfix.service": { "name": "postfix.service", "source": "systemd", "state": "running", "status": "enabled" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rhel-autorelabel-mark.service": { "name": "rhel-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-autorelabel.service": { "name": "rhel-autorelabel.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-configure.service": { "name": "rhel-configure.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-dmesg.service": { "name": "rhel-dmesg.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-domainname.service": { "name": "rhel-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-import-state.service": { "name": "rhel-import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-loadmodules.service": { "name": "rhel-loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-readonly.service": { "name": "rhel-readonly.service", "source": "systemd", "state": "stopped", "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-rquotad.service": { "name": "rpc-rquotad.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpcgssd.service": { "name": "rpcgssd.service", "source": "systemd", "state": "inactive", "status": "static" }, "rpcidmapd.service": { "name": "rpcidmapd.service", "source": "systemd", "state": "inactive", "status": "static" }, "rsyncd.service": { "name": "rsyncd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyncd@.service": { "name": "rsyncd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-policy-migrate-local-changes@.service": { "name": "selinux-policy-migrate-local-changes@.service", "source": "systemd", "state": "unknown", "status": "static" }, "selinux-policy-migrate-local-changes@targeted.service": { "name": "selinux-policy-migrate-local-changes@targeted.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "unknown" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "static" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bootchart.service": { "name": "systemd-bootchart.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-cryptsetup@luks\\x2dffb783fa\\x2d5c16\\x2d43cd\\x2da308\\x2dbf171a0fa88f.service": { "name": "systemd-cryptsetup@luks\\x2dffb783fa\\x2d5c16\\x2d43cd\\x2da308\\x2dbf171a0fa88f.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-importd.service": { "name": "systemd-importd.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-machined.service": { "name": "systemd-machined.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-nspawn@.service": { "name": "systemd-nspawn@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-readahead-collect.service": { "name": "systemd-readahead-collect.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-readahead-done.service": { "name": "systemd-readahead-done.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "systemd-readahead-drop.service": { "name": "systemd-readahead-drop.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "systemd-readahead-replay.service": { "name": "systemd-readahead-replay.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill@.service": { "name": "systemd-rfkill@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-shutdownd.service": { "name": "systemd-shutdownd.service", "source": "systemd", "state": "stopped", "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-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "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" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "wpa_supplicant.service": { "name": "wpa_supplicant.service", "source": "systemd", "state": "inactive", "status": "disabled" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Monday 19 August 2024 17:28:09 -0400 (0:00:01.237) 0:00:07.730 ********* ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [ "systemd-cryptsetup@luks\\x2dffb783fa\\x2d5c16\\x2d43cd\\x2da308\\x2dbf171a0fa88f.service" ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Monday 19 August 2024 17:28:09 -0400 (0:00:00.055) 0:00:07.785 ********* changed: [managed_node2] => (item=systemd-cryptsetup@luks\x2dffb783fa\x2d5c16\x2d43cd\x2da308\x2dbf171a0fa88f.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dffb783fa\\x2d5c16\\x2d43cd\\x2da308\\x2dbf171a0fa88f.service", "name": "systemd-cryptsetup@luks\\x2dffb783fa\\x2d5c16\\x2d43cd\\x2da308\\x2dbf171a0fa88f.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-readahead-replay.service system-systemd\\x2dcryptsetup.slice systemd-readahead-collect.service systemd-journald.socket dev-sdg.device cryptsetup-pre.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "cryptsetup.target umount.target", "BindsTo": "dev-sdg.device", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "umount.target", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Cryptography Setup for luks-ffb783fa-5c16-43cd-a308-bf171a0fa88f", "DevicePolicy": "auto", "Documentation": "man:crypttab(5) man:systemd-cryptsetup-generator(8) man:systemd-cryptsetup@.service(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup attach luks-ffb783fa-5c16-43cd-a308-bf171a0fa88f /dev/sdg - ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup detach luks-ffb783fa-5c16-43cd-a308-bf171a0fa88f ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/systemd/generator/systemd-cryptsetup@luks\\x2dffb783fa\\x2d5c16\\x2d43cd\\x2da308\\x2dbf171a0fa88f.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "systemd-cryptsetup@luks\\x2dffb783fa\\x2d5c16\\x2d43cd\\x2da308\\x2dbf171a0fa88f.service", "IgnoreOnIsolate": "yes", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "systemd-cryptsetup@luks\\x2dffb783fa\\x2d5c16\\x2d43cd\\x2da308\\x2dbf171a0fa88f.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RequiredBy": "cryptsetup.target dev-mapper-luks\\x2dffb783fa\\x2d5c16\\x2d43cd\\x2da308\\x2dbf171a0fa88f.device", "Requires": "system-systemd\\x2dcryptsetup.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-systemd\\x2dcryptsetup.slice", "SourcePath": "/etc/crypttab", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "0", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "bad", "WantedBy": "dev-sdg.device", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Monday 19 August 2024 17:28:10 -0400 (0:00:00.783) 0:00:08.569 ********* ok: [managed_node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Monday 19 August 2024 17:28:10 -0400 (0:00:00.517) 0:00:09.086 ********* skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Monday 19 August 2024 17:28:10 -0400 (0:00:00.050) 0:00:09.137 ********* ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724102604.9170597, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9062b722af044606834920cda04f92c3f9d3ab3b", "ctime": 1724102604.9130595, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263550, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724102604.9130595, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1373, "uid": 0, "version": "18446744072489218370", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Monday 19 August 2024 17:28:11 -0400 (0:00:00.373) 0:00:09.510 ********* skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Monday 19 August 2024 17:28:11 -0400 (0:00:00.065) 0:00:09.576 ********* changed: [managed_node2] => (item=systemd-cryptsetup@luks\x2dffb783fa\x2d5c16\x2d43cd\x2da308\x2dbf171a0fa88f.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dffb783fa\\x2d5c16\\x2d43cd\\x2da308\\x2dbf171a0fa88f.service", "name": "systemd-cryptsetup@luks\\x2dffb783fa\\x2d5c16\\x2d43cd\\x2da308\\x2dbf171a0fa88f.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dffb783fa\\x2d5c16\\x2d43cd\\x2da308\\x2dbf171a0fa88f.service", "DevicePolicy": "auto", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/dev/null", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "systemd-cryptsetup@luks\\x2dffb783fa\\x2d5c16\\x2d43cd\\x2da308\\x2dbf171a0fa88f.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "1048576", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "masked", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "systemd-cryptsetup@luks\\x2dffb783fa\\x2d5c16\\x2d43cd\\x2da308\\x2dbf171a0fa88f.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "cryptsetup.target dev-mapper-luks\\x2dffb783fa\\x2d5c16\\x2d43cd\\x2da308\\x2dbf171a0fa88f.device", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UMask": "0022", "UnitFileState": "bad", "WantedBy": "dev-sdg.device", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Monday 19 August 2024 17:28:11 -0400 (0:00:00.507) 0:00:10.084 ********* ok: [managed_node2] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Monday 19 August 2024 17:28:11 -0400 (0:00:00.042) 0:00:10.126 ********* ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Monday 19 August 2024 17:28:11 -0400 (0:00:00.040) 0:00:10.167 ********* ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Monday 19 August 2024 17:28:11 -0400 (0:00:00.049) 0:00:10.216 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Monday 19 August 2024 17:28:12 -0400 (0:00:00.060) 0:00:10.276 ********* skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Monday 19 August 2024 17:28:12 -0400 (0:00:00.057) 0:00:10.334 ********* TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Monday 19 August 2024 17:28:12 -0400 (0:00:00.056) 0:00:10.390 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Monday 19 August 2024 17:28:12 -0400 (0:00:00.056) 0:00:10.447 ********* skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Monday 19 August 2024 17:28:12 -0400 (0:00:00.048) 0:00:10.496 ********* ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724102428.9013233, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "39518e90248850b64164580a465e124713885658", "ctime": 1724102426.8663032, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1048583, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1724102426.8653033, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 53, "uid": 0, "version": "18446744072489228269", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Monday 19 August 2024 17:28:12 -0400 (0:00:00.365) 0:00:10.862 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Monday 19 August 2024 17:28:12 -0400 (0:00:00.055) 0:00:10.917 ********* ok: [managed_node2] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_remove_mount.yml:17 Monday 19 August 2024 17:28:13 -0400 (0:00:00.882) 0:00:11.800 ********* ok: [managed_node2] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_remove_mount.yml:24 Monday 19 August 2024 17:28:13 -0400 (0:00:00.070) 0:00:11.871 ********* included: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed_node2 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Monday 19 August 2024 17:28:13 -0400 (0:00:00.114) 0:00:11.985 ********* ok: [managed_node2] => { "changed": false, "rc": 0, "results": [ "util-linux-2.23.2-65.el7_9.1.x86_64 providing util-linux is already installed" ] } TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Monday 19 August 2024 17:28:14 -0400 (0:00:00.866) 0:00:12.851 ********* ok: [managed_node2] => { "changed": false, "disks": "Unable to find unused disk", "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sda1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sda1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdb1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdc1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"LVM2_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/mapper/phi-test2\" TYPE=\"lvm\" SIZE=\"4294967296\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [lvm] is not disk: NAME=\"/dev/mapper/phi-test2\" TYPE=\"lvm\" SIZE=\"4294967296\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/mapper/phi-test1\" TYPE=\"lvm\" SIZE=\"4294967296\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [lvm] is not disk: NAME=\"/dev/mapper/phi-test1\" TYPE=\"lvm\" SIZE=\"4294967296\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"LVM2_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdf1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"crypto_LUKS\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/mapper/luks-ffb783fa-5c16-43cd-a308-bf171a0fa88f\" TYPE=\"crypt\" SIZE=\"1099507433472\" FSTYPE=\"LVM2_member\" LOG-SEC=\"512\"", "Line type [crypt] is not disk: NAME=\"/dev/mapper/luks-ffb783fa-5c16-43cd-a308-bf171a0fa88f\" TYPE=\"crypt\" SIZE=\"1099507433472\" FSTYPE=\"LVM2_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/mapper/foo-test1\" TYPE=\"lvm\" SIZE=\"4294967296\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [lvm] is not disk: NAME=\"/dev/mapper/foo-test1\" TYPE=\"lvm\" SIZE=\"4294967296\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdh1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md126\" TYPE=\"raid0\" SIZE=\"21447573504\" FSTYPE=\"LVM2_member\" LOG-SEC=\"512\"", "Line type [raid0] is not disk: NAME=\"/dev/md126\" TYPE=\"raid0\" SIZE=\"21447573504\" FSTYPE=\"LVM2_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/mapper/vg1-lv3\" TYPE=\"lvm\" SIZE=\"3221225472\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [lvm] is not disk: NAME=\"/dev/mapper/vg1-lv3\" TYPE=\"lvm\" SIZE=\"3221225472\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/mapper/vg1-lv2\" TYPE=\"lvm\" SIZE=\"3221225472\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [lvm] is not disk: NAME=\"/dev/mapper/vg1-lv2\" TYPE=\"lvm\" SIZE=\"3221225472\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/mapper/vg1-lv1\" TYPE=\"lvm\" SIZE=\"2147483648\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [lvm] is not disk: NAME=\"/dev/mapper/vg1-lv1\" TYPE=\"lvm\" SIZE=\"2147483648\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdi1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md126\" TYPE=\"raid0\" SIZE=\"21447573504\" FSTYPE=\"LVM2_member\" LOG-SEC=\"512\"", "Line type [raid0] is not disk: NAME=\"/dev/md126\" TYPE=\"raid0\" SIZE=\"21447573504\" FSTYPE=\"LVM2_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/mapper/vg1-lv3\" TYPE=\"lvm\" SIZE=\"3221225472\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [lvm] is not disk: NAME=\"/dev/mapper/vg1-lv3\" TYPE=\"lvm\" SIZE=\"3221225472\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/mapper/vg1-lv2\" TYPE=\"lvm\" SIZE=\"3221225472\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [lvm] is not disk: NAME=\"/dev/mapper/vg1-lv2\" TYPE=\"lvm\" SIZE=\"3221225472\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/mapper/vg1-lv1\" TYPE=\"lvm\" SIZE=\"2147483648\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [lvm] is not disk: NAME=\"/dev/mapper/vg1-lv1\" TYPE=\"lvm\" SIZE=\"2147483648\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '268435456000'}] has partitions", "filename [sdh1] is a partition", "Disk [/dev/sdh] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '10737418240'}] has partitions", "filename [sdi1] is a partition", "Disk [/dev/sdi] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '10737418240'}] has partitions", "filename [sdf1] is a partition", "Disk [/dev/sdf] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '10737418240'}] has partitions", "Disk [/dev/sdg] attrs [{'fstype': 'crypto_LUKS', 'type': 'disk', 'ssize': '512', 'size': '1099511627776'}] has fstype", "Disk [/dev/sdd] attrs [{'fstype': 'LVM2_member', 'type': 'disk', 'ssize': '512', 'size': '1099511627776'}] has fstype", "Disk [/dev/sde] attrs [{'fstype': 'LVM2_member', 'type': 'disk', 'ssize': '512', 'size': '1099511627776'}] has fstype", "filename [sdb1] is a partition", "Disk [/dev/sdb] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '10737418240'}] has partitions", "filename [sdc1] is a partition", "Disk [/dev/sdc] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '10737418240'}] has partitions", "filename [sda1] is a partition", "Disk [/dev/sda] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '10737418240'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Monday 19 August 2024 17:28:15 -0400 (0:00:00.896) 0:00:13.748 ********* 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.043470", "end": "2024-08-19 17:28:16.046082", "rc": 0, "start": "2024-08-19 17:28:16.002612" } STDERR: + exec + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC NAME="/dev/sda" TYPE="disk" SIZE="10737418240" FSTYPE="" LOG-SEC="512" NAME="/dev/sda1" TYPE="part" SIZE="10733223936" FSTYPE="linux_raid_member" LOG-SEC="512" NAME="/dev/md127" TYPE="raid1" SIZE="10733092864" FSTYPE="xfs" LOG-SEC="512" NAME="/dev/sdb" TYPE="disk" SIZE="10737418240" FSTYPE="" LOG-SEC="512" NAME="/dev/sdb1" TYPE="part" SIZE="10733223936" FSTYPE="linux_raid_member" LOG-SEC="512" NAME="/dev/md127" TYPE="raid1" SIZE="10733092864" FSTYPE="xfs" LOG-SEC="512" NAME="/dev/sdc" TYPE="disk" SIZE="10737418240" FSTYPE="" LOG-SEC="512" NAME="/dev/sdc1" TYPE="part" SIZE="10733223936" FSTYPE="linux_raid_member" LOG-SEC="512" NAME="/dev/md127" TYPE="raid1" SIZE="10733092864" FSTYPE="xfs" LOG-SEC="512" NAME="/dev/sdd" TYPE="disk" SIZE="1099511627776" FSTYPE="LVM2_member" LOG-SEC="512" NAME="/dev/mapper/phi-test2" TYPE="lvm" SIZE="4294967296" FSTYPE="xfs" LOG-SEC="512" NAME="/dev/mapper/phi-test1" TYPE="lvm" SIZE="4294967296" FSTYPE="xfs" LOG-SEC="512" NAME="/dev/sde" TYPE="disk" SIZE="1099511627776" FSTYPE="LVM2_member" LOG-SEC="512" NAME="/dev/sdf" TYPE="disk" SIZE="10737418240" FSTYPE="" LOG-SEC="512" NAME="/dev/sdf1" TYPE="part" SIZE="10733223936" FSTYPE="ext4" LOG-SEC="512" NAME="/dev/sdg" TYPE="disk" SIZE="1099511627776" FSTYPE="crypto_LUKS" LOG-SEC="512" NAME="/dev/mapper/luks-ffb783fa-5c16-43cd-a308-bf171a0fa88f" TYPE="crypt" SIZE="1099507433472" FSTYPE="LVM2_member" LOG-SEC="512" NAME="/dev/mapper/foo-test1" TYPE="lvm" SIZE="4294967296" FSTYPE="xfs" LOG-SEC="512" NAME="/dev/sdh" TYPE="disk" SIZE="10737418240" FSTYPE="" LOG-SEC="512" NAME="/dev/sdh1" TYPE="part" SIZE="10733223936" FSTYPE="linux_raid_member" LOG-SEC="512" NAME="/dev/md126" TYPE="raid0" SIZE="21447573504" FSTYPE="LVM2_member" LOG-SEC="512" NAME="/dev/mapper/vg1-lv3" TYPE="lvm" SIZE="3221225472" FSTYPE="xfs" LOG-SEC="512" NAME="/dev/mapper/vg1-lv2" TYPE="lvm" SIZE="3221225472" FSTYPE="xfs" LOG-SEC="512" NAME="/dev/mapper/vg1-lv1" TYPE="lvm" SIZE="2147483648" FSTYPE="xfs" LOG-SEC="512" NAME="/dev/sdi" TYPE="disk" SIZE="10737418240" FSTYPE="" LOG-SEC="512" NAME="/dev/sdi1" TYPE="part" SIZE="10733223936" FSTYPE="linux_raid_member" LOG-SEC="512" NAME="/dev/md126" TYPE="raid0" SIZE="21447573504" FSTYPE="LVM2_member" LOG-SEC="512" NAME="/dev/mapper/vg1-lv3" TYPE="lvm" SIZE="3221225472" FSTYPE="xfs" LOG-SEC="512" NAME="/dev/mapper/vg1-lv2" TYPE="lvm" SIZE="3221225472" FSTYPE="xfs" LOG-SEC="512" NAME="/dev/mapper/vg1-lv1" TYPE="lvm" SIZE="2147483648" FSTYPE="xfs" LOG-SEC="512" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" LOG-SEC="512" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="ext4" LOG-SEC="512" + journalctl -ex -- Logs begin at Mon 2024-08-19 16:26:50 EDT, end at Mon 2024-08-19 17:28:16 EDT. -- Aug 19 17:22:31 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[7538]: Invoked with packages_only=True disklabel_type=None diskvolume_mkfs_option_map={} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:22:31 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7535]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:32 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7593]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-yfhcmpcrceiajdlbltcdhcenzimrdpwz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102552.29-19733-192001423442051/AnsiballZ_yum.py Aug 19 17:22:32 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7593]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:32 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[7596]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['kpartx'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:22:32 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7593]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:33 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7649]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-pahmxyexarqytprxhqfcbnkbqmpycqeb ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102552.78-19749-142353226882843/AnsiballZ_service_facts.py Aug 19 17:22:33 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7649]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:33 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-service_facts[7652]: Invoked Aug 19 17:22:33 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7649]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:34 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7817]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-vtjudeabihnkuwtmydiuelxijlzlliwh ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102553.9-19767-3479237169845/AnsiballZ_systemd.py Aug 19 17:22:34 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7817]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:34 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[7820]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:22:34 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:7825:334477 (system bus name :1.2189 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:22:34 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:22:34 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:7825:334477 (system bus name :1.2189, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:22:34 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7817]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:34 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7893]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-azuvmexnwknkvlyydrepgnfbnbxcuuvw ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102554.64-19783-269283872983039/AnsiballZ_blivet.py Aug 19 17:22:34 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7893]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:34 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[7896]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:22:34 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7893]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:35 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7951]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-iofumynxipuqrjxmiishsbqscgubnrnv ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102555.12-19794-31454064858393/AnsiballZ_stat.py Aug 19 17:22:35 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7951]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:35 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[7954]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/fstab get_md5=False get_mime=True get_attributes=True Aug 19 17:22:35 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[7951]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:35 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8005]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-beumdbubmkfwopnsmdeqoweiwmezjgay ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102555.49-19812-175431457343040/AnsiballZ_systemd.py Aug 19 17:22:35 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8005]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:35 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[8008]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:22:35 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:8013:334612 (system bus name :1.2193 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:22:35 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:22:35 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:8013:334612 (system bus name :1.2193, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:22:35 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8005]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:36 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8081]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-wwqxnwskxgxrtkigrzzzcistovbgcemw ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102556.54-19861-31774516530467/AnsiballZ_stat.py Aug 19 17:22:36 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8081]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:36 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[8084]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/crypttab get_md5=False get_mime=True get_attributes=True Aug 19 17:22:36 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8081]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:37 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8135]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-aknvpauiiojcfatjsatyhvisekcpjtrn ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102557.1-19902-95503827621459/AnsiballZ_setup.py Aug 19 17:22:37 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8135]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:37 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[8138]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:22:37 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8135]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:38 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8233]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-nkxvamlmueizothwudjqybutfbiqvere ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102558.33-19965-15944912070217/AnsiballZ_yum.py Aug 19 17:22:38 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8233]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:38 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[8236]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['util-linux'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:22:38 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8233]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:39 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8289]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-urnodfijypgkboctjlqosjcwdcdywjfa ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102558.85-19989-111642534936424/AnsiballZ_find_unused_disk.py Aug 19 17:22:39 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8289]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:39 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.find_unused_disk[8292]: Invoked with min_size=10g max_return=1 max_size=0 with_interface=None match_sector_size=False Aug 19 17:22:39 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8289]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:39 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8352]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-cjbhubpbbskbwqcgfcvtmebyvajuoegb ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102559.63-20029-27780590458471/AnsiballZ_command.py Aug 19 17:22:39 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8352]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:39 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-command[8355]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=lsblk -b -l --noheadings -o NAME,SIZE removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Aug 19 17:22:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8352]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8405]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-utkscuciwjpaadkdlvewmcfquzctrnvg ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102560.29-20049-90335943415695/AnsiballZ_yum.py Aug 19 17:22:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8405]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:40 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[8408]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['bc'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:22:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8405]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8461]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-eretmzpxobnwaxcgfdwnvqcnamlclzpf ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102560.81-20076-34064798158001/AnsiballZ_command.py Aug 19 17:22:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8461]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:41 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-command[8464]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=bc removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=10737418240 *2 Aug 19 17:22:41 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8461]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:42 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8514]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-okniowvusjsvzuqqowjgkijyatujqvnc ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102562.65-20175-16412681663272/AnsiballZ_systemd.py Aug 19 17:22:42 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8514]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:43 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[8517]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:22:43 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:8522:335339 (system bus name :1.2202 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:22:43 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:22:43 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:8522:335339 (system bus name :1.2202, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:22:43 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8514]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:43 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8590]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-lxoeubpgjaxzpxvkqgqacsgexrnxygdx ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102563.33-20225-186562756908083/AnsiballZ_blivet.py Aug 19 17:22:43 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8590]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:43 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[8593]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=True pools=[{'shared': None, 'grow_to_fill': None, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'raid_spare_count': None, 'encryption_key_size': None, 'disks': ['sdh'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'encryption': None, 'state': 'present', 'volumes': [{'fs_type': None, 'mount_options': None, 'size': '21474836480', 'mount_point': None, 'compression': None, 'encryption_password': None, 'encryption': None, 'raid_level': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': None, 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_user': None, 'name': 'test1', 'cache_mode': None, 'raid_disks': [], 'mount_group': None, 'type': None, 'cached': None, 'thin': False, 'cache_size': None, 'cache_devices': [], 'fs_create_options': None}], 'encryption_tang_url': None, 'encryption_cipher': None, 'raid_chunk_size': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'raid_level': None, 'encryption_tang_thumbprint': None}] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:22:44 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: sdf: sdf1 Aug 19 17:22:47 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8590]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8716]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-innuccezhqrhfctpwktrsbogrkuyqzxo ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102567.91-20362-211821358318398/AnsiballZ_systemd.py Aug 19 17:22:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8716]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:48 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[8719]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:22:48 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:8724:335856 (system bus name :1.2206 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:22:48 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:22:48 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:8724:335856 (system bus name :1.2206, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:22:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8716]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8806]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-zzjxbnjdinlngvlfbbfrgrnajfhiobgq ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102569.63-20468-137880378761212/AnsiballZ_setup.py Aug 19 17:22:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8806]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:50 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[8809]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:22:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8806]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8904]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-pqxjjqirxwvwlpdfwwywuhvohbqelwgg ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102570.95-20496-26842086752699/AnsiballZ_stat.py Aug 19 17:22:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8904]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:51 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[8907]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Aug 19 17:22:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8904]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8956]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ccbjyrjejkmtgrcyhcqzecivslyabvmh ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102571.62-20531-212551360341102/AnsiballZ_yum.py Aug 19 17:22:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8956]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:52 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[8959]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-enum34', 'python-blivet3', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'libblockdev'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:22:52 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[8956]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:53 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9035]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-jqmrrrpsowefxcdxbylxupqatkowyaty ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102573.29-20622-226504989961426/AnsiballZ_blivet.py Aug 19 17:22:53 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9035]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:53 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[9038]: Invoked with packages_only=True disklabel_type=None diskvolume_mkfs_option_map={} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=True Aug 19 17:22:53 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9035]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:54 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9093]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-euclcwpxogdprataerimrpduhqjefjef ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102574.25-20683-125316587019023/AnsiballZ_yum.py Aug 19 17:22:54 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9093]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:54 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[9096]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['kpartx'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:22:54 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9093]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:55 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9155]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-knxptipdcfvzagrtxynjdmhqcjpgoqxm ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102574.82-20713-138577154884855/AnsiballZ_service_facts.py Aug 19 17:22:55 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9155]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:55 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-service_facts[9160]: Invoked Aug 19 17:22:55 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9155]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:56 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9332]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-rteftdxmnanazcxenlgvgtqsgjnsnhku ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102576.07-20776-152600222653060/AnsiballZ_systemd.py Aug 19 17:22:56 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9332]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:56 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[9335]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:22:56 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:9340:336729 (system bus name :1.2214 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:22:56 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:22:57 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:9340:336729 (system bus name :1.2214, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:22:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9332]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9408]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-hunhnwulwggdyoijzmcwrmgljwvpepdu ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102577.25-20841-15488870423647/AnsiballZ_blivet.py Aug 19 17:22:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9408]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:57 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[9411]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=False pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=True Aug 19 17:22:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9408]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:58 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9466]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-afwoxjszlxdoppdqarkowngpssdwuahm ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102577.88-20891-79625995242169/AnsiballZ_stat.py Aug 19 17:22:58 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9466]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:58 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[9469]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/fstab get_md5=False get_mime=True get_attributes=True Aug 19 17:22:58 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9466]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:58 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9522]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-zfpwakifevbitmtgldvtjzhzxwifcpgc ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102578.33-20912-176251489190902/AnsiballZ_systemd.py Aug 19 17:22:58 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9522]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:58 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[9525]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:22:58 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:9530:336901 (system bus name :1.2218 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:22:58 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:22:58 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:9530:336901 (system bus name :1.2218, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:22:58 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9522]: pam_unix(sudo:session): session closed for user root Aug 19 17:22:59 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9598]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-zaenxzejemwkmazbabgtmzedgulljhoc ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102579.35-20979-46778430750149/AnsiballZ_stat.py Aug 19 17:22:59 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9598]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:22:59 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[9601]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/crypttab get_md5=False get_mime=True get_attributes=True Aug 19 17:22:59 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9598]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:00 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9652]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-atpdrjmocwkzweyvwotfyypaoyiwrvii ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102579.82-21015-231959463838735/AnsiballZ_setup.py Aug 19 17:23:00 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9652]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:00 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[9655]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:23:00 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9652]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:01 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9750]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-yngfgjrjxjzkuswjfbxiqnkmbjihdoam ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102580.7-21065-222425336159164/AnsiballZ_package_facts.py Aug 19 17:23:01 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9750]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:01 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-package_facts[9753]: Invoked with manager=['auto'] strategy=first Aug 19 17:23:02 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9750]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:04 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9804]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-qojwsbthuqahebaiuabgrvvcnakawhbg ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102584.09-21236-183505539966424/AnsiballZ_yum.py Aug 19 17:23:04 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9804]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:04 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[9807]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['util-linux'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:23:04 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9804]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:05 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9860]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-wpkzcnxkleeglwjulfuxyoigedzelolp ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102584.69-21264-116189226894338/AnsiballZ_find_unused_disk.py Aug 19 17:23:05 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9860]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:05 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.find_unused_disk[9864]: Invoked with min_size=0 max_return=2 max_size=0 with_interface=None match_sector_size=False Aug 19 17:23:05 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9860]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:08 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9925]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-tehvzarxjmksavnsuxjnaebldfxqxoww ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102588.43-21464-174586860950044/AnsiballZ_systemd.py Aug 19 17:23:08 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9925]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:08 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[9928]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:23:08 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:9933:337907 (system bus name :1.2225 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:23:08 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:23:08 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:9933:337907 (system bus name :1.2225, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:23:08 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[9925]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:09 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10001]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-zvmdujwuozrpdncjwsahajyspzanbzbh ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102589.09-21502-209480429133471/AnsiballZ_blivet.py Aug 19 17:23:09 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10001]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:09 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[10004]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=False pools=[{'shared': None, 'encryption_clevis_pin': None, 'grow_to_fill': None, 'name': 'vg1', 'encryption_password': None, 'raid_metadata_version': None, 'raid_spare_count': None, 'encryption_key_size': None, 'disks': ['sdh', 'sdi'], 'raid_level': 'raid0', 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [{'fs_type': None, 'mount_options': None, 'size': '2g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': None, 'raid_level': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': None, 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_user': None, 'name': 'lv1', 'cache_mode': None, 'raid_disks': [], 'mount_group': None, 'type': None, 'cached': None, 'thin': False, 'cache_size': None, 'cache_devices': [], 'fs_create_options': None}, {'fs_type': None, 'mount_options': None, 'size': '3g', 'mount_point': '/opt/test2', 'compression': None, 'encryption_password': None, 'encryption': None, 'raid_level': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': None, 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_user': None, 'name': 'lv2', 'cache_mode': None, 'raid_disks': [], 'mount_group': None, 'type': None, 'cached': None, 'thin': False, 'cache_size': None, 'cache_devices': [], 'fs_create_options': None}, {'fs_type': None, 'mount_options': None, 'size': '3g', 'mount_point': '/opt/test3', 'compression': None, 'encryption_password': None, 'encryption': None, 'raid_level': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': None, 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_user': None, 'name': 'lv3', 'cache_mode': None, 'raid_disks': [], 'mount_group': None, 'type': None, 'cached': None, 'thin': False, 'cache_size': None, 'cache_devices': [], 'fs_create_options': None}], 'encryption_tang_url': None, 'encryption_cipher': None, 'raid_chunk_size': None, 'encryption_luks_version': None, 'type': 'lvm', 'encryption': None, 'encryption_tang_thumbprint': None}] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=True Aug 19 17:23:10 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: sdf: sdf1 Aug 19 17:23:14 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: sdi: Aug 19 17:23:14 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: sdi: Aug 19 17:23:14 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: sdi: sdi1 Aug 19 17:23:14 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: sdi: sdi1 Aug 19 17:23:14 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: sdh: Aug 19 17:23:14 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: sdh: Aug 19 17:23:14 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: sdh: sdh1 Aug 19 17:23:14 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: sdh: sdh1 Aug 19 17:23:14 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: md126: detected capacity change from 0 to 21447573504 Aug 19 17:23:20 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10001]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:21 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10344]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-xkazgtynpzdzdkrdgnjmbpvvfvidirxq ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102600.93-21913-241334089367375/AnsiballZ_stat.py Aug 19 17:23:21 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10344]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:21 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[10347]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/fstab get_md5=False get_mime=True get_attributes=True Aug 19 17:23:21 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10344]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:21 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10398]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-npzwhnlzydticklhrwtknzfrdqpkqmto ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102601.31-21922-161326849528238/AnsiballZ_lineinfile.py Aug 19 17:23:21 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10398]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:21 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-lineinfile[10401]: Invoked with directory_mode=None force=None remote_src=None backrefs=False owner=None path=/etc/fstab insertafter=None follow=False validate=None group=None insertbefore=^# unsafe_writes=False create=False state=present content=NOT_LOGGING_PARAMETER serole=None setype=None selevel=None regexp=# system_role:storage line=# system_role:storage src=None seuser=None delimiter=None mode=None firstmatch=True attributes=None backup=False Aug 19 17:23:21 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10398]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:21 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10450]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-sqecsjgjzfodpkkepxqnodkqolduyoub ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102601.78-21938-232152607551038/AnsiballZ_systemd.py Aug 19 17:23:21 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10450]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:22 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[10453]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:23:22 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:10458:339244 (system bus name :1.2231 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:23:22 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:23:22 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:10458:339244 (system bus name :1.2231, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:23:22 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10450]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:23 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10526]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-qxahtdulntbvvaibhtecjztgfqeqchgq ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102602.95-22005-194781820921512/AnsiballZ_systemd.py Aug 19 17:23:23 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10526]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:23 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[10529]: Invoked with no_block=False force=None name=None daemon_reexec=False enabled=None daemon_reload=True state=None user=None scope=None masked=None Aug 19 17:23:23 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:10532:339361 (system bus name :1.2233 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:23:23 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:23:23 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:10532:339361 (system bus name :1.2233, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:23:23 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10526]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10600]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ifptvryxmidsebslfunyhfpuexrmijbv ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102603.67-22047-16306691138711/AnsiballZ_mount.py Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10600]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-mount[10603]: Invoked with src=/dev/mapper/vg1-lv1 dump=None boot=True fstab=None passno=None fstype=xfs state=mounted path=/opt/test1 backup=False opts=defaults Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: XFS (dm-6): Mounting V5 Filesystem Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: XFS (dm-6): Ending clean mount Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10600]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10663]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-rayzofbdohnyjqqoyapttlfdklvoqumj ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102604.34-22047-161109288981517/AnsiballZ_mount.py Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10663]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-mount[10666]: Invoked with src=/dev/mapper/vg1-lv2 dump=None boot=True fstab=None passno=None fstype=xfs state=mounted path=/opt/test2 backup=False opts=defaults Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10663]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10718]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-bkiwdsyuvowmqdoxyukykdwivyunjgmf ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102604.67-22047-122952067586595/AnsiballZ_mount.py Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10718]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-mount[10721]: Invoked with src=/dev/mapper/vg1-lv3 dump=None boot=True fstab=None passno=None fstype=xfs state=mounted path=/opt/test3 backup=False opts=defaults Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: XFS (dm-4): Mounting V5 Filesystem Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: XFS (dm-4): Ending clean mount Aug 19 17:23:24 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10718]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:25 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10781]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-vzqgklocroxqheyyejnyvrstvaljxunn ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102605.19-22135-180768512038700/AnsiballZ_systemd.py Aug 19 17:23:25 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10781]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:25 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[10784]: Invoked with no_block=False force=None name=None daemon_reexec=False enabled=None daemon_reload=True state=None user=None scope=None masked=None Aug 19 17:23:25 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:10787:339582 (system bus name :1.2238 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:23:25 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:23:25 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:10787:339582 (system bus name :1.2238, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:23:25 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10781]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:25 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10855]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-mhdwqnxmxkyiojquczebhyglvmomgibj ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102605.73-22160-24497234824791/AnsiballZ_stat.py Aug 19 17:23:25 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10855]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:25 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[10858]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/crypttab get_md5=False get_mime=True get_attributes=True Aug 19 17:23:25 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10855]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:26 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10909]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-rzjzoxceconogrhyluihqyxpbalmmbza ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102606.18-22182-116871708825899/AnsiballZ_setup.py Aug 19 17:23:26 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10909]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:26 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[10912]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:23:26 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[10909]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:27 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11013]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-vtjypyucrptcluhjrosiffagbzxbizgo ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102607.58-22244-45229506922245/AnsiballZ_blockdev_info.py Aug 19 17:23:27 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11013]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:27 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blockdev_info[11016]: Invoked Aug 19 17:23:27 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11013]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:28 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11066]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-kqemdgdfzxviqzhleqmzejgwzyatiwlm ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102608.21-22270-223473670145092/AnsiballZ_command.py Aug 19 17:23:28 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11066]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:28 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-command[11069]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=cat /etc/fstab removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Aug 19 17:23:28 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11066]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:28 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11119]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-preolenhcpqiphvbmdmejnanhlvnljau ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102608.82-22294-120775895628110/AnsiballZ_command.py Aug 19 17:23:28 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11119]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:29 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-command[11122]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=cat /etc/crypttab removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Aug 19 17:23:29 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11119]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:29 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11172]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-qfyonhxinnihtygmxrhmgtqpgqrckoyv ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102609.54-22334-11519480549460/AnsiballZ_command.py Aug 19 17:23:29 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11172]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:29 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-command[11175]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=vgs --noheadings --binary -o shared vg1 removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Aug 19 17:23:29 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11172]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:30 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11226]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-iqmgpxbpksrmwvpaiqdnntciltvfbubg ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102610.4-22375-105221476706270/AnsiballZ_resolve_blockdev.py Aug 19 17:23:30 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11226]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:30 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.resolve_blockdev[11229]: Invoked with spec=/dev/md126 Aug 19 17:23:30 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11226]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:31 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11278]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ehpdbvllwgfbknqvkpijmvdngfadqagq ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102611.75-22426-111756387209791/does_library_support.py blivet.formats.lvmpv.LVMPhysicalVolume.grow_to_fill Aug 19 17:23:31 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11278]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:31 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11278]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:32 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11330]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-irfivgzwlbgoqefomphghyownoywaqpy ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102612.56-22467-44123198304088/AnsiballZ_command.py Aug 19 17:23:32 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11330]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:32 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-command[11333]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=mdadm --detail /dev/md/vg1-1 removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Aug 19 17:23:32 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11330]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11383]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-vdxkcxslwurpyramwrynmglryeerpdsl ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102631.43-23428-243134391939464/AnsiballZ_stat.py Aug 19 17:23:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11383]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:51 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[11386]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=True path=/dev/mapper/vg1-lv1 get_md5=False get_mime=True get_attributes=True Aug 19 17:23:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11383]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:53 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11437]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-fpfjeedtxexxttikzsjncrwrdqgawvax ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102633.06-23518-74026924199285/AnsiballZ_yum.py Aug 19 17:23:53 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11437]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:53 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[11440]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['cryptsetup'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:23:53 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11437]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:56 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11493]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-rrjwymcctlosgkmbnnwoknwmghnbllqa ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102636.42-23681-155340165374983/AnsiballZ_bsize.py Aug 19 17:23:56 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11493]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:56 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.bsize[11496]: Invoked with size=2G Aug 19 17:23:56 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11493]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11545]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ezotfkoktzflnnclvnjfjmjlxumsufhl ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102637.01-23703-100488662572509/AnsiballZ_bsize.py Aug 19 17:23:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11545]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:57 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.bsize[11548]: Invoked with size=2g Aug 19 17:23:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11545]: pam_unix(sudo:session): session closed for user root Aug 19 17:23:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11597]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ozlvmmkdmikpiztlpohiapssoyyucfpi ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102637.75-23747-149560331892371/AnsiballZ_bsize.py Aug 19 17:23:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11597]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:23:57 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.bsize[11600]: Invoked with size=19.97G Aug 19 17:23:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11597]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:00 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11649]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-wrikngzbuyjqyeglelxrjifrttqapmaq ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102640.49-23879-107263735550290/AnsiballZ_command.py Aug 19 17:24:00 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11649]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:00 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-command[11652]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/lv1 removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Aug 19 17:24:00 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11649]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:04 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[11717]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:24:05 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11821]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ipxajlrimremyjugarnaelrnekmpbsfm ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102645.54-24132-120638822950948/AnsiballZ_setup.py Aug 19 17:24:05 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11821]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:06 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[11824]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:24:06 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11821]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:07 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11925]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-wqbxbytbnemmblestnlborerethfdnsx ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102647.16-24220-145586511943094/AnsiballZ_stat.py Aug 19 17:24:07 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11925]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:07 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[11928]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Aug 19 17:24:07 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11925]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:08 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11977]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-qntmmdrzthwjlhkywpgokozglypgeoyb ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102648.27-24279-248218044760881/AnsiballZ_yum.py Aug 19 17:24:08 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11977]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:08 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[11980]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-enum34', 'python-blivet3', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'libblockdev'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:24:09 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[11977]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:10 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12056]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-kswaxsztbiqrrtxqueqgbcrulmmurmar ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102650.15-24403-208337087610992/AnsiballZ_blivet.py Aug 19 17:24:10 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12056]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:10 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[12059]: Invoked with packages_only=True disklabel_type=None diskvolume_mkfs_option_map={} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=True Aug 19 17:24:10 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12056]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12114]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-vctcxvrsqyblssykjcblivdcwvmouqqj ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102651.81-24496-34550457707023/AnsiballZ_yum.py Aug 19 17:24:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12114]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:12 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[12117]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['kpartx'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:24:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12114]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12170]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-lbjeiadjrjwfmcicvalrbsrssqemyazf ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102652.39-24546-212684144737970/AnsiballZ_service_facts.py Aug 19 17:24:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12170]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:12 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-service_facts[12173]: Invoked Aug 19 17:24:13 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12170]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12337]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-lndeubbalmqxnkkztjegvoztuzqsecgl ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102653.6-24600-177890424796712/AnsiballZ_systemd.py Aug 19 17:24:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12337]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:14 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[12340]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:24:14 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:12345:344455 (system bus name :1.2261 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:24:14 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:24:14 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:12345:344455 (system bus name :1.2261, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:24:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12337]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12413]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ocgprqhveapitukvlyvorckocsmkcmfz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102654.42-24616-140318862650618/AnsiballZ_blivet.py Aug 19 17:24:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12413]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:14 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[12416]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=False pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=True Aug 19 17:24:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12413]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12471]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-puascalcxviqvdwynpxetscsaurgbehy ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102654.94-24633-57244964421999/AnsiballZ_stat.py Aug 19 17:24:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12471]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:15 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[12474]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/fstab get_md5=False get_mime=True get_attributes=True Aug 19 17:24:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12471]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:15 ip-10-31-45-109.us-east-1.aws.redhat.com chronyd[497]: Selected source 10.2.32.38 Aug 19 17:24:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12525]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-mhxvubgkqwoptbildosctsjwgvzjbysb ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102655.31-24645-6400736059744/AnsiballZ_systemd.py Aug 19 17:24:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12525]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:15 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[12528]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:24:15 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:12533:344593 (system bus name :1.2265 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:24:15 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:24:15 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:12533:344593 (system bus name :1.2265, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:24:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12525]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:16 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12601]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-imkrjzrvuiapfueeoudagqvopdxwaplw ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102656.1-24677-208761236799304/AnsiballZ_stat.py Aug 19 17:24:16 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12601]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:16 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[12604]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/crypttab get_md5=False get_mime=True get_attributes=True Aug 19 17:24:16 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12601]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:16 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12655]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-llcuvnurhgbdfkbyhjdqqdyrscyfjnns ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102656.51-24690-115383476370319/AnsiballZ_setup.py Aug 19 17:24:16 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12655]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:16 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[12658]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:24:17 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12655]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:17 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12759]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-taocyaidafrfsgcuknkdaydhbgubdzjq ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102657.79-24757-111502257100037/AnsiballZ_yum.py Aug 19 17:24:17 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12759]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:18 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[12762]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['util-linux'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:24:18 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12759]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:18 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12815]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-tcoogkrmojljthmakbmbnekpuhdofzxb ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102658.37-24813-75797226489687/AnsiballZ_find_unused_disk.py Aug 19 17:24:18 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12815]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:18 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.find_unused_disk[12818]: Invoked with min_size=0 max_return=3 with_interface=scsi max_size=0 match_sector_size=False Aug 19 17:24:18 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12815]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:19 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12878]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-jizffzdczygjlkykqkwwgnvnakuidjgd ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102658.91-24836-212884319014226/AnsiballZ_command.py Aug 19 17:24:19 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12878]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:19 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-command[12881]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Aug 19 17:24:19 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[12878]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:23 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[12946]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:24:26 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[13047]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Aug 19 17:24:27 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[13096]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-enum34', 'python-blivet3', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'libblockdev'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:24:29 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[13172]: Invoked with packages_only=True disklabel_type=None diskvolume_mkfs_option_map={} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:24:29 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[13227]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['kpartx'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:24:30 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-service_facts[13280]: Invoked Aug 19 17:24:31 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[13445]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:24:31 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:13450:346191 (system bus name :1.2271 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:24:31 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:24:31 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:13450:346191 (system bus name :1.2271, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:24:32 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[13518]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:24:32 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[13573]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/fstab get_md5=False get_mime=True get_attributes=True Aug 19 17:24:32 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[13624]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:24:32 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:13629:346326 (system bus name :1.2272 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:24:32 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:24:32 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:13629:346326 (system bus name :1.2272, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:24:33 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[13697]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/crypttab get_md5=False get_mime=True get_attributes=True Aug 19 17:24:34 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[13748]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:24:40 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[13863]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:24:41 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[13964]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-mkrbxdsxznqddfwfhftxbwngzhghmzai ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102681.5-25906-157211884286403/AnsiballZ_setup.py Aug 19 17:24:41 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[13964]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:41 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[13967]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:24:42 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[13964]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:42 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14068]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ytoqcgdxndcgxjiuntmszsusgcaibrwf ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102682.66-25947-147617918695393/AnsiballZ_stat.py Aug 19 17:24:42 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14068]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:42 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[14071]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Aug 19 17:24:42 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14068]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:43 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14120]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-tvuygbpygtcsmhudxlnqqidvzozjgvqf ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102683.39-25972-140629801330231/AnsiballZ_yum.py Aug 19 17:24:43 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14120]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:43 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[14123]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-enum34', 'python-blivet3', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'libblockdev'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:24:44 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14120]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14199]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-lobthzfppblckaqztfmjytyknpfxhfqu ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102684.91-26049-210952369080369/AnsiballZ_blivet.py Aug 19 17:24:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14199]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:45 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[14202]: Invoked with packages_only=True disklabel_type=None diskvolume_mkfs_option_map={} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=True Aug 19 17:24:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14199]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14257]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-inzkkrwggidkuwmixdmidogmajwongvw ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102685.8-26085-253170141620366/AnsiballZ_yum.py Aug 19 17:24:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14257]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:46 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[14260]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['kpartx'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:24:46 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14257]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:46 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14313]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-fypxspvlunaeitwglewfgubplgkzckhw ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102686.33-26106-142974707894493/AnsiballZ_service_facts.py Aug 19 17:24:46 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14313]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:46 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-service_facts[14316]: Invoked Aug 19 17:24:47 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14313]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14480]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-khoaoihgiubqkhvayydfgjizhqoadyue ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102687.5-26148-210506414312130/AnsiballZ_systemd.py Aug 19 17:24:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14480]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:48 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[14483]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:24:48 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:14488:347857 (system bus name :1.2280 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:24:48 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:24:48 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:14488:347857 (system bus name :1.2280, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:24:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14480]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14556]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-buzhrwhtpuwgvxdjaujctdadwsgusiok ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102688.48-26203-7357221321912/AnsiballZ_blivet.py Aug 19 17:24:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14556]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:48 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[14559]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=False pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=True Aug 19 17:24:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14556]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:49 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14614]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-txkparwpppfquusgqupumllpksngqffw ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102689.0-26237-206045394802768/AnsiballZ_stat.py Aug 19 17:24:49 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14614]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:49 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[14617]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/fstab get_md5=False get_mime=True get_attributes=True Aug 19 17:24:49 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14614]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:49 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14668]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-wmnxbhgdgjzwdpvqkxymynnijrppntxi ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102689.38-26248-251478226014780/AnsiballZ_systemd.py Aug 19 17:24:49 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14668]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:49 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[14671]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:24:49 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:14676:348000 (system bus name :1.2284 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:24:49 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:24:49 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:14676:348000 (system bus name :1.2284, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:24:49 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14668]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14744]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-zwmhgxqfrjssjahvhimfncwszttbrfmz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102690.17-26280-86430587687111/AnsiballZ_stat.py Aug 19 17:24:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14744]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:50 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[14747]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/crypttab get_md5=False get_mime=True get_attributes=True Aug 19 17:24:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14744]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14798]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ovgsulqpczdzomrhhozcriwrumcqlqiw ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102690.54-26291-22121286386398/AnsiballZ_setup.py Aug 19 17:24:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14798]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:50 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[14801]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:24:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14798]: pam_unix(sudo:session): session closed for user root Aug 19 17:24:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14902]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-sjtjlazqmzodinbuufhsdktlcpzznaal ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102691.35-26309-53393682327200/AnsiballZ_package_facts.py Aug 19 17:24:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14902]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:24:51 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-package_facts[14905]: Invoked with manager=['auto'] strategy=first Aug 19 17:24:52 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14902]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:06 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14970]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ftghnihpofspiexlbxlsnawrlmwyldks ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102705.94-26862-279535731819082/AnsiballZ_setup.py Aug 19 17:25:06 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14970]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:06 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[14973]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:25:07 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[14970]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:08 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15074]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-xaxingfncviaqscoegucqdpsfzqtrnbj ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102707.89-26966-277194959581811/AnsiballZ_stat.py Aug 19 17:25:08 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15074]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:08 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[15077]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Aug 19 17:25:08 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15074]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:08 ip-10-31-45-109.us-east-1.aws.redhat.com auditd[420]: Audit daemon rotating log files Aug 19 17:25:09 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15126]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-gcddudjlgooxknlofvayrjbvaiwanhvm ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102709.23-27051-69823741258168/AnsiballZ_yum.py Aug 19 17:25:09 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15126]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:09 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[15129]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-enum34', 'python-blivet3', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'libblockdev'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:25:10 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15126]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:11 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15203]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-yradikzjznuwbqhqqkafznaylflbwkub ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102710.91-27157-255295038177691/AnsiballZ_blivet.py Aug 19 17:25:11 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15203]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:11 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[15206]: Invoked with packages_only=True disklabel_type=None diskvolume_mkfs_option_map={} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:25:11 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15203]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15261]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ulwldjlfqshocvfrakysvcshtczniafb ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102711.94-27211-211999109996544/AnsiballZ_yum.py Aug 19 17:25:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15261]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:12 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[15264]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['kpartx'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:25:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15261]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15317]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-fccbyyuwjegkanwmcplmapiqcodwjhwn ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102712.47-27241-85866962795096/AnsiballZ_service_facts.py Aug 19 17:25:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15317]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:12 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-service_facts[15320]: Invoked Aug 19 17:25:13 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15317]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15484]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-icmhfedbttilsxyxehodbajoggnvctqz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102713.69-27310-112074996675036/AnsiballZ_systemd.py Aug 19 17:25:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15484]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:14 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[15487]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:25:14 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:15492:350464 (system bus name :1.2295 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:25:14 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:25:14 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:15492:350464 (system bus name :1.2295, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:25:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15484]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15560]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ipcdiqnabeoqqvexuepvdcaiakiezwwz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102714.55-27351-240302517124384/AnsiballZ_blivet.py Aug 19 17:25:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15560]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:14 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[15563]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:25:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15560]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15618]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-pdburyeivhnzurxblegddyvzttagmlkn ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102715.13-27385-78726152790226/AnsiballZ_stat.py Aug 19 17:25:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15618]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:15 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[15621]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/fstab get_md5=False get_mime=True get_attributes=True Aug 19 17:25:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15618]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15672]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ojwimvtyjfejadpwdddkbxqbjzxyssja ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102715.58-27419-190607491452856/AnsiballZ_systemd.py Aug 19 17:25:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15672]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:15 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[15675]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:25:15 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:15680:350621 (system bus name :1.2299 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:25:15 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:25:15 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:15680:350621 (system bus name :1.2299, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:25:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15672]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:16 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15748]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-dpdgwpddirelwoxlflwkxkoexgozjsqz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102716.37-27451-204788413080469/AnsiballZ_stat.py Aug 19 17:25:16 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15748]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:16 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[15751]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/crypttab get_md5=False get_mime=True get_attributes=True Aug 19 17:25:16 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15748]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:16 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15802]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ewmzdhyconjoigxinfilbmgbggpadsna ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102716.73-27462-198146012601302/AnsiballZ_setup.py Aug 19 17:25:16 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15802]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:16 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[15805]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:25:17 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15802]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:17 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15906]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ulgapuqrwjjiouspovmijvcaeopkomjo ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102717.5-27480-226095968175756/AnsiballZ_package_facts.py Aug 19 17:25:17 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15906]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:18 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-package_facts[15909]: Invoked with manager=['auto'] strategy=first Aug 19 17:25:18 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[15906]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:25 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[15974]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:25:26 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16075]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-njhymxxiuqhoekhnqzelxvmiqlegijdq ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102726.04-27931-9518640680661/AnsiballZ_setup.py Aug 19 17:25:26 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16075]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:26 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[16078]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:25:26 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16075]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:27 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16179]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-adiaokdlqnottwiodidxqcuyluariohm ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102727.41-27994-142659213282841/AnsiballZ_stat.py Aug 19 17:25:27 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16179]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:27 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[16182]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Aug 19 17:25:27 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16179]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:28 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16231]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ezbmbjsficupqvqgnywzynyvqzconkgt ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102728.38-28039-221950492242269/AnsiballZ_yum.py Aug 19 17:25:28 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16231]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:28 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[16234]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-enum34', 'python-blivet3', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'libblockdev'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:25:29 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16231]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:30 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16310]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ofxvraxngucocazujzsnntasaoprfydv ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102729.96-28129-119339945888466/AnsiballZ_blivet.py Aug 19 17:25:30 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16310]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:30 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[16313]: Invoked with packages_only=True disklabel_type=None diskvolume_mkfs_option_map={} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:25:30 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16310]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:31 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16368]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-cxrggshdancmodhqgzixrbsxhlakavhh ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102731.16-28187-97098017576777/AnsiballZ_yum.py Aug 19 17:25:31 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16368]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:31 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[16371]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['kpartx'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:25:31 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16368]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:32 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16424]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-kfrnkphuoolrkdpxhuhfuzpcblyegmhc ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102731.72-28228-164779570077817/AnsiballZ_service_facts.py Aug 19 17:25:32 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16424]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:32 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-service_facts[16427]: Invoked Aug 19 17:25:32 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16424]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:33 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16591]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-efnpxgelkbdkokbnilzojxwfayimewtl ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102732.98-28290-130972594504504/AnsiballZ_systemd.py Aug 19 17:25:33 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16591]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:33 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[16594]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:25:33 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:16599:352398 (system bus name :1.2310 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:25:33 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:25:33 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:16599:352398 (system bus name :1.2310, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:25:33 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16591]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:34 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16667]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-klksqcxhlkjfhdpkseelpqsrqxnnzpxy ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102733.88-28329-181441952235794/AnsiballZ_blivet.py Aug 19 17:25:34 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16667]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:34 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[16670]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=False pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:25:34 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16667]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:34 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16725]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ohkjapeftfnqlthdnneksrhakueyiusb ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102734.41-28354-152214612095878/AnsiballZ_stat.py Aug 19 17:25:34 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16725]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:34 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[16728]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/fstab get_md5=False get_mime=True get_attributes=True Aug 19 17:25:34 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16725]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:35 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16779]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-lapxpikzakizelwtsfssgwpifsgrekyv ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102734.86-28382-150537331068690/AnsiballZ_systemd.py Aug 19 17:25:35 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16779]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:35 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[16782]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:25:35 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:16787:352550 (system bus name :1.2314 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:25:35 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:25:35 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:16787:352550 (system bus name :1.2314, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:25:35 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16779]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:35 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16855]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-cejtvkeaauvzclbtcvrbpxovbjlhwebb ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102735.83-28452-210612414545513/AnsiballZ_stat.py Aug 19 17:25:35 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16855]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:36 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[16858]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/crypttab get_md5=False get_mime=True get_attributes=True Aug 19 17:25:36 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16855]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:36 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16909]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-eikyalbqidwynhmfsnnjswpjhplzsiqe ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102736.24-28479-125769163723764/AnsiballZ_setup.py Aug 19 17:25:36 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16909]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:36 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[16912]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:25:36 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[16909]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:37 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17013]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-sdeaioxygyzbdkrypsloickmwbeimrlg ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102737.43-28526-222236643364072/AnsiballZ_yum.py Aug 19 17:25:37 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17013]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:37 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[17016]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['util-linux'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:25:37 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17013]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:38 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17069]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-pbiuotrpqijrgtdrwlbomcjcngmguoqw ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102737.99-28570-208423989679230/AnsiballZ_find_unused_disk.py Aug 19 17:25:38 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17069]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:38 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.find_unused_disk[17072]: Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Aug 19 17:25:38 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17069]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:38 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17132]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-bhlulxxafxqrmemfuyjybexrvxqkwqqh ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102738.55-28598-216637190211598/AnsiballZ_command.py Aug 19 17:25:38 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17132]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:38 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-command[17135]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Aug 19 17:25:38 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17132]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17200]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-bbdfjxsbsecdlroibokataqedzcyyapt ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102740.13-28705-175890551877591/AnsiballZ_setup.py Aug 19 17:25:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17200]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:40 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[17203]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:25:41 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17200]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:41 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17304]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-vvacipgscscyuidrlsjtwrpjhkrkqjko ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102741.67-28747-168856945497780/AnsiballZ_stat.py Aug 19 17:25:41 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17304]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:41 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[17307]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Aug 19 17:25:41 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17304]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:42 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17356]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-euanawraeyamptqxkkcreykflqsujjmt ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102742.41-28764-6635081151509/AnsiballZ_yum.py Aug 19 17:25:42 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17356]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:42 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[17359]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-enum34', 'python-blivet3', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'libblockdev'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:25:43 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17356]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:44 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17435]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-doadbnhqzgxudvijnhpibtwieaniyhim ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102743.87-28791-165183637355120/AnsiballZ_blivet.py Aug 19 17:25:44 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17435]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:44 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[17438]: Invoked with packages_only=True disklabel_type=None diskvolume_mkfs_option_map={} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:25:44 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17435]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17493]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-atmpyyqnoduugdypazmtcqeapfrtuytf ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102744.87-28826-23275907882066/AnsiballZ_yum.py Aug 19 17:25:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17493]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:45 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[17496]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['kpartx'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:25:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17493]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17549]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-kglctbwxhoerriitneucvvhsgrlinbjn ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102745.43-28856-42547299426577/AnsiballZ_service_facts.py Aug 19 17:25:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17549]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:45 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-service_facts[17552]: Invoked Aug 19 17:25:46 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17549]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:47 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17716]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-plkzcwshczwsyacbjmfeuhepowhshwsj ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102746.65-28906-211511576192541/AnsiballZ_systemd.py Aug 19 17:25:47 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17716]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:47 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[17719]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:25:47 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:17724:353761 (system bus name :1.2327 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:25:47 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:25:47 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:17724:353761 (system bus name :1.2327, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:25:47 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17716]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:47 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17792]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-hnflzaxsupbgxtxmtrunzlnpbrrqcmsm ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102747.46-28930-206405939657290/AnsiballZ_blivet.py Aug 19 17:25:47 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17792]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:47 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[17795]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=False pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:25:47 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17792]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17850]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-nlbqzwzeojrnbpusrsfipgtbhelbtzzx ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102747.94-28948-43185011478655/AnsiballZ_stat.py Aug 19 17:25:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17850]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:48 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[17853]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/fstab get_md5=False get_mime=True get_attributes=True Aug 19 17:25:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17850]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17904]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-kygunukkxajzsksnctsxvtuumyioynyc ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102748.31-28959-239265570217957/AnsiballZ_systemd.py Aug 19 17:25:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17904]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:48 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[17907]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:25:48 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:17912:353893 (system bus name :1.2331 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:25:48 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:25:48 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:17912:353893 (system bus name :1.2331, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:25:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17904]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:49 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17980]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-kmnrmucqlwhnhgfxtwxblcscwqvytwew ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102749.22-29006-208001400719083/AnsiballZ_stat.py Aug 19 17:25:49 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17980]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:49 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[17983]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/crypttab get_md5=False get_mime=True get_attributes=True Aug 19 17:25:49 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[17980]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:49 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18034]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-sfxgdosaxrpnglhzprpplkjctdmiarpv ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102749.6-29026-116929814026036/AnsiballZ_setup.py Aug 19 17:25:49 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18034]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:49 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[18037]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:25:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18034]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18138]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-xbnihjcqtmjbbtvkonwiynkkwshxjgnh ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102750.72-29069-46499378278520/AnsiballZ_yum.py Aug 19 17:25:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18138]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:51 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[18141]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['util-linux'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:25:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18138]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18194]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ezgxcvjzoygtvncqklqbsrcqprbhogdg ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102751.27-29103-79587730617090/AnsiballZ_find_unused_disk.py Aug 19 17:25:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18194]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:51 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.find_unused_disk[18197]: Invoked with min_size=10g max_return=1 max_size=0 with_interface=None match_sector_size=False Aug 19 17:25:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18194]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:52 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18257]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ymmsdnvuowbfsxforhuuqjhqopnntppq ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102751.84-29138-82026659912065/AnsiballZ_command.py Aug 19 17:25:52 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18257]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:52 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-command[18260]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Aug 19 17:25:52 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18257]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:54 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[18325]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:25:55 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18427]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-pcjpzvoehehjnxsamsyfldxgfbbngtrs ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102755.0-29331-142885923357677/AnsiballZ_setup.py Aug 19 17:25:55 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18427]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:55 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[18430]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:25:55 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18427]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:56 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18531]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-eptjrsuvbwascgamcqagcfsruhktdlyq ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102756.46-29401-63219091132500/AnsiballZ_stat.py Aug 19 17:25:56 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18531]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:56 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[18534]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Aug 19 17:25:56 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18531]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18583]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-dlbskbcjgmtrbzridwhqsredspkgwimf ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102757.41-29448-108324044286883/AnsiballZ_yum.py Aug 19 17:25:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18583]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:57 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[18586]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-enum34', 'python-blivet3', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'libblockdev'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:25:58 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18583]: pam_unix(sudo:session): session closed for user root Aug 19 17:25:59 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18662]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-bbbqwbxunwhtxnpkwpljtsxxtmzunctc ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102759.04-29521-209372738675322/AnsiballZ_blivet.py Aug 19 17:25:59 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18662]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:25:59 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[18665]: Invoked with packages_only=True disklabel_type=None diskvolume_mkfs_option_map={} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:25:59 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18662]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:00 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18720]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-zwacswstzbqmaouecwjjvufrittejrfa ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102760.2-29575-41827659654562/AnsiballZ_yum.py Aug 19 17:26:00 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18720]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:00 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[18723]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['kpartx'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:26:00 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18720]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:01 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18776]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-yycrnxkvobhjdrczgcqhvywppmcoxpmc ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102760.74-29607-3014453167818/AnsiballZ_service_facts.py Aug 19 17:26:01 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18776]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:01 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-service_facts[18779]: Invoked Aug 19 17:26:01 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18776]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:02 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18944]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-leulbpomozajveaavbybcaowtnpjqtgs ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102762.02-29675-77434233525396/AnsiballZ_systemd.py Aug 19 17:26:02 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18944]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:02 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[18947]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:26:02 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:18952:355307 (system bus name :1.2344 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:26:02 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:26:02 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:18952:355307 (system bus name :1.2344, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:26:02 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[18944]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:03 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19023]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-waiejdaiphjhkzbbegquacwwqyqsgfsj ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102763.0-29720-191703680975076/AnsiballZ_blivet.py Aug 19 17:26:03 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19023]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:03 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[19026]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:26:03 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19023]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:03 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19081]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-gnppwazdfjugyqiexjsejujjkswlxzoh ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102763.62-29763-198681084149195/AnsiballZ_stat.py Aug 19 17:26:03 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19081]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:03 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[19084]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/fstab get_md5=False get_mime=True get_attributes=True Aug 19 17:26:03 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19081]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:04 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19135]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-uzjuiawotykhdmrttzjislnlytksmaoh ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102764.07-29787-278222186147577/AnsiballZ_systemd.py Aug 19 17:26:04 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19135]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:04 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[19138]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:26:04 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:19143:355471 (system bus name :1.2348 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:26:04 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:26:04 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:19143:355471 (system bus name :1.2348, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:26:04 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19135]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:05 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19211]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-huyrhhljcywgpesxskljqzhtoogdjwob ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102764.97-29843-141110081632075/AnsiballZ_stat.py Aug 19 17:26:05 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19211]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:05 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[19214]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/crypttab get_md5=False get_mime=True get_attributes=True Aug 19 17:26:05 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19211]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:05 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19265]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ygjvfuyczjvwwbxjpzvcxtosusuflrck ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102765.39-29872-221900326641651/AnsiballZ_setup.py Aug 19 17:26:05 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19265]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:05 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[19268]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:26:05 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19265]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:06 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19369]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-epmwwcwdzybsuqpupfjcofnfnfthqepy ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102766.23-29903-153279173753944/AnsiballZ_blivet.py Aug 19 17:26:06 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19369]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:06 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[19372]: Invoked with packages_only=True disklabel_type=None volumes=[] diskvolume_mkfs_option_map={} safe_mode=True pools=[{'shared': None, 'raid_device_count': None, 'grow_to_fill': None, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': [], 'encryption_key': None, 'encryption_luks_version': None, 'raid_spare_count': None, 'state': 'present', 'volumes': [{'fs_type': 'xfs', 'mount_options': None, 'size': None, 'mount_point': '/foo', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'type': 'lvm', 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': None, 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_user': None, 'raid_disks': [], 'cache_mode': None, 'name': 'test1', 'mount_group': None, 'thin_pool_size': None, 'cached': None, 'thin': False, 'cache_size': None, 'cache_devices': [], 'fs_create_options': None}], 'encryption_tang_url': None, 'encryption_cipher': None, 'raid_chunk_size': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'raid_level': None, 'encryption_tang_thumbprint': None}] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:26:07 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: sdf: sdf1 Aug 19 17:26:11 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19369]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19518]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ppheeamgfxiagjbmzxjuhvxxggcgqlsl ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102771.77-30144-54210147362180/AnsiballZ_blivet.py Aug 19 17:26:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19518]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:12 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[19521]: Invoked with packages_only=True disklabel_type=None volumes=[{'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'ext4', 'mount_options': None, 'size': None, 'mount_point': None, 'encryption_password': None, 'encryption': False, 'raid_chunk_size': None, 'raid_device_count': None, 'state': 'present', 'mount_mode': None, 'type': 'disk', 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': None, 'encryption_luks_version': None, 'mount_user': None, 'raid_spare_count': None, 'name': 'foo', 'mount_group': None, 'disks': [], 'fs_create_options': None}] diskvolume_mkfs_option_map={} safe_mode=True pools=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:26:13 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: sdf: sdf1 Aug 19 17:26:17 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19518]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:17 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19666]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-nqaitpownskmvypssnatzoyxvtyebcvt ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102777.58-30438-262237949361727/AnsiballZ_blivet.py Aug 19 17:26:17 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19666]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:18 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[19669]: Invoked with packages_only=True disklabel_type=None volumes=[{'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'swap', 'mount_options': None, 'size': None, 'mount_point': None, 'encryption_password': None, 'encryption': False, 'raid_chunk_size': None, 'raid_device_count': None, 'state': 'present', 'mount_mode': None, 'type': 'disk', 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': None, 'encryption_luks_version': None, 'mount_user': None, 'raid_spare_count': None, 'name': 'foo', 'mount_group': None, 'disks': [], 'fs_create_options': None}] diskvolume_mkfs_option_map={} safe_mode=True pools=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:26:18 ip-10-31-45-109.us-east-1.aws.redhat.com kernel: sdf: sdf1 Aug 19 17:26:22 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19666]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:32 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[19828]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:26:33 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19929]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-nwhnxzoontnkfttemackvzoyvnwoofut ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102792.93-31259-148189631893456/AnsiballZ_setup.py Aug 19 17:26:33 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19929]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:33 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[19932]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:26:33 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[19929]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:34 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20033]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-sscjroqoqmbepxtdykzrfoxsysvurttz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102794.42-31319-80619429730513/AnsiballZ_stat.py Aug 19 17:26:34 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20033]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:34 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[20036]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Aug 19 17:26:34 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20033]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:36 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20085]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-jpwgsioqmydyywjtyfrvisprkubedpvz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102795.49-31362-141941135312885/AnsiballZ_yum.py Aug 19 17:26:36 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20085]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:36 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[20088]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-enum34', 'python-blivet3', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'libblockdev'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:26:37 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20085]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:37 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20165]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-nyupysmvvwmskwbnyxhomavospjnylps ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102797.36-31460-266893076580037/AnsiballZ_blivet.py Aug 19 17:26:37 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20165]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:37 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[20168]: Invoked with packages_only=True disklabel_type=None diskvolume_mkfs_option_map={} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:26:37 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20165]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:38 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20223]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-gimxjkvxjacnnqchtgrdptplsacnvpvj ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102798.29-31487-63869205289367/AnsiballZ_yum.py Aug 19 17:26:38 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20223]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:38 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[20226]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['kpartx'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:26:38 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20223]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:39 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20279]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ivygzjdmmvjrhfdwheigpjjpoblabuby ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102798.82-31512-177491020421144/AnsiballZ_service_facts.py Aug 19 17:26:39 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20279]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:39 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-service_facts[20282]: Invoked Aug 19 17:26:39 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20279]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20446]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-pvioqebrvhwyyzqjmtjkjbqfbypctbuw ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102799.98-31553-174478070931790/AnsiballZ_systemd.py Aug 19 17:26:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20446]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:40 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[20449]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:26:40 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:20454:359093 (system bus name :1.2364 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:26:40 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:26:40 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:20454:359093 (system bus name :1.2364, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:26:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20446]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20522]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-paedmbadgjifrwqdhrbxhdopqityguuw ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102800.81-31576-260830159944946/AnsiballZ_blivet.py Aug 19 17:26:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20522]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:41 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[20525]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:26:41 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20522]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:41 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20580]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-leiwtggndxftibpathvsqnzoblvbsuqn ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102801.38-31611-264252924498544/AnsiballZ_stat.py Aug 19 17:26:41 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20580]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:41 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[20583]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/fstab get_md5=False get_mime=True get_attributes=True Aug 19 17:26:41 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20580]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:42 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20635]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-wfzhyibgipdknimxrmdcdgxdeoxnpypx ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102801.83-31641-256328111607891/AnsiballZ_systemd.py Aug 19 17:26:42 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20635]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:42 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[20638]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:26:42 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:20643:359249 (system bus name :1.2368 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:26:42 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:26:42 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:20643:359249 (system bus name :1.2368, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:26:42 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20635]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:43 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20711]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-yghatcbcnfuatcjsrniyywtblgbmlzfw ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102803.11-31727-174422697830402/AnsiballZ_stat.py Aug 19 17:26:43 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20711]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:43 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[20714]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/crypttab get_md5=False get_mime=True get_attributes=True Aug 19 17:26:43 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20711]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:43 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20765]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ppvoknswjjzkwfjpvlocxtltnxbjutwl ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102803.62-31754-216862909117927/AnsiballZ_setup.py Aug 19 17:26:43 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20765]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:43 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[20768]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:26:44 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20765]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:44 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20869]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-lpauhdittuqreiqunefpzsntfhgdjiix ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102804.83-31805-137409826582695/AnsiballZ_yum.py Aug 19 17:26:44 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20869]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:45 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[20872]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['util-linux'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:26:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20869]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20925]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-zjikmtwamsxivlumevxiaasnzazhfkcx ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102805.37-31846-75325245624587/AnsiballZ_find_unused_disk.py Aug 19 17:26:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20925]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:45 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.find_unused_disk[20928]: Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False Aug 19 17:26:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20925]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:46 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20988]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-dpiswagaobvumpiwutbkpqlvblzyoxpi ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102805.97-31879-54884278052662/AnsiballZ_command.py Aug 19 17:26:46 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20988]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:46 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-command[20991]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Aug 19 17:26:46 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[20988]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21056]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-qdhqdiyevrbcinxtpnvrpyxuqbxrqbug ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102807.67-31992-78446134761217/AnsiballZ_setup.py Aug 19 17:26:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21056]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:48 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[21059]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:26:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21056]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:49 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21160]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-zwdmvtsxzuunwhnqpebckszzlmkzpuew ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102809.31-32064-111164527496879/AnsiballZ_stat.py Aug 19 17:26:49 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21160]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:49 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[21163]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Aug 19 17:26:49 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21160]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21212]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-hmxzrrkhsbnutsufvyngiitjhpluokio ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102810.36-32109-211026566304563/AnsiballZ_yum.py Aug 19 17:26:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21212]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:50 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[21215]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-enum34', 'python-blivet3', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'libblockdev'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:26:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21212]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:52 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21289]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-dyriviaeizvyqkjrqqnrchiakxbvohdj ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102811.94-32210-242457837392652/AnsiballZ_blivet.py Aug 19 17:26:52 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21289]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:52 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[21292]: Invoked with packages_only=True disklabel_type=None diskvolume_mkfs_option_map={} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:26:52 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21289]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:53 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21347]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ejxvcmknthvnfwggfdyjttynyqylnfiz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102813.4-32303-43723012353937/AnsiballZ_yum.py Aug 19 17:26:53 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21347]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:53 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[21350]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['kpartx'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:26:53 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21347]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:54 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21403]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-vngjnlwgzhksxpqitgsgimiqwxbqltxp ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102814.0-32344-224177419046648/AnsiballZ_service_facts.py Aug 19 17:26:54 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21403]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:54 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-service_facts[21406]: Invoked Aug 19 17:26:55 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21403]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:56 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21571]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ciiftjdffihwaabotzzmacyegwkvokou ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102815.46-32426-104514156106149/AnsiballZ_systemd.py Aug 19 17:26:56 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21571]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:56 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[21574]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:26:56 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:21579:360668 (system bus name :1.2381 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:26:56 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:26:56 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:21579:360668 (system bus name :1.2381, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:26:56 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21571]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:56 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21647]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-xmhuupvagyzoecehsyswkgbrdpegpiho ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102816.66-32501-12260166057330/AnsiballZ_blivet.py Aug 19 17:26:56 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21647]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:57 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[21650]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:26:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21647]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21705]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-xwbsfyoypqibbgukitwoanormogvahfv ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102817.37-32547-266729101291373/AnsiballZ_stat.py Aug 19 17:26:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21705]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:57 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[21708]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/fstab get_md5=False get_mime=True get_attributes=True Aug 19 17:26:57 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21705]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:58 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21759]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-cxdbqmkuusexhnnegzqszmuaxvkebbpk ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102817.89-32589-108766219213800/AnsiballZ_systemd.py Aug 19 17:26:58 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21759]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:58 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[21762]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:26:58 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:21767:360869 (system bus name :1.2385 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:26:58 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:26:58 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:21767:360869 (system bus name :1.2385, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:26:58 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21759]: pam_unix(sudo:session): session closed for user root Aug 19 17:26:59 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21835]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-sgfpkmagacgiuompanxjuflshoplgirz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102819.57-32708-102680793659659/AnsiballZ_stat.py Aug 19 17:26:59 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21835]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:26:59 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[21838]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/crypttab get_md5=False get_mime=True get_attributes=True Aug 19 17:26:59 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21835]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:00 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21889]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-dkhxldgvugtvfkjlefecrklfecfdgdec ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102820.09-32744-183665722125756/AnsiballZ_setup.py Aug 19 17:27:00 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21889]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:00 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[21892]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:27:00 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21889]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:01 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21993]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-jlrfepdtymvzsaugufuhikqymlxgzzei ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102821.44-348-82610956357286/AnsiballZ_yum.py Aug 19 17:27:01 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21993]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:01 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[21996]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['util-linux'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:27:01 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[21993]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:02 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22049]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ubodncetwhcuxjkprpyyilwtwnjweolj ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102822.31-424-223645812777036/AnsiballZ_find_unused_disk.py Aug 19 17:27:02 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22049]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:02 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.find_unused_disk[22052]: Invoked with min_size=10g max_return=1 max_size=0 with_interface=None match_sector_size=False Aug 19 17:27:02 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22049]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:03 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22112]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ajuvltnocimwjgrkmvpfjxgwptjywaug ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102823.12-487-42845113209806/AnsiballZ_command.py Aug 19 17:27:03 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22112]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:03 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-command[22115]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Aug 19 17:27:03 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22112]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:10 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[22180]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:27:10 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22281]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ubblhixcdoqclyomlgtupswlyzyymdie ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102830.8-999-92083742624632/AnsiballZ_setup.py Aug 19 17:27:10 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22281]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:11 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[22284]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:27:11 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22281]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22385]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-deqydmqpryjijkvwrlntywmftwretijv ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102831.96-1048-46930862661277/AnsiballZ_stat.py Aug 19 17:27:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22385]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:12 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[22388]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Aug 19 17:27:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22385]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:13 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22437]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ccfuxrwvupeidfowsxdvujzbeecwiypb ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102832.87-1104-34316261878540/AnsiballZ_yum.py Aug 19 17:27:13 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22437]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:13 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[22440]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-enum34', 'python-blivet3', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'libblockdev'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:27:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22437]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22516]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-jwvauppruiyaehvewoodulyuclapless ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102834.6-1203-52209618589984/AnsiballZ_blivet.py Aug 19 17:27:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22516]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:15 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[22519]: Invoked with packages_only=True disklabel_type=None diskvolume_mkfs_option_map={} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:27:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22516]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22574]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-sgwvrximigaagdvrfqzrbkyrgofgzuqn ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102835.64-1282-72693988718390/AnsiballZ_yum.py Aug 19 17:27:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22574]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:15 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[22577]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['kpartx'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:27:16 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22574]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:16 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22630]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-fitczapyrzqgyjiaohxepmsxcamlkaua ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102836.23-1319-40891322399231/AnsiballZ_service_facts.py Aug 19 17:27:16 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22630]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:16 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-service_facts[22633]: Invoked Aug 19 17:27:17 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22630]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:18 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22797]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-rsymtpsxvxesezaqvelsmwngsvrdmegu ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102837.86-1425-91242074332339/AnsiballZ_systemd.py Aug 19 17:27:18 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22797]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:18 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[22800]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:27:18 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:22805:362932 (system bus name :1.2398 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:27:18 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:27:19 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:22805:362932 (system bus name :1.2398, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:27:19 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22797]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:19 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22873]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-kooztstntwwcbovdfsdbenvvxuknbzee ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102839.34-1514-169847447821756/AnsiballZ_blivet.py Aug 19 17:27:19 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22873]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:19 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[22876]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:27:19 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22873]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:20 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22931]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-rgbqawwngxttossvvauyuzwzxnrpujnz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102840.05-1588-147967206130060/AnsiballZ_stat.py Aug 19 17:27:20 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22931]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:20 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[22934]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/fstab get_md5=False get_mime=True get_attributes=True Aug 19 17:27:20 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22931]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:20 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22985]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-sbmpnrqenumbmyslslfbfrawbvkotreu ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102840.52-1617-221304839929181/AnsiballZ_systemd.py Aug 19 17:27:20 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22985]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:20 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[22988]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:27:20 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:22993:363118 (system bus name :1.2402 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:27:20 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:27:20 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:22993:363118 (system bus name :1.2402, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:27:20 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[22985]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:22 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23061]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-nlhfzggplwarmokhntydffhdcqacqlwq ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102841.91-1733-72830983772338/AnsiballZ_stat.py Aug 19 17:27:22 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23061]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:22 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[23064]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/crypttab get_md5=False get_mime=True get_attributes=True Aug 19 17:27:22 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23061]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:22 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23115]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ejqrtujmcnplzbypxsbnvzizbaigadlu ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102842.36-1756-98810973413458/AnsiballZ_setup.py Aug 19 17:27:22 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23115]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:22 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[23118]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:27:22 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23115]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:24 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23219]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-vkxtlbbctulzscuizvuiyshlrxktbakb ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102843.45-1832-10615350929495/AnsiballZ_package_facts.py Aug 19 17:27:24 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23219]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:24 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-package_facts[23222]: Invoked with manager=['auto'] strategy=first Aug 19 17:27:24 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23219]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:38 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23287]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-tqcfvhfhduqebfuosoboendcxyiqbuwz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102858.17-2634-65597463420783/AnsiballZ_setup.py Aug 19 17:27:38 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23287]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:38 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[23290]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:27:39 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23287]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23391]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-cxgtilliyeudjsyhyzfvypheoinkechh ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102859.81-2712-1274759879570/AnsiballZ_stat.py Aug 19 17:27:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23391]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:40 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[23394]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Aug 19 17:27:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23391]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23443]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-dpeshbkuzgccqduzawofsmvzhzcnaxsd ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102860.73-2753-107564080706153/AnsiballZ_yum.py Aug 19 17:27:40 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23443]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:41 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[23446]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-enum34', 'python-blivet3', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'libblockdev'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:27:41 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23443]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:42 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23520]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-xtwxnenbgxjymeocknhbqtdlouwqkqak ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102862.02-2801-245735108562919/AnsiballZ_blivet.py Aug 19 17:27:42 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23520]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:42 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[23523]: Invoked with packages_only=True disklabel_type=None diskvolume_mkfs_option_map={} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:27:42 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23520]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:43 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23578]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-nbccxrwzqamscddxjdtpupecgfskomej ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102863.14-2854-56587483729581/AnsiballZ_yum.py Aug 19 17:27:43 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23578]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:43 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[23581]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['kpartx'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:27:43 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23578]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:44 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23634]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-sgsulkbhrkrxarqxcqzpqvnfwsemesux ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102863.79-2911-126687307089324/AnsiballZ_service_facts.py Aug 19 17:27:44 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23634]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:44 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-service_facts[23637]: Invoked Aug 19 17:27:44 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23634]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23802]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-yrchceqorgrtaesjabptwvwpvwtbqexz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102865.15-2989-108798372211478/AnsiballZ_systemd.py Aug 19 17:27:45 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23802]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:46 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[23805]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:27:46 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:23810:365639 (system bus name :1.2413 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:27:46 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:27:46 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:23810:365639 (system bus name :1.2413, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:27:46 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23802]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:46 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23878]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-cjpypnrsoycfurvythaxubpxmcddqjth ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102866.29-3049-55452567828744/AnsiballZ_blivet.py Aug 19 17:27:46 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23878]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:46 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[23881]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:27:46 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23878]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:47 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23936]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-nkhhidgkjvombwbsvfkcayeyvknwgxpr ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102866.89-3085-130965299714049/AnsiballZ_stat.py Aug 19 17:27:47 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23936]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:47 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[23939]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/fstab get_md5=False get_mime=True get_attributes=True Aug 19 17:27:47 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23936]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:47 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23990]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-iuupkxbdqpupbctwztlumleivizzdzjm ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102867.34-3117-103440118705999/AnsiballZ_systemd.py Aug 19 17:27:47 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23990]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:47 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[23993]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:27:47 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:23998:365798 (system bus name :1.2417 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:27:47 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:27:47 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:23998:365798 (system bus name :1.2417, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:27:47 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[23990]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24066]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-qfioidupnsjevhvqectivchrbvmugqah ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102868.24-3181-192712429556034/AnsiballZ_stat.py Aug 19 17:27:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24066]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:48 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[24069]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/crypttab get_md5=False get_mime=True get_attributes=True Aug 19 17:27:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24066]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24120]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-oqfakhyaiwqoxbmtfichgfbxowinkwch ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102868.67-3203-97513706619335/AnsiballZ_setup.py Aug 19 17:27:48 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24120]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:48 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[24123]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:27:49 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24120]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24224]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-xakfdomjmhyoopsbikkcmrpjoxircjwx ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102869.93-3257-213601309855534/AnsiballZ_yum.py Aug 19 17:27:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24224]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:50 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[24227]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['util-linux'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:27:50 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24224]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24280]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-wbyedeleukqnapwtonjpfrrotxpgcxpz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102870.81-3330-281114180226530/AnsiballZ_find_unused_disk.py Aug 19 17:27:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24280]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:51 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.find_unused_disk[24283]: Invoked with min_size=5g max_return=1 max_size=0 with_interface=None match_sector_size=False Aug 19 17:27:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24280]: pam_unix(sudo:session): session closed for user root Aug 19 17:27:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24343]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-vvfojopjgvfnwznosogqkgfdheikpaka ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102871.61-3385-193272722261483/AnsiballZ_command.py Aug 19 17:27:51 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24343]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:27:52 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-command[24346]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Aug 19 17:27:52 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24343]: pam_unix(sudo:session): session closed for user root Aug 19 17:28:02 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24411]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-qtsibvdqrrrjtlaykkkrdyamvzkzqwiu ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102881.82-3860-167470779632941/AnsiballZ_setup.py Aug 19 17:28:02 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24411]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:28:02 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[24414]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:28:02 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24411]: pam_unix(sudo:session): session closed for user root Aug 19 17:28:03 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24515]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-uhwscchlvxaibkvtcmntvhpkkwpnfxvd ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102883.52-3904-116370431197810/AnsiballZ_stat.py Aug 19 17:28:03 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24515]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:28:03 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[24518]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Aug 19 17:28:03 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24515]: pam_unix(sudo:session): session closed for user root Aug 19 17:28:05 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24567]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-gfzmrokdnixgjyisxqnykazkwoxmkbmb ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102884.84-3965-33282428104917/AnsiballZ_yum.py Aug 19 17:28:05 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24567]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:28:05 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[24570]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-enum34', 'python-blivet3', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'libblockdev'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:28:06 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24567]: pam_unix(sudo:session): session closed for user root Aug 19 17:28:06 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24644]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-hegoxgskzlbvkewibpisvzzoijzwnbry ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102886.54-4056-81214437136388/AnsiballZ_blivet.py Aug 19 17:28:06 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24644]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:28:07 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[24647]: Invoked with packages_only=True disklabel_type=None diskvolume_mkfs_option_map={} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:28:07 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24644]: pam_unix(sudo:session): session closed for user root Aug 19 17:28:07 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24702]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-surfvxakkytxejvxhserddnamcvnutmw ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102887.7-4107-78381358107700/AnsiballZ_yum.py Aug 19 17:28:07 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24702]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:28:08 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[24705]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['kpartx'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:28:08 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24702]: pam_unix(sudo:session): session closed for user root Aug 19 17:28:08 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24758]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-gvdirjxauadcymdeogzaabrbdurifiik ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102888.28-4160-24520889542132/AnsiballZ_service_facts.py Aug 19 17:28:08 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24758]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:28:08 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-service_facts[24761]: Invoked Aug 19 17:28:09 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24758]: pam_unix(sudo:session): session closed for user root Aug 19 17:28:09 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24925]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ahbispzwhhenhpuayqkiiukzobbafupw ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102889.55-4218-154071447442915/AnsiballZ_systemd.py Aug 19 17:28:09 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24925]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:28:10 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[24928]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=True Aug 19 17:28:10 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:24933:368047 (system bus name :1.2430 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:28:10 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:28:10 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:24933:368047 (system bus name :1.2430, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:28:10 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[24925]: pam_unix(sudo:session): session closed for user root Aug 19 17:28:10 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25001]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-oullmlcraymyjvbcnjwecbkfsrszfczk ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102890.35-4235-17923688593299/AnsiballZ_blivet.py Aug 19 17:28:10 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25001]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:28:10 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.blivet[25004]: Invoked with packages_only=False disklabel_type=None diskvolume_mkfs_option_map={'ext4': '-F', 'ext3': '-F', 'ext2': '-F'} safe_mode=True pools=[] volumes=[] pool_defaults={'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'raid_level': None, 'encryption_key_size': None, 'encryption_key': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'encryption_luks_version': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None} volume_defaults={'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''} use_partitions=None Aug 19 17:28:10 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25001]: pam_unix(sudo:session): session closed for user root Aug 19 17:28:11 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25059]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-yhwckukqautxculkbfooyepjposhlmii ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102890.9-4266-129864452270439/AnsiballZ_stat.py Aug 19 17:28:11 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25059]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:28:11 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[25062]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/fstab get_md5=False get_mime=True get_attributes=True Aug 19 17:28:11 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25059]: pam_unix(sudo:session): session closed for user root Aug 19 17:28:11 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25113]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-fynjaqxknrekhlvgoounfyuxehxremiz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102891.36-4283-165408911062498/AnsiballZ_systemd.py Aug 19 17:28:11 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25113]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:28:11 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-systemd[25116]: Invoked with no_block=False force=None name= daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Aug 19 17:28:11 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Registered Authentication Agent for unix-process:25121:368199 (system bus name :1.2434 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Aug 19 17:28:11 ip-10-31-45-109.us-east-1.aws.redhat.com systemd[1]: Reloading. Aug 19 17:28:11 ip-10-31-45-109.us-east-1.aws.redhat.com polkitd[478]: Unregistered Authentication Agent for unix-process:25121:368199 (system bus name :1.2434, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Aug 19 17:28:11 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25113]: pam_unix(sudo:session): session closed for user root Aug 19 17:28:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25189]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-awwkwlgkaympjxrkbepstvckdbzaqvog ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102892.27-4336-58346973035997/AnsiballZ_stat.py Aug 19 17:28:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25189]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:28:12 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-stat[25192]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/crypttab get_md5=False get_mime=True get_attributes=True Aug 19 17:28:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25189]: pam_unix(sudo:session): session closed for user root Aug 19 17:28:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25243]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-opwacjxcxpnwklycspyykiaujxvmvojl ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102892.7-4357-48696802629355/AnsiballZ_setup.py Aug 19 17:28:12 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25243]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:28:13 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-setup[25246]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Aug 19 17:28:13 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25243]: pam_unix(sudo:session): session closed for user root Aug 19 17:28:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25347]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ayulcrvicyyfsyfeffwtkwxaakggrlzy ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102893.99-4411-62994842414920/AnsiballZ_yum.py Aug 19 17:28:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25347]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:28:14 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-yum[25350]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['util-linux'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Aug 19 17:28:14 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25347]: pam_unix(sudo:session): session closed for user root Aug 19 17:28:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25403]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-jaopugtsanmlbmpollkokdfoydflikgj ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102894.69-4466-30677191949666/AnsiballZ_find_unused_disk.py Aug 19 17:28:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25403]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:28:15 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.find_unused_disk[25406]: Invoked with min_size=3g max_return=1 max_size=0 with_interface=None match_sector_size=False Aug 19 17:28:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25403]: pam_unix(sudo:session): session closed for user root Aug 19 17:28:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25466]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ktgrrnntxxgfxnwixzevuynzfyzpeeld ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1724102895.53-4510-231939812434080/AnsiballZ_command.py Aug 19 17:28:15 ip-10-31-45-109.us-east-1.aws.redhat.com sudo[25466]: pam_unix(sudo:session): session opened for user root by root(uid=0) Aug 19 17:28:16 ip-10-31-45-109.us-east-1.aws.redhat.com ansible-command[25469]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Monday 19 August 2024 17:28:16 -0400 (0:00:00.773) 0:00:14.522 ********* 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: /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Monday 19 August 2024 17:28:16 -0400 (0:00:00.120) 0:00:14.642 ********* fatal: [managed_node2]: FAILED! => { "changed": false } MSG: Unable to find enough unused disks. Exiting playbook. PLAY RECAP ********************************************************************* managed_node2 : ok=30 changed=2 unreachable=0 failed=1 skipped=13 rescued=0 ignored=0 Monday 19 August 2024 17:28:16 -0400 (0:00:00.031) 0:00:14.674 ********* =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.80s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Gathering Facts --------------------------------------------------------- 1.26s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/tests_remove_mount.yml:2 fedora.linux_system_roles.storage : Get service facts ------------------- 1.24s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Find unused disks in the system ----------------------------------------- 0.90s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 fedora.linux_system_roles.storage : Update facts ------------------------ 0.88s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Ensure test packages ---------------------------------------------------- 0.87s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 fedora.linux_system_roles.storage : Mask the systemd cryptsetup services --- 0.78s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Debug why there are no unused disks ------------------------------------- 0.77s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 fedora.linux_system_roles.storage : Get required packages --------------- 0.76s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.75s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Check if system is ostree ----------- 0.54s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 0.52s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services --- 0.51s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 fedora.linux_system_roles.storage : Check if /etc/fstab is present ------ 0.37s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file --- 0.37s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 fedora.linux_system_roles.storage : Include the appropriate provider tasks --- 0.25s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 fedora.linux_system_roles.storage : Enable copr repositories if needed --- 0.17s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 fedora.linux_system_roles.storage : Set platform/version specific variables --- 0.13s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 fedora.linux_system_roles.storage : Set platform/version specific variables --- 0.13s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Set unused_disks if necessary ------------------------------------------- 0.12s /tmp/collections-LGs/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29