[WARNING]: running playbook inside collection redhat.rhel_system_roles
ansible-playbook [core 2.14.17]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3)
  jinja version = 3.1.2
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_lvm_errors.yml *************************************************
1 plays in /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_lvm_errors.yml

PLAY [Test lvm errors] *********************************************************

TASK [Gathering Facts] *********************************************************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_lvm_errors.yml:2
Monday 21 October 2024  16:29:26 -0400 (0:00:00.011)       0:00:00.011 ******** 
ok: [managed-node1]

TASK [Run the role] ************************************************************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_lvm_errors.yml:18
Monday 21 October 2024  16:29:28 -0400 (0:00:01.416)       0:00:01.427 ******** 

TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:2
Monday 21 October 2024  16:29:28 -0400 (0:00:00.053)       0:00:01.480 ******** 
included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml for managed-node1

TASK [redhat.rhel_system_roles.storage : Ensure ansible_facts used by role] ****
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:2
Monday 21 October 2024  16:29:28 -0400 (0:00:00.041)       0:00:01.522 ******** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [redhat.rhel_system_roles.storage : Set platform/version specific variables] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7
Monday 21 October 2024  16:29:28 -0400 (0:00:00.044)       0:00:01.567 ******** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=RedHat_9.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs",
            "stratisd",
            "stratis-cli",
            "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}"
        ]
    },
    "ansible_included_var_files": [
        "/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/RedHat_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_9.yml"
}
skipping: [managed-node1] => (item=RedHat_9.5.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_9.5.yml",
    "skip_reason": "Conditional result was False"
}

TASK [redhat.rhel_system_roles.storage : Check if system is ostree] ************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25
Monday 21 October 2024  16:29:28 -0400 (0:00:00.070)       0:00:01.637 ******** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [redhat.rhel_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:30
Monday 21 October 2024  16:29:29 -0400 (0:00:00.723)       0:00:02.361 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__storage_is_ostree": false
    },
    "changed": false
}

TASK [redhat.rhel_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:5
Monday 21 October 2024  16:29:29 -0400 (0:00:00.034)       0:00:02.396 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [redhat.rhel_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:9
Monday 21 October 2024  16:29:29 -0400 (0:00:00.019)       0:00:02.415 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [redhat.rhel_system_roles.storage : Include the appropriate provider tasks] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml:13
Monday 21 October 2024  16:29:29 -0400 (0:00:00.019)       0:00:02.435 ******** 
included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml for managed-node1

TASK [redhat.rhel_system_roles.storage : Make sure blivet is available] ********
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2
Monday 21 October 2024  16:29:29 -0400 (0:00:00.051)       0:00:02.487 ******** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [redhat.rhel_system_roles.storage : Show storage_pools] *******************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:9
Monday 21 October 2024  16:29:30 -0400 (0:00:01.154)       0:00:03.641 ******** 
ok: [managed-node1] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined"
}

TASK [redhat.rhel_system_roles.storage : Show storage_volumes] *****************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:14
Monday 21 October 2024  16:29:30 -0400 (0:00:00.036)       0:00:03.678 ******** 
ok: [managed-node1] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined"
}

TASK [redhat.rhel_system_roles.storage : Get required packages] ****************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19
Monday 21 October 2024  16:29:30 -0400 (0:00:00.040)       0:00:03.719 ******** 
ok: [managed-node1] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [redhat.rhel_system_roles.storage : Enable copr repositories if needed] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:31
Monday 21 October 2024  16:29:31 -0400 (0:00:00.897)       0:00:04.617 ******** 
included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node1

TASK [redhat.rhel_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:2
Monday 21 October 2024  16:29:31 -0400 (0:00:00.036)       0:00:04.653 ******** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [redhat.rhel_system_roles.storage : Make sure COPR support packages are present] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:13
Monday 21 October 2024  16:29:31 -0400 (0:00:00.029)       0:00:04.683 ******** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [redhat.rhel_system_roles.storage : Enable COPRs] *************************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/enable_coprs.yml:19
Monday 21 October 2024  16:29:31 -0400 (0:00:00.030)       0:00:04.713 ******** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [redhat.rhel_system_roles.storage : Make sure required packages are installed] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37
Monday 21 October 2024  16:29:31 -0400 (0:00:00.028)       0:00:04.742 ******** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [redhat.rhel_system_roles.storage : Get service facts] ********************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51
Monday 21 October 2024  16:29:32 -0400 (0:00:00.870)       0:00:05.612 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "autofs.service": {
                "name": "autofs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "alias"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd-restricted.service": {
                "name": "chronyd-restricted.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-broker.service": {
                "name": "dbus-broker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "fstrim.service": {
                "name": "fstrim.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "fwupd-offline-update.service": {
                "name": "fwupd-offline-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "fwupd-refresh.service": {
                "name": "fwupd-refresh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "fwupd.service": {
                "name": "fwupd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "getty@.service": {
                "name": "getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "getty@tty1.service": {
                "name": "getty@tty1.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "grub2-systemd-integration.service": {
                "name": "grub2-systemd-integration.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "logrotate.service": {
                "name": "logrotate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm-devices-import.service": {
                "name": "lvm-devices-import.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "lvm2-activation-early.service": {
                "name": "lvm2-activation-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@.service": {
                "name": "modprobe@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "modprobe@configfs.service": {
                "name": "modprobe@configfs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@drm.service": {
                "name": "modprobe@drm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@fuse.service": {
                "name": "modprobe@fuse.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "nm-priv-helper.service": {
                "name": "nm-priv-helper.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pam_namespace.service": {
                "name": "pam_namespace.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "quotaon.service": {
                "name": "quotaon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "raid-check.service": {
                "name": "raid-check.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-svcgssd.service": {
                "name": "rpc-svcgssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpmdb-rebuild.service": {
                "name": "rpmdb-rebuild.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "selinux-check-proper-disable.service": {
                "name": "selinux-check-proper-disable.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "stratis-fstab-setup@.service": {
                "name": "stratis-fstab-setup@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "stratisd-min-postinitrd.service": {
                "name": "stratisd-min-postinitrd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "stratisd.service": {
                "name": "stratisd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-bless-boot.service": {
                "name": "systemd-bless-boot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-boot-check-no-failures.service": {
                "name": "systemd-boot-check-no-failures.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-boot-random-seed.service": {
                "name": "systemd-boot-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-boot-update.service": {
                "name": "systemd-boot-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service": {
                "name": "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-xvda2.service": {
                "name": "systemd-fsck@dev-xvda2.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-growfs-root.service": {
                "name": "systemd-growfs-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-growfs@.service": {
                "name": "systemd-growfs@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-journald@.service": {
                "name": "systemd-journald@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-network-generator.service": {
                "name": "systemd-network-generator.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-pcrfs-root.service": {
                "name": "systemd-pcrfs-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pcrfs@.service": {
                "name": "systemd-pcrfs@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrmachine.service": {
                "name": "systemd-pcrmachine.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase-initrd.service": {
                "name": "systemd-pcrphase-initrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase-sysinit.service": {
                "name": "systemd-pcrphase-sysinit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase.service": {
                "name": "systemd-pcrphase.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled-runtime"
            },
            "systemd-repart.service": {
                "name": "systemd-repart.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysext.service": {
                "name": "systemd-sysext.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "systemd-sysupdate-reboot.service": {
                "name": "systemd-sysupdate-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "systemd-sysupdate.service": {
                "name": "systemd-sysupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-timesyncd.service": {
                "name": "systemd-timesyncd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles.service": {
                "name": "systemd-tmpfiles.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udevd.service": {
                "name": "systemd-udevd.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-update-done.service": {
                "name": "systemd-update-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "udisks2.service": {
                "name": "udisks2.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "ypbind.service": {
                "name": "ypbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "yppasswdd.service": {
                "name": "yppasswdd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypserv.service": {
                "name": "ypserv.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypxfrd.service": {
                "name": "ypxfrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            }
        }
    },
    "changed": false
}

TASK [redhat.rhel_system_roles.storage : Set storage_cryptsetup_services] ******
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57
Monday 21 October 2024  16:29:35 -0400 (0:00:03.194)       0:00:08.807 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [redhat.rhel_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:63
Monday 21 October 2024  16:29:35 -0400 (0:00:00.133)       0:00:08.940 ******** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69
Monday 21 October 2024  16:29:35 -0400 (0:00:00.053)       0:00:08.994 ******** 
ok: [managed-node1] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [redhat.rhel_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:83
Monday 21 October 2024  16:29:36 -0400 (0:00:00.659)       0:00:09.654 ******** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [redhat.rhel_system_roles.storage : Check if /etc/fstab is present] *******
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90
Monday 21 October 2024  16:29:36 -0400 (0:00:00.036)       0:00:09.691 ******** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1729541986.342,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "64cfbfb53e9340e63d4ceca1dd9c532c59261bd7",
        "ctime": 1729152193.0247004,
        "dev": 51716,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 17589255,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729152193.0247004,
        "nlink": 1,
        "path": "/etc/fstab",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 1101,
        "uid": 0,
        "version": "2826562540",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [redhat.rhel_system_roles.storage : Add fingerprint to /etc/fstab if present] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:95
Monday 21 October 2024  16:29:36 -0400 (0:00:00.392)       0:00:10.083 ******** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [redhat.rhel_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:113
Monday 21 October 2024  16:29:36 -0400 (0:00:00.045)       0:00:10.128 ******** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [redhat.rhel_system_roles.storage : Show blivet_output] *******************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:119
Monday 21 October 2024  16:29:37 -0400 (0:00:00.038)       0:00:10.167 ******** 
ok: [managed-node1] => {
    "blivet_output": {
        "actions": [],
        "changed": false,
        "crypts": [],
        "failed": false,
        "leaves": [],
        "mounts": [],
        "packages": [],
        "pools": [],
        "volumes": []
    }
}

TASK [redhat.rhel_system_roles.storage : Set the list of pools for test verification] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:128
Monday 21 October 2024  16:29:37 -0400 (0:00:00.046)       0:00:10.213 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [redhat.rhel_system_roles.storage : Set the list of volumes for test verification] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:132
Monday 21 October 2024  16:29:37 -0400 (0:00:00.043)       0:00:10.257 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [redhat.rhel_system_roles.storage : Remove obsolete mounts] ***************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:148
Monday 21 October 2024  16:29:37 -0400 (0:00:00.041)       0:00:10.299 ******** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:159
Monday 21 October 2024  16:29:37 -0400 (0:00:00.088)       0:00:10.387 ******** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [redhat.rhel_system_roles.storage : Set up new/current mounts] ************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:164
Monday 21 October 2024  16:29:37 -0400 (0:00:00.070)       0:00:10.458 ******** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [redhat.rhel_system_roles.storage : Manage mount ownership/permissions] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:175
Monday 21 October 2024  16:29:37 -0400 (0:00:00.081)       0:00:10.540 ******** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:187
Monday 21 October 2024  16:29:37 -0400 (0:00:00.093)       0:00:10.634 ******** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195
Monday 21 October 2024  16:29:37 -0400 (0:00:00.043)       0:00:10.677 ******** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [redhat.rhel_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:200
Monday 21 October 2024  16:29:37 -0400 (0:00:00.422)       0:00:11.100 ******** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [redhat.rhel_system_roles.storage : Update facts] *************************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222
Monday 21 October 2024  16:29:37 -0400 (0:00:00.039)       0:00:11.139 ******** 
ok: [managed-node1]

TASK [Mark tasks to be skipped] ************************************************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_lvm_errors.yml:22
Monday 21 October 2024  16:29:38 -0400 (0:00:00.947)       0:00:12.086 ******** 
ok: [managed-node1] => {
    "ansible_facts": {
        "storage_skip_checks": [
            "blivet_available",
            "packages_installed",
            "service_facts"
        ]
    },
    "changed": false
}

TASK [Get unused disks] ********************************************************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_lvm_errors.yml:29
Monday 21 October 2024  16:29:38 -0400 (0:00:00.038)       0:00:12.125 ******** 
included: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml for managed-node1

TASK [Ensure test packages] ****************************************************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:2
Monday 21 October 2024  16:29:38 -0400 (0:00:00.034)       0:00:12.160 ******** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Find unused disks in the system] *****************************************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:11
Monday 21 October 2024  16:29:39 -0400 (0:00:00.884)       0:00:13.044 ******** 
ok: [managed-node1] => {
    "changed": false,
    "disks": "Unable to find unused disk",
    "info": [
        "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG_SEC=\"512\"",
        "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG_SEC=\"512\"",
        "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG_SEC=\"512\"",
        "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"209715200\" FSTYPE=\"vfat\" LOG_SEC=\"512\"",
        "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"209715200\" FSTYPE=\"vfat\" LOG_SEC=\"512\"",
        "Line: NAME=\"/dev/xvda3\" TYPE=\"part\" SIZE=\"1073741824\" FSTYPE=\"xfs\" LOG_SEC=\"512\"",
        "Line type [part] is not disk: NAME=\"/dev/xvda3\" TYPE=\"part\" SIZE=\"1073741824\" FSTYPE=\"xfs\" LOG_SEC=\"512\"",
        "Line: NAME=\"/dev/xvda4\" TYPE=\"part\" SIZE=\"267149884928\" FSTYPE=\"xfs\" LOG_SEC=\"512\"",
        "Line type [part] is not disk: NAME=\"/dev/xvda4\" TYPE=\"part\" SIZE=\"267149884928\" FSTYPE=\"xfs\" LOG_SEC=\"512\"",
        "filename [xvda4] is a partition",
        "filename [xvda2] is a partition",
        "filename [xvda3] is a partition",
        "filename [xvda1] is a partition",
        "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions"
    ]
}

TASK [Debug why there are no unused disks] *************************************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:20
Monday 21 October 2024  16:29:40 -0400 (0:00:00.664)       0:00:13.709 ******** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -x\nexec 1>&2\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC\njournalctl -ex\n",
    "delta": "0:00:00.034619",
    "end": "2024-10-21 16:29:41.037206",
    "rc": 0,
    "start": "2024-10-21 16:29:41.002587"
}

STDERR:

+ exec
+ lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC
NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" LOG_SEC="512"
NAME="/dev/xvda1" TYPE="part" SIZE="1048576" FSTYPE="" LOG_SEC="512"
NAME="/dev/xvda2" TYPE="part" SIZE="209715200" FSTYPE="vfat" LOG_SEC="512"
NAME="/dev/xvda3" TYPE="part" SIZE="1073741824" FSTYPE="xfs" LOG_SEC="512"
NAME="/dev/xvda4" TYPE="part" SIZE="267149884928" FSTYPE="xfs" LOG_SEC="512"
+ journalctl -ex
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       291496 Aug 19 06:02 usr/lib64/libmount.so.1.1.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           28 Aug 19 06:02 usr/lib64/libmpfr.so.6 -> ../../lib64/libmpfr.so.6.1.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       726864 Aug 10  2021 usr/lib64/libmpfr.so.6.1.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           27 Aug 19 06:02 usr/lib64/libndp.so.0 -> ../../lib64/libndp.so.0.3.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        32424 Jul 22 05:25 usr/lib64/libndp.so.0.3.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           28 Aug 19 06:02 usr/lib64/libnettle.so.8 -> ../../lib64/libnettle.so.8.8
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       357336 Nov 20  2023 usr/lib64/libnettle.so.8.8
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           33 Aug 19 06:02 usr/lib64/libnghttp2.so.14 -> ../../lib64/libnghttp2.so.14.20.1
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       168672 Apr 10  2024 usr/lib64/libnghttp2.so.14.20.1
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           31 Aug 19 06:02 usr/lib64/libnl-3.so.200 -> ../../lib64/libnl-3.so.200.26.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       146376 Dec  4  2023 usr/lib64/libnl-3.so.200.26.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           35 Aug 19 06:02 usr/lib64/libnl-cli-3.so.200 -> ../../lib64/libnl-cli-3.so.200.26.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        53472 Dec  4  2023 usr/lib64/libnl-cli-3.so.200.26.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           36 Aug 19 06:02 usr/lib64/libnl-genl-3.so.200 -> ../../lib64/libnl-genl-3.so.200.26.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        37544 Dec  4  2023 usr/lib64/libnl-genl-3.so.200.26.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           34 Aug 19 06:02 usr/lib64/libnl-nf-3.so.200 -> ../../lib64/libnl-nf-3.so.200.26.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       120496 Dec  4  2023 usr/lib64/libnl-nf-3.so.200.26.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           37 Aug 19 06:02 usr/lib64/libnl-route-3.so.200 -> ../../lib64/libnl-route-3.so.200.26.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       617664 Dec  4  2023 usr/lib64/libnl-route-3.so.200.26.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           26 Aug 19 06:02 usr/lib64/libnm.so.0 -> ../../lib64/libnm.so.0.1.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root      1576016 Aug 19 06:02 usr/lib64/libnm.so.0.1.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        45760 Aug 19 06:02 usr/lib64/libnss_compat.so.2
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        15480 Aug 19 06:02 usr/lib64/libnss_dns.so.2
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        15480 Aug 19 06:02 usr/lib64/libnss_files.so.2
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       157192 Aug 19 06:02 usr/lib64/libnss_myhostname.so.2
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       149208 Aug 19 06:02 usr/lib64/libnss_resolve.so.2
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        53472 Jul 22 06:09 usr/lib64/libnss_sss.so.2
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       353400 Aug 19 06:02 usr/lib64/libnss_systemd.so.2
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           31 Aug 19 06:02 usr/lib64/libp11-kit.so.0 -> ../../lib64/libp11-kit.so.0.3.1
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root      1714208 Nov 23  2023 usr/lib64/libp11-kit.so.0.3.1
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           28 Aug 19 06:02 usr/lib64/libpam.so.0 -> ../../lib64/libpam.so.0.85.1
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        69592 Jun 18 09:08 usr/lib64/libpam.so.0.85.1
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           29 Aug 19 06:02 usr/lib64/libpcre.so.1 -> ../../lib64/libpcre.so.1.2.12
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       488664 Apr 18  2024 usr/lib64/libpcre.so.1.2.12
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           32 Aug 19 06:02 usr/lib64/libpcre2-8.so.0 -> ../../lib64/libpcre2-8.so.0.11.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       636848 Jul 31 11:45 usr/lib64/libpcre2-8.so.0.11.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           30 Aug 19 06:02 usr/lib64/libprocps.so.8 -> ../../lib64/libprocps.so.8.0.3
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        86144 Jan 23  2024 usr/lib64/libprocps.so.8.0.3
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           27 Aug 19 06:02 usr/lib64/libpsl.so.5 -> ../../lib64/libpsl.so.5.3.3
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        77488 Aug 10  2021 usr/lib64/libpsl.so.5.3.3
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           30 Aug 19 06:02 usr/lib64/libreadline.so.8 -> ../../lib64/libreadline.so.8.1
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       358128 Aug 10  2021 usr/lib64/libreadline.so.8.1
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        70880 Aug 19 06:02 usr/lib64/libresolv.so.2
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           29 Aug 19 06:02 usr/lib64/libsasl2.so.3 -> ../../lib64/libsasl2.so.3.0.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       128416 Sep 12  2022 usr/lib64/libsasl2.so.3.0.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           31 Aug 19 06:02 usr/lib64/libseccomp.so.2 -> ../../lib64/libseccomp.so.2.5.2
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       127680 Nov  9  2021 usr/lib64/libseccomp.so.2.5.2
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       175752 Dec 14  2023 usr/lib64/libselinux.so.1
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           31 Aug 19 06:02 usr/lib64/libsigsegv.so.2 -> ../../lib64/libsigsegv.so.2.0.6
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        20192 Aug 10  2021 usr/lib64/libsigsegv.so.2.0.6
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           33 Aug 19 06:02 usr/lib64/libsmartcols.so.1 -> ../../lib64/libsmartcols.so.1.1.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       107944 Aug 19 06:02 usr/lib64/libsmartcols.so.1.1.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           27 Aug 19 06:02 usr/lib64/libssh.so.4 -> ../../lib64/libssh.so.4.9.4
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       483832 Feb 19  2024 usr/lib64/libssh.so.4.9.4
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           27 Aug 19 06:02 usr/lib64/libssl.so.3 -> ../../lib64/libssl.so.3.2.2
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       957480 Aug 19 06:02 usr/lib64/libssl.so.3.2.2
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           32 Aug 19 06:02 usr/lib64/libsystemd.so.0 -> ../../lib64/libsystemd.so.0.35.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       920032 Aug 19 06:02 usr/lib64/libsystemd.so.0.35.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           29 Aug 19 06:02 usr/lib64/libtasn1.so.6 -> ../../lib64/libtasn1.so.6.6.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        94112 Dec  1  2022 usr/lib64/libtasn1.so.6.6.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           28 Aug 19 06:02 usr/lib64/libteam.so.5 -> ../../lib64/libteam.so.5.6.1
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        60984 Dec  7  2022 usr/lib64/libteam.so.5.6.1
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           32 Aug 19 06:02 usr/lib64/libteamdctl.so.0 -> ../../lib64/libteamdctl.so.0.1.5
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        31792 Dec  7  2022 usr/lib64/libteamdctl.so.0.1.5
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           27 Aug 19 06:02 usr/lib64/libtinfo.so.6 -> ../../lib64/libtinfo.so.6.2
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       195080 Aug 21  2023 usr/lib64/libtinfo.so.6.2
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           28 Aug 19 06:02 usr/lib64/libudev.so.1 -> ../../lib64/libudev.so.1.7.5
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       200248 Aug 19 06:02 usr/lib64/libudev.so.1.7.5
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           33 Aug 19 06:02 usr/lib64/libunistring.so.2 -> ../../lib64/libunistring.so.2.1.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root      1591920 Aug 10  2021 usr/lib64/libunistring.so.2.1.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           35 Aug 19 06:02 usr/lib64/liburcu-common.so.6 -> ../../lib64/liburcu-common.so.6.1.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        24248 Aug 10  2021 usr/lib64/liburcu-common.so.6.1.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           28 Aug 19 06:02 usr/lib64/liburcu.so.6 -> ../../lib64/liburcu.so.6.1.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        41312 Aug 10  2021 usr/lib64/liburcu.so.6.1.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           28 Aug 19 06:02 usr/lib64/libuuid.so.1 -> ../../lib64/libuuid.so.1.3.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        36432 Aug 19 06:02 usr/lib64/libuuid.so.1.3.0
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           26 Aug 19 06:02 usr/lib64/libz.so.1 -> ../../lib64/libz.so.1.2.11
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       102552 May  9  2023 usr/lib64/libz.so.1.2.11
Oct 21 16:24:55 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           28 Aug 19 06:02 usr/lib64/libzstd.so.1 -> ../../lib64/libzstd.so.1.5.1
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       882376 Feb  8  2022 usr/lib64/libzstd.so.1.5.1
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: drwxr-xr-x   2 root     root            0 Aug 19 06:02 usr/lib64/systemd
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root      2162048 Aug 19 06:02 usr/lib64/systemd/libsystemd-core-252.so
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root      3827296 Aug 19 06:02 usr/lib64/systemd/libsystemd-shared-252.so
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: drwxr-xr-x   2 root     root            0 Aug 19 06:02 usr/libexec
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        15832 Aug 19 06:02 usr/libexec/nm-daemon-helper
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        19872 Aug 19 06:02 usr/libexec/nm-dhcp-helper
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       757608 Aug 19 06:02 usr/libexec/nm-initrd-generator
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root      1452384 Aug  5 11:45 usr/libexec/vi
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: drwxr-xr-x   2 root     root            0 Aug 19 06:02 usr/sbin
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root      3769352 Aug 19 06:02 usr/sbin/NetworkManager
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           13 Aug 19 06:02 usr/sbin/arping -> ../bin/arping
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        53032 Aug 19 06:02 usr/sbin/blkid
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        40680 Aug 16 09:37 usr/sbin/chroot
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           11 Aug 19 06:02 usr/sbin/depmod -> ../bin/kmod
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root      1999552 Apr 12  2023 usr/sbin/dhclient
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        44784 Aug 19 06:02 usr/sbin/fsck
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        86576 Aug  9  2021 usr/sbin/fsck.fat
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root            8 Aug 19 06:02 usr/sbin/fsck.vfat -> fsck.fat
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root         2598 Aug 15 10:07 usr/sbin/fsck.xfs
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           16 Aug 19 06:02 usr/sbin/halt -> ../bin/systemctl
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           22 Aug 19 06:02 usr/sbin/init -> ../lib/systemd/systemd
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root         1345 Jun 19  2022 usr/sbin/initqueue
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           11 Aug 19 06:02 usr/sbin/insmod -> ../bin/kmod
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root          199 Jun 19  2022 usr/sbin/insmodpost.sh
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       774216 Mar 11  2024 usr/sbin/ip
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       193288 Aug 19 06:02 usr/sbin/kexec
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root          532 Jun 19  2022 usr/sbin/loginit
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        73992 Aug 19 06:02 usr/sbin/losetup
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           11 Aug 19 06:02 usr/sbin/lsmod -> ../bin/kmod
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           11 Aug 19 06:02 usr/sbin/modinfo -> ../bin/kmod
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           11 Aug 19 06:02 usr/sbin/modprobe -> ../bin/kmod
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root         2840 Jun 19  2022 usr/sbin/netroot
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        15704 Aug 19 06:02 usr/sbin/nologin
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           16 Aug 19 06:02 usr/sbin/poweroff -> ../bin/systemctl
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root         1454 Jun 19  2022 usr/sbin/rdsosreport
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           16 Aug 19 06:02 usr/sbin/reboot -> ../bin/systemctl
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           11 Aug 19 06:02 usr/sbin/rmmod -> ../bin/kmod
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       133064 Mar 31  2024 usr/sbin/rngd
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root        24000 Aug 19 06:02 usr/sbin/swapoff
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           14 Aug 19 06:02 usr/sbin/udevadm -> ../bin/udevadm
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       725272 Aug 15 10:07 usr/sbin/xfs_db
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root          786 Aug 15 10:07 usr/sbin/xfs_metadump
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rwxr-xr-x   1 root     root       702880 Aug 15 10:07 usr/sbin/xfs_repair
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: drwxr-xr-x   4 root     root            0 Aug 19 06:02 usr/share
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           25 Aug 19 06:02 usr/share/consolefonts -> /usr/lib/kbd/consolefonts
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           25 Aug 19 06:02 usr/share/consoletrans -> /usr/lib/kbd/consoletrans
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: drwxr-xr-x   7 root     root            0 Aug 19 06:02 usr/share/dbus-1
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: drwxr-xr-x   2 root     root            0 Aug 19 06:02 usr/share/dbus-1/interfaces
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: drwxr-xr-x   2 root     root            0 Aug 19 06:02 usr/share/dbus-1/services
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rw-r--r--   1 root     root         3561 Jun 12  2023 usr/share/dbus-1/session.conf
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: drwxr-xr-x   2 root     root            0 Aug 19 06:02 usr/share/dbus-1/session.d
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: drwxr-xr-x   2 root     root            0 Aug 19 06:02 usr/share/dbus-1/system-services
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rw-r--r--   1 root     root          412 Oct 31  2022 usr/share/dbus-1/system-services/org.freedesktop.systemd1.service
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rw-r--r--   1 root     root         5694 Jun 12  2023 usr/share/dbus-1/system.conf
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: drwxr-xr-x   2 root     root            0 Aug 19 06:02 usr/share/dbus-1/system.d
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rw-r--r--   1 root     root         8150 Aug 19 06:02 usr/share/dbus-1/system.d/org.freedesktop.NetworkManager.conf
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rw-r--r--   1 root     root        20208 Oct 31  2022 usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           20 Aug 19 06:02 usr/share/keymaps -> /usr/lib/kbd/keymaps
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: drwxr-xr-x   4 root     root            0 Aug 19 06:02 usr/share/terminfo
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: drwxr-xr-x   2 root     root            0 Aug 19 06:02 usr/share/terminfo/l
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rw-r--r--   1 root     root         1728 Aug 21  2023 usr/share/terminfo/l/linux
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: drwxr-xr-x   2 root     root            0 Aug 19 06:02 usr/share/terminfo/v
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rw-r--r--   1 root     root         1190 Aug 21  2023 usr/share/terminfo/v/vt100
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rw-r--r--   1 root     root         1184 Aug 21  2023 usr/share/terminfo/v/vt102
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: -rw-r--r--   1 root     root         1391 Aug 21  2023 usr/share/terminfo/v/vt220
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           20 Aug 19 06:02 usr/share/unimaps -> /usr/lib/kbd/unimaps
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: drwxr-xr-x   3 root     root            0 Aug 19 06:02 var
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root           11 Aug 19 06:02 var/lock -> ../run/lock
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: lrwxrwxrwx   1 root     root            6 Aug 19 06:02 var/run -> ../run
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: drwxr-xr-x   2 root     root            0 Aug 19 06:02 var/tmp
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: ========================================================================
Oct 21 16:24:56 ip-10-31-8-65.us-east-1.aws.redhat.com dracut[2349]: *** Creating initramfs image file '/boot/initramfs-5.14.0-503.11.1.el9_5.x86_64.tmp' done ***
Oct 21 16:25:04 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update.
â–‘â–‘ Subject: A start job for unit run-ref94a8ab21cb4ae0b6ad7fa6b048dd28.service has finished successfully
â–‘â–‘ Defined-By: systemd
â–‘â–‘ Support: https://access.redhat.com/support
â–‘â–‘ 
â–‘â–‘ A start job for unit run-ref94a8ab21cb4ae0b6ad7fa6b048dd28.service has finished successfully.
â–‘â–‘ 
â–‘â–‘ The job identifier is 1502.
Oct 21 16:25:04 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: Starting man-db-cache-update.service...
â–‘â–‘ Subject: A start job for unit man-db-cache-update.service has begun execution
â–‘â–‘ Defined-By: systemd
â–‘â–‘ Support: https://access.redhat.com/support
â–‘â–‘ 
â–‘â–‘ A start job for unit man-db-cache-update.service has begun execution.
â–‘â–‘ 
â–‘â–‘ The job identifier is 1585.
Oct 21 16:25:04 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: Reloading.
Oct 21 16:25:04 ip-10-31-8-65.us-east-1.aws.redhat.com systemd-rc-local-generator[9069]: /etc/rc.d/rc.local is not marked executable, skipping.
Oct 21 16:25:04 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: Queuing reload/restart jobs for marked units…
Oct 21 16:25:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[2076]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[9761]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-asfpzdgrdiaiwlneacmfpbilbwcpqown ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542305.689904-8010-166199317299308/AnsiballZ_blivet.py'
Oct 21 16:25:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[9761]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:06 ip-10-31-8-65.us-east-1.aws.redhat.com kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
Oct 21 16:25:06 ip-10-31-8-65.us-east-1.aws.redhat.com kernel: device-mapper: uevent: version 1.0.3
Oct 21 16:25:06 ip-10-31-8-65.us-east-1.aws.redhat.com kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Oct 21 16:25:06 ip-10-31-8-65.us-east-1.aws.redhat.com python3[9763]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:25:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[9761]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[10896]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vhpyftmzoppbgnhwmiaswrsinlzjodxc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542307.1738355-8058-167513835753086/AnsiballZ_dnf.py'
Oct 21 16:25:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[10896]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:07 ip-10-31-8-65.us-east-1.aws.redhat.com python3[10898]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:25:07 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Deactivated successfully.
â–‘â–‘ Subject: Unit succeeded
â–‘â–‘ Defined-By: systemd
â–‘â–‘ Support: https://access.redhat.com/support
â–‘â–‘ 
â–‘â–‘ The unit man-db-cache-update.service has successfully entered the 'dead' state.
Oct 21 16:25:07 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: Finished man-db-cache-update.service.
â–‘â–‘ Subject: A start job for unit man-db-cache-update.service has finished successfully
â–‘â–‘ Defined-By: systemd
â–‘â–‘ Support: https://access.redhat.com/support
â–‘â–‘ 
â–‘â–‘ A start job for unit man-db-cache-update.service has finished successfully.
â–‘â–‘ 
â–‘â–‘ The job identifier is 1585.
Oct 21 16:25:07 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: run-ref94a8ab21cb4ae0b6ad7fa6b048dd28.service: Deactivated successfully.
â–‘â–‘ Subject: Unit succeeded
â–‘â–‘ Defined-By: systemd
â–‘â–‘ Support: https://access.redhat.com/support
â–‘â–‘ 
â–‘â–‘ The unit run-ref94a8ab21cb4ae0b6ad7fa6b048dd28.service has successfully entered the 'dead' state.
Oct 21 16:25:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[10896]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11007]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fjqgwzngogsiaofiipacqdlfoqruxcrz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542308.773781-8108-91066682875193/AnsiballZ_service_facts.py'
Oct 21 16:25:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11007]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:09 ip-10-31-8-65.us-east-1.aws.redhat.com python3[11009]: ansible-service_facts Invoked
Oct 21 16:25:11 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:25:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11007]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11218]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-liksaaujhkhapebmpyvkhfmvlsjtghpu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542312.1628222-8240-241950247017057/AnsiballZ_blivet.py'
Oct 21 16:25:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11218]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:12 ip-10-31-8-65.us-east-1.aws.redhat.com python3[11220]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:25:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11218]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11330]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oyommcehgilwduxrorxdvdauejvsjdqo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542312.7917643-8269-142470146592315/AnsiballZ_stat.py'
Oct 21 16:25:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11330]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:13 ip-10-31-8-65.us-east-1.aws.redhat.com python3[11332]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:25:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11330]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11441]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cowgbfeeloisllgdcinsdrrgyxgnefkk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542314.358047-8420-176348582449693/AnsiballZ_stat.py'
Oct 21 16:25:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11441]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:14 ip-10-31-8-65.us-east-1.aws.redhat.com python3[11443]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:25:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11441]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11550]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zfvwlbchvmskizzludftacrodbxizveu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542314.8416407-8454-154297148955725/AnsiballZ_setup.py'
Oct 21 16:25:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11550]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:15 ip-10-31-8-65.us-east-1.aws.redhat.com python3[11552]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:25:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11550]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11689]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wbuxotgjkkdixarywpefzpylvlzbtqfa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542316.066203-8558-1738623840813/AnsiballZ_dnf.py'
Oct 21 16:25:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11689]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:16 ip-10-31-8-65.us-east-1.aws.redhat.com python3[11691]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:25:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11689]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11799]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fpmhjagfnqklyjgcfqkheydnflcnezry ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542317.0531664-8610-33144639796317/AnsiballZ_find_unused_disk.py'
Oct 21 16:25:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11799]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:17 ip-10-31-8-65.us-east-1.aws.redhat.com python3[11801]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 max_size=0 match_sector_size=False with_interface=None
Oct 21 16:25:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11799]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:18 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11910]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gquesiqmnrmirqqamrpygmxgpjctvsvs ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542317.672399-8686-229817047171617/AnsiballZ_command.py'
Oct 21 16:25:18 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11910]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:18 ip-10-31-8-65.us-east-1.aws.redhat.com python3[11912]: ansible-ansible.legacy.command Invoked with _raw_params=set -x
                                                                       exec 1>&2
                                                                       lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC
                                                                       journalctl -ex
                                                                        _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None
Oct 21 16:25:18 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[11910]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:21 ip-10-31-8-65.us-east-1.aws.redhat.com python3[12056]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:25:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12193]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hktgxxdshemttwhhgkqgdrabbsiicqbr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542321.5992522-9133-255916317377831/AnsiballZ_setup.py'
Oct 21 16:25:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12193]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:21 ip-10-31-8-65.us-east-1.aws.redhat.com python3[12195]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:25:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12193]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12332]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xxvobztnmgufqvsrrqqolavwcsxiftpo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542322.7863767-9188-67459012172646/AnsiballZ_stat.py'
Oct 21 16:25:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12332]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:23 ip-10-31-8-65.us-east-1.aws.redhat.com python3[12334]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:25:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12332]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12441]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tjmiwcvjflnqjhjsxiccadtsehiubvpv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542323.50612-9223-89791116598133/AnsiballZ_dnf.py'
Oct 21 16:25:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12441]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:24 ip-10-31-8-65.us-east-1.aws.redhat.com python3[12443]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:25:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12441]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12551]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qapprnkhlbdqjnvloxqyayyfelevpmzb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542324.8973103-9309-139618719465735/AnsiballZ_blivet.py'
Oct 21 16:25:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12551]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:25 ip-10-31-8-65.us-east-1.aws.redhat.com python3[12553]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:25:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12551]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12663]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vujfdpjxaseyrmwbgaxwyorrfvhpafys ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542325.8258522-9353-92300415382709/AnsiballZ_dnf.py'
Oct 21 16:25:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12663]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:26 ip-10-31-8-65.us-east-1.aws.redhat.com python3[12665]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:25:26 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12663]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12773]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jwvecsazlmrwxdjakzgynybiunpjxklr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542326.699217-9390-41304502444155/AnsiballZ_service_facts.py'
Oct 21 16:25:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12773]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:27 ip-10-31-8-65.us-east-1.aws.redhat.com python3[12775]: ansible-service_facts Invoked
Oct 21 16:25:27 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:25:28 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12773]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12984]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hfnugtedtedwbslkaghgyybeqogzgerg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542328.9736784-9607-18432897591411/AnsiballZ_blivet.py'
Oct 21 16:25:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12984]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:29 ip-10-31-8-65.us-east-1.aws.redhat.com python3[12986]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:25:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[12984]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13096]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ejzcuqxvnixsrqnjvkcxohqwyvlpbjbe ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542329.5441594-9746-222894264970813/AnsiballZ_stat.py'
Oct 21 16:25:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13096]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:29 ip-10-31-8-65.us-east-1.aws.redhat.com python3[13098]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:25:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13096]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13207]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eotdfokrwoyirpdwlmariqzknuchmnby ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542330.4257524-9801-128068324332738/AnsiballZ_stat.py'
Oct 21 16:25:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13207]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:30 ip-10-31-8-65.us-east-1.aws.redhat.com python3[13209]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:25:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13207]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13316]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tofjkoigsrfjrsurpdevxpmssfcpmbag ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542330.9226005-9819-89606895268230/AnsiballZ_setup.py'
Oct 21 16:25:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13316]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:31 ip-10-31-8-65.us-east-1.aws.redhat.com python3[13318]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:25:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13316]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13455]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-egbcmopiumozzubcfpwbtqifoylpahjk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542331.9808736-9881-230335525785823/AnsiballZ_dnf.py'
Oct 21 16:25:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13455]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:32 ip-10-31-8-65.us-east-1.aws.redhat.com python3[13457]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:25:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13455]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13565]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bwqxkjiaxsswvkuoxzaatyxboyvgzgrg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542332.8294258-9921-153284805834918/AnsiballZ_find_unused_disk.py'
Oct 21 16:25:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13565]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:33 ip-10-31-8-65.us-east-1.aws.redhat.com python3[13567]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 with_interface=scsi max_size=0 match_sector_size=False
Oct 21 16:25:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13565]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13676]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dhboqqcciugskaqmirtxzdfxvtgdovea ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542333.399989-9955-31684732962369/AnsiballZ_command.py'
Oct 21 16:25:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13676]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:33 ip-10-31-8-65.us-east-1.aws.redhat.com python3[13678]: ansible-ansible.legacy.command Invoked with _raw_params=set -x
                                                                       exec 1>&2
                                                                       lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC
                                                                       journalctl -ex
                                                                        _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None
Oct 21 16:25:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13676]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13822]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zeydqaropgqfcbgunfmahikimimtmsbe ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542335.2558334-10081-96425127371750/AnsiballZ_setup.py'
Oct 21 16:25:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13822]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:36 ip-10-31-8-65.us-east-1.aws.redhat.com python3[13824]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:25:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13822]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13961]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iqzznhbczslsyzziigcjmucmlaaeqcgd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542336.9878314-10360-31853100113639/AnsiballZ_stat.py'
Oct 21 16:25:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13961]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:37 ip-10-31-8-65.us-east-1.aws.redhat.com python3[13963]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:25:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[13961]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14070]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-akjydfjuxedminafmvsqrfqmnmmhmajh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542337.7705073-10458-270004519243811/AnsiballZ_dnf.py'
Oct 21 16:25:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14070]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:38 ip-10-31-8-65.us-east-1.aws.redhat.com python3[14072]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:25:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14070]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14180]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-czobfxcqgzmseaqbtrrecxlxjcuafbcm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542338.9269094-10564-275230811999634/AnsiballZ_blivet.py'
Oct 21 16:25:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14180]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:39 ip-10-31-8-65.us-east-1.aws.redhat.com python3[14182]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:25:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14180]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14292]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sjshvwdcjthbnfkmtmvjqqvcwmtwblym ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542339.875911-10590-4961641639577/AnsiballZ_dnf.py'
Oct 21 16:25:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14292]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:40 ip-10-31-8-65.us-east-1.aws.redhat.com python3[14294]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:25:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14292]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14402]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rdsmyssyjmhjjkihsdbwoxdpxacvbari ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542340.7195156-10632-98871857140785/AnsiballZ_service_facts.py'
Oct 21 16:25:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14402]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:41 ip-10-31-8-65.us-east-1.aws.redhat.com python3[14404]: ansible-service_facts Invoked
Oct 21 16:25:41 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:25:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14402]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:43 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14613]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ljrpqtdveybdinszrmmpcaqwadlootmz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542342.879637-10744-149019171217562/AnsiballZ_blivet.py'
Oct 21 16:25:43 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14613]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:43 ip-10-31-8-65.us-east-1.aws.redhat.com python3[14615]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:25:43 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14613]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:43 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14725]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-medwbirayirivigtzbwzmixisrhbbofw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542343.5638201-10783-78453386577560/AnsiballZ_stat.py'
Oct 21 16:25:43 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14725]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:43 ip-10-31-8-65.us-east-1.aws.redhat.com python3[14727]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:25:43 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14725]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14836]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oktwbcbosqzqjaixjeuahohhbualucvl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542344.5386233-10836-123541149610480/AnsiballZ_stat.py'
Oct 21 16:25:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14836]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:44 ip-10-31-8-65.us-east-1.aws.redhat.com python3[14838]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:25:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14836]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14945]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ciwlxylymtabhdydbtyjbhtikeuuwxew ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542344.94602-10861-163207210469263/AnsiballZ_setup.py'
Oct 21 16:25:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14945]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:45 ip-10-31-8-65.us-east-1.aws.redhat.com python3[14947]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:25:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[14945]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15084]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-povyatoskyilsrobwqqmcdlufqbtnwsq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542345.996321-10896-95210708499041/AnsiballZ_dnf.py'
Oct 21 16:25:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15084]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:46 ip-10-31-8-65.us-east-1.aws.redhat.com python3[15086]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:25:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15084]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15194]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ozkobhoidpveqwzmfhpxyoasgpakksjb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542346.9007661-10985-35249993720487/AnsiballZ_find_unused_disk.py'
Oct 21 16:25:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15194]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:47 ip-10-31-8-65.us-east-1.aws.redhat.com python3[15196]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=1 min_size=0 max_size=0 match_sector_size=False with_interface=None
Oct 21 16:25:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15194]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15305]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-izcmvkqwkmrckklzxcazurlgytldbwoo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542347.57046-11005-235336144592493/AnsiballZ_command.py'
Oct 21 16:25:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15305]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:48 ip-10-31-8-65.us-east-1.aws.redhat.com python3[15307]: ansible-ansible.legacy.command Invoked with _raw_params=set -x
                                                                       exec 1>&2
                                                                       lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC
                                                                       journalctl -ex
                                                                        _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None
Oct 21 16:25:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15305]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:52 ip-10-31-8-65.us-east-1.aws.redhat.com python3[15451]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:25:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15588]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tbrmmfgtfdpdbjvenskzzyjvebvvdytc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542352.7804499-11570-105437182930004/AnsiballZ_setup.py'
Oct 21 16:25:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15588]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:53 ip-10-31-8-65.us-east-1.aws.redhat.com python3[15590]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:25:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15588]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:54 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15727]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-akylrsziwtkhcyaszhnsglzlojmvvuvj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542353.949078-11679-221056804408205/AnsiballZ_stat.py'
Oct 21 16:25:54 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15727]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:54 ip-10-31-8-65.us-east-1.aws.redhat.com python3[15729]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:25:54 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15727]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15836]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zqxopzygrorjvtpnnwainnrcduunlaoo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542354.7637143-11719-62707470934339/AnsiballZ_dnf.py'
Oct 21 16:25:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15836]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:55 ip-10-31-8-65.us-east-1.aws.redhat.com python3[15838]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:25:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15836]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15946]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ayxjejbkhjkhzkxbumjnipshfwsjfogr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542356.0066411-11821-216745628270877/AnsiballZ_blivet.py'
Oct 21 16:25:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15946]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:56 ip-10-31-8-65.us-east-1.aws.redhat.com python3[15948]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:25:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[15946]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:57 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16058]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lcwylpuhvuzktomjbzeuaigqzfixvffd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542357.3250027-11908-242228835151310/AnsiballZ_dnf.py'
Oct 21 16:25:57 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16058]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:57 ip-10-31-8-65.us-east-1.aws.redhat.com python3[16060]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:25:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16058]: pam_unix(sudo:session): session closed for user root
Oct 21 16:25:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16168]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fhrzwvyocxvmiriwpclvsabeuhgaxqcq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542358.1863759-11944-235790921553278/AnsiballZ_service_facts.py'
Oct 21 16:25:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16168]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:25:58 ip-10-31-8-65.us-east-1.aws.redhat.com python3[16170]: ansible-service_facts Invoked
Oct 21 16:25:59 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:26:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16168]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16379]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kcquqebclmndiwxiilsiqvplupjxcmkr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542360.6479387-12040-11722361656398/AnsiballZ_blivet.py'
Oct 21 16:26:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16379]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:01 ip-10-31-8-65.us-east-1.aws.redhat.com python3[16381]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:26:01 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16379]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:01 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16491]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ipanwoafblpmcocvyxotwmzggwjlhxqa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542361.263767-12129-63372895578951/AnsiballZ_stat.py'
Oct 21 16:26:01 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16491]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:01 ip-10-31-8-65.us-east-1.aws.redhat.com python3[16493]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:26:01 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16491]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:02 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16602]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-olzroyhixejymkxlvxipvjjrpjhplfnb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542362.0336075-12216-205707388809187/AnsiballZ_stat.py'
Oct 21 16:26:02 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16602]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:02 ip-10-31-8-65.us-east-1.aws.redhat.com python3[16604]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:26:02 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16602]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:02 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16711]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mzylptjexjrqwwkxyjcsixigklcifjrm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542362.4561822-12284-54961045620716/AnsiballZ_setup.py'
Oct 21 16:26:02 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16711]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:02 ip-10-31-8-65.us-east-1.aws.redhat.com python3[16713]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:26:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16711]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16850]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pkxchhvbsvfrapkincmliagxinwrwutp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542363.576149-12435-209347804277704/AnsiballZ_dnf.py'
Oct 21 16:26:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16850]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:04 ip-10-31-8-65.us-east-1.aws.redhat.com python3[16852]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:26:04 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16850]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:04 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16960]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iahjysoqnhexssbpeuoiqsacgfsmewgt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542364.5115943-12485-178871567170963/AnsiballZ_find_unused_disk.py'
Oct 21 16:26:04 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16960]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:04 ip-10-31-8-65.us-east-1.aws.redhat.com python3[16962]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False
Oct 21 16:26:04 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[16960]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17071]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-obunbvlbfookccqcnyifecxdamyscypa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542365.0634923-12512-135145355388037/AnsiballZ_command.py'
Oct 21 16:26:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17071]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:05 ip-10-31-8-65.us-east-1.aws.redhat.com python3[17073]: ansible-ansible.legacy.command Invoked with _raw_params=set -x
                                                                       exec 1>&2
                                                                       lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC
                                                                       journalctl -ex
                                                                        _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None
Oct 21 16:26:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17071]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17217]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hxdjspvmjpbilzgcyylueavrydjhbwdc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542366.9087253-12660-68012247109073/AnsiballZ_setup.py'
Oct 21 16:26:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17217]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:08 ip-10-31-8-65.us-east-1.aws.redhat.com python3[17219]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:26:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17217]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17356]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nemocgaxdpkphfzgirtpymbwdshdakgw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542368.8141174-12780-27309861344470/AnsiballZ_stat.py'
Oct 21 16:26:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17356]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:09 ip-10-31-8-65.us-east-1.aws.redhat.com python3[17358]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:26:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17356]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17465]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hpxylrgdedcndjzytwujhxswltmtzffk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542369.6291091-12820-22280060877455/AnsiballZ_dnf.py'
Oct 21 16:26:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17465]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:10 ip-10-31-8-65.us-east-1.aws.redhat.com python3[17467]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:26:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17465]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17575]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-caiywlyqmohpcbmgsfkapvjznqjccohi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542371.008314-12977-126135410154558/AnsiballZ_blivet.py'
Oct 21 16:26:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17575]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:11 ip-10-31-8-65.us-east-1.aws.redhat.com python3[17577]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:26:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17575]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17687]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-haabtssortcxyevavmpcsdiefwsokbra ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542371.9024148-13113-78668127602414/AnsiballZ_dnf.py'
Oct 21 16:26:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17687]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:12 ip-10-31-8-65.us-east-1.aws.redhat.com python3[17689]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:26:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17687]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17797]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yseqihtxeoypnrumfzhgzaigiaqraebr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542372.757532-13193-10078923295303/AnsiballZ_service_facts.py'
Oct 21 16:26:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17797]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:13 ip-10-31-8-65.us-east-1.aws.redhat.com python3[17799]: ansible-service_facts Invoked
Oct 21 16:26:14 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:26:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[17797]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18008]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jobaezccjknxknirpccjcaxgzqgisqbh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542376.2064047-13344-232835764273613/AnsiballZ_blivet.py'
Oct 21 16:26:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18008]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:16 ip-10-31-8-65.us-east-1.aws.redhat.com python3[18010]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:26:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18008]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18120]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kszdzigjzjrvyyfybwusjdtdaydiebcr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542376.8695521-13370-41599308895257/AnsiballZ_stat.py'
Oct 21 16:26:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18120]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:17 ip-10-31-8-65.us-east-1.aws.redhat.com python3[18122]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:26:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18120]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:18 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18231]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xwbhlkbrzwikqbrsprjflgeuktbdqpto ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542377.9208097-13424-206348607093579/AnsiballZ_stat.py'
Oct 21 16:26:18 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18231]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:18 ip-10-31-8-65.us-east-1.aws.redhat.com python3[18233]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:26:18 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18231]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:18 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18340]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-onzkttvnsdysurchjtibmctbovydfkbk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542378.3872108-13454-204159405166367/AnsiballZ_setup.py'
Oct 21 16:26:18 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18340]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:18 ip-10-31-8-65.us-east-1.aws.redhat.com python3[18342]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:26:19 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18340]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:19 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18479]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nepirjkomsltuynddswyhxxgbdqjxqoh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542379.523257-13498-25638737224089/AnsiballZ_dnf.py'
Oct 21 16:26:19 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18479]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:19 ip-10-31-8-65.us-east-1.aws.redhat.com python3[18481]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:26:20 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18479]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:20 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18589]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ysdzfqqwsklclazpqsscwrawtxjtkkuy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542380.429405-13573-133164467254636/AnsiballZ_find_unused_disk.py'
Oct 21 16:26:20 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18589]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:20 ip-10-31-8-65.us-east-1.aws.redhat.com python3[18591]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 max_size=0 match_sector_size=False with_interface=None
Oct 21 16:26:20 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18589]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18700]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zjnnzslbwskbibrbxjwazimmgofpcbsb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542381.0408785-13626-177383610103148/AnsiballZ_command.py'
Oct 21 16:26:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18700]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:21 ip-10-31-8-65.us-east-1.aws.redhat.com python3[18702]: ansible-ansible.legacy.command Invoked with _raw_params=set -x
                                                                       exec 1>&2
                                                                       lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC
                                                                       journalctl -ex
                                                                        _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None
Oct 21 16:26:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18700]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:26 ip-10-31-8-65.us-east-1.aws.redhat.com python3[18846]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:26:26 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18983]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bbsblvglkjgbpipsdjjnqkkbtqlrgdnv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542386.7957149-14177-268696496523339/AnsiballZ_setup.py'
Oct 21 16:26:26 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18983]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:27 ip-10-31-8-65.us-east-1.aws.redhat.com python3[18985]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:26:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[18983]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:28 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19122]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-umwozugiknmmpwsqfpmgmkhbnjhwifyj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542387.9414532-14284-97657330072857/AnsiballZ_stat.py'
Oct 21 16:26:28 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19122]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:28 ip-10-31-8-65.us-east-1.aws.redhat.com python3[19124]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:26:28 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19122]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19231]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kojqskbwsxnuffqtnguoejjwtjufwtgb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542388.7957878-14335-202901661902143/AnsiballZ_dnf.py'
Oct 21 16:26:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19231]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:29 ip-10-31-8-65.us-east-1.aws.redhat.com python3[19233]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:26:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19231]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19341]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zuxnkljzniwouxkjydmmgudjciamvbfs ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542390.078468-14435-48525376491921/AnsiballZ_blivet.py'
Oct 21 16:26:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19341]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:30 ip-10-31-8-65.us-east-1.aws.redhat.com python3[19343]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:26:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19341]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19453]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ignrdlkawsomhdhitsotdrbhqitidvav ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542391.1814008-14516-1579394691155/AnsiballZ_dnf.py'
Oct 21 16:26:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19453]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:31 ip-10-31-8-65.us-east-1.aws.redhat.com python3[19455]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:26:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19453]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19563]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lsnffnffmhaywfaurtshlrmtfizgkxxt ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542392.0692406-14549-165624140798006/AnsiballZ_service_facts.py'
Oct 21 16:26:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19563]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:32 ip-10-31-8-65.us-east-1.aws.redhat.com python3[19565]: ansible-service_facts Invoked
Oct 21 16:26:33 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:26:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19563]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19774]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ohswwasnwiqkiehnbqvtxtlhgphyzyhz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542394.580704-14639-74542726094784/AnsiballZ_blivet.py'
Oct 21 16:26:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19774]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:35 ip-10-31-8-65.us-east-1.aws.redhat.com python3[19776]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:26:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19774]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19886]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aejelrrvnhptwpauqvcateyauggxqawy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542395.1545622-14668-258859325202423/AnsiballZ_stat.py'
Oct 21 16:26:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19886]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:35 ip-10-31-8-65.us-east-1.aws.redhat.com python3[19888]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:26:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19886]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19997]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pifwcgehafgskmaasopwlivqsssabpvp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542395.9935935-14711-249774034041670/AnsiballZ_stat.py'
Oct 21 16:26:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19997]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:36 ip-10-31-8-65.us-east-1.aws.redhat.com python3[19999]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:26:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[19997]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20106]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qszvjyachgxgafjlofrqabjpfbyanujf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542396.397938-14729-168339703490165/AnsiballZ_setup.py'
Oct 21 16:26:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20106]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:36 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20108]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:26:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20106]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20245]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zbwcxethfexlpwopzkbquqikuaqahyhm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542397.5060883-14862-8665761341977/AnsiballZ_package_facts.py'
Oct 21 16:26:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20245]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:38 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20247]: ansible-package_facts Invoked with manager=['auto'] strategy=first
Oct 21 16:26:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20245]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20354]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wdwlsrlvfmfczjvzyecnaevczwmarpme ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542399.3430297-15127-31810943101467/AnsiballZ_command.py'
Oct 21 16:26:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20354]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:39 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20356]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail
                                                                       modprobe --dry-run kvdo
                                                                        _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None
Oct 21 16:26:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20354]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20464]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lobjsgjhaydpwvmjbteiqrbceypjqdgf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542400.2993362-15157-103475598410864/AnsiballZ_dnf.py'
Oct 21 16:26:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20464]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:40 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20466]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:26:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20464]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20574]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-apfnrxdkxotbrwqkzyngvtgizqvqfmbp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542401.3069396-15188-191085209504327/AnsiballZ_find_unused_disk.py'
Oct 21 16:26:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20574]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:41 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20576]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False
Oct 21 16:26:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20574]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20685]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nrebrifkedeoxakvnqjugcdulfeqzarn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542401.8997593-15219-129214970160929/AnsiballZ_command.py'
Oct 21 16:26:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20685]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:42 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20687]: ansible-ansible.legacy.command Invoked with _raw_params=set -x
                                                                       exec 1>&2
                                                                       lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC
                                                                       journalctl -ex
                                                                        _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None
Oct 21 16:26:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20685]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20831]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-byvbcguxxzoxznxmxslhosbrxgxqasyh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542403.8499968-15457-126789710666254/AnsiballZ_setup.py'
Oct 21 16:26:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20831]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:44 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20833]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:26:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20831]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20970]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dkizhpkvfqtjqqjlajfxndofnqcopasf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542405.499555-15624-20663896936642/AnsiballZ_stat.py'
Oct 21 16:26:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20970]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:45 ip-10-31-8-65.us-east-1.aws.redhat.com python3[20972]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:26:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[20970]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21079]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cyonypajuoufqdqvpvdimfpgiqilxszr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542406.369823-15706-8339331273057/AnsiballZ_dnf.py'
Oct 21 16:26:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21079]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:46 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21081]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:26:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21079]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21189]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fhqojylnsykclutbjyvzjvdbgxnsgzcd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542407.5201838-15819-207396039862047/AnsiballZ_blivet.py'
Oct 21 16:26:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21189]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:48 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21191]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:26:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21189]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21302]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-swgrynleqknouqytgouqruvpscfhjdap ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542408.6134005-15859-247591094444825/AnsiballZ_dnf.py'
Oct 21 16:26:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21302]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:48 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21304]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:26:49 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21302]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:49 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21412]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fpwfjumzvddpxdobtvgktkuztqulwwuv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542409.4585762-15901-99336010725741/AnsiballZ_service_facts.py'
Oct 21 16:26:49 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21412]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:49 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21414]: ansible-service_facts Invoked
Oct 21 16:26:50 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:26:51 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21412]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:51 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21623]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ntflfebynfbglpcfrifrmuuptygtoiwg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542411.672412-16015-13279063395263/AnsiballZ_blivet.py'
Oct 21 16:26:51 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21623]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:52 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21625]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:26:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21623]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21735]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-byznhdkyhkpzfdvdcjunrdkbvmbmkaim ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542412.2972775-16036-160053578873094/AnsiballZ_stat.py'
Oct 21 16:26:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21735]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:52 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21737]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:26:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21735]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21846]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-okpcaruodhbaaqpbtyceqibugymavxji ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542413.1682801-16093-248122233707193/AnsiballZ_stat.py'
Oct 21 16:26:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21846]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:53 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21848]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:26:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21846]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21955]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zwhkyztfdhcozepkyjhdoomnxarttoul ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542413.6300626-16128-252353136694197/AnsiballZ_setup.py'
Oct 21 16:26:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21955]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:54 ip-10-31-8-65.us-east-1.aws.redhat.com python3[21957]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:26:54 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[21955]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22094]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ezdlulivshcsmhhuywqiwrhvkcgqfjce ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542414.6318562-16223-49632761960654/AnsiballZ_package_facts.py'
Oct 21 16:26:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22094]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:55 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22096]: ansible-package_facts Invoked with manager=['auto'] strategy=first
Oct 21 16:26:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22094]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22203]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-medogtwfvzbxrcpkvxficgtzkeqtqlis ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542416.3226671-16331-150198616290793/AnsiballZ_dnf.py'
Oct 21 16:26:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22203]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:56 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22205]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:26:57 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22203]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:57 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22313]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yyufcrsfwnvehgmqzndbwmnseivmsque ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542417.2301497-16387-55103139112577/AnsiballZ_find_unused_disk.py'
Oct 21 16:26:57 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22313]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:57 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22315]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=2 min_size=0 max_size=0 match_sector_size=False with_interface=None
Oct 21 16:26:57 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22313]: pam_unix(sudo:session): session closed for user root
Oct 21 16:26:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22424]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-munzvfvuilrabdgywzjetxnpviodfxfl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542418.0495906-16440-73526165389622/AnsiballZ_command.py'
Oct 21 16:26:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22424]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:26:58 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22426]: ansible-ansible.legacy.command Invoked with _raw_params=set -x
                                                                       exec 1>&2
                                                                       lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC
                                                                       journalctl -ex
                                                                        _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None
Oct 21 16:26:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22424]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:03 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22570]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:27:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22707]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cddegegosrnraesfavktssgwydsqioot ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542423.7321582-16938-232915880168427/AnsiballZ_setup.py'
Oct 21 16:27:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22707]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:04 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22709]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:27:04 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22707]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22846]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gkwlqjvaziipqollgcbmtphobpbfvnrf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542424.997184-17074-255060823246857/AnsiballZ_stat.py'
Oct 21 16:27:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22846]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:05 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22848]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:27:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22846]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22955]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-klbviwptdretgaigeivhluhxirbspvbg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542425.87257-17126-165423244853523/AnsiballZ_dnf.py'
Oct 21 16:27:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22955]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:06 ip-10-31-8-65.us-east-1.aws.redhat.com python3[22957]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:27:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[22955]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23065]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-filleczzlulgdhbnxlpqpjcyrptjhprr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542427.1503894-17201-79902912791862/AnsiballZ_blivet.py'
Oct 21 16:27:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23065]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:07 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23067]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:27:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23065]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23177]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sbhfzaeysdnxpxvsmdzhsnaupchgymcq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542428.1958869-17242-74959019154929/AnsiballZ_dnf.py'
Oct 21 16:27:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23177]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:08 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23179]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:27:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23177]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23287]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ecgluubywfhdzqcezkhxaoqgaazydinp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542429.1264486-17285-250876742104285/AnsiballZ_service_facts.py'
Oct 21 16:27:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23287]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:09 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23289]: ansible-service_facts Invoked
Oct 21 16:27:10 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:27:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23287]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23498]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wkfcvdgghzshwmswircbmlejjpraibfy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542431.6789606-17483-127243663646209/AnsiballZ_blivet.py'
Oct 21 16:27:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23498]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:12 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23500]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:27:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23498]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23610]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xjpunjaeboncamcmaxulogecopcxxvve ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542432.2640784-17585-66560145875406/AnsiballZ_stat.py'
Oct 21 16:27:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23610]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:12 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23612]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:27:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23610]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23721]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gwlnzszsygueszxyucdmwscihjlnzeax ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542433.029655-17690-216511608409121/AnsiballZ_stat.py'
Oct 21 16:27:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23721]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:13 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23723]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:27:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23721]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23830]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hqksiwdyrojojzcevdyynlauowagyqfc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542433.5607233-17716-31073741467357/AnsiballZ_setup.py'
Oct 21 16:27:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23830]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:14 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23832]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:27:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23830]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23969]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jbuiraxuhhlkzfqewvufnhgtmqlrnazf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542434.6841264-17778-176622264465268/AnsiballZ_dnf.py'
Oct 21 16:27:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23969]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:15 ip-10-31-8-65.us-east-1.aws.redhat.com python3[23971]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:27:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[23969]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[24079]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bawpbrqboxoyepyoumtaakeqlimfvwkl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542435.549983-17814-151985354061616/AnsiballZ_find_unused_disk.py'
Oct 21 16:27:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[24079]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:15 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24081]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=2 with_interface=scsi min_size=0 max_size=0 match_sector_size=False
Oct 21 16:27:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[24079]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[24190]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bfmseavdhjjgfernwpahqxgqbhujdubv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542436.1200812-17839-79110805865492/AnsiballZ_command.py'
Oct 21 16:27:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[24190]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:16 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24192]: ansible-ansible.legacy.command Invoked with _raw_params=set -x
                                                                       exec 1>&2
                                                                       lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC
                                                                       journalctl -ex
                                                                        _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None
Oct 21 16:27:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[24190]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:18 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24336]: ansible-setup Invoked with gather_subset=['!all', '!min', 'architecture', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:27:19 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24446]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:27:20 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24553]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d
Oct 21 16:27:20 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24609]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:27:21 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24717]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:27:22 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24827]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d
Oct 21 16:27:22 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24883]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:27:23 ip-10-31-8-65.us-east-1.aws.redhat.com python3[24991]: ansible-service_facts Invoked
Oct 21 16:27:24 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:27:25 ip-10-31-8-65.us-east-1.aws.redhat.com python3[25200]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:27:26 ip-10-31-8-65.us-east-1.aws.redhat.com python3[25310]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:27:27 ip-10-31-8-65.us-east-1.aws.redhat.com python3[25419]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:27:27 ip-10-31-8-65.us-east-1.aws.redhat.com python3[25526]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:27:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25698]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nkgzguxxjgoxxuvtvjusnvtfpcbilubr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542449.1478171-18818-89386599079005/AnsiballZ_setup.py'
Oct 21 16:27:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25698]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:29 ip-10-31-8-65.us-east-1.aws.redhat.com python3[25700]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:27:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25698]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25837]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-honxellzlyosppolnwtvxqagdmpvnfim ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542450.8304121-19058-198559966469421/AnsiballZ_stat.py'
Oct 21 16:27:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25837]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:31 ip-10-31-8-65.us-east-1.aws.redhat.com python3[25839]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:27:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25837]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25946]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zpwjmpwfyfpgruhnycyrqcojpyukzlvc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542451.7425363-19200-59404263880092/AnsiballZ_dnf.py'
Oct 21 16:27:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25946]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:32 ip-10-31-8-65.us-east-1.aws.redhat.com python3[25948]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:27:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[25946]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26056]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ilfsfbzhonmolmiuqqmvnoupvnnuzgno ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542452.8525312-19389-274628592520502/AnsiballZ_blivet.py'
Oct 21 16:27:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26056]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:33 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26058]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:27:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26056]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26168]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bmkwwsqbhiqfsyobixclzefxoxwxjazy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542453.8155131-19468-46666747142474/AnsiballZ_dnf.py'
Oct 21 16:27:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26168]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:34 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26170]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:27:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26168]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26278]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uauuxdzqwkdzlzvculgpvztwjwqvcmky ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542454.6818204-19506-148066100444034/AnsiballZ_service_facts.py'
Oct 21 16:27:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26278]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:35 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26280]: ansible-service_facts Invoked
Oct 21 16:27:35 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:27:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26278]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26489]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ccxcuohjifylvcxtbrvsioxmojokwunc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542456.9484231-19588-62462904886712/AnsiballZ_blivet.py'
Oct 21 16:27:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26489]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:37 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26491]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:27:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26489]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26601]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sxxfdbgnlgliakoqbozvpyusubhdeqyn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542457.6864753-19627-278516890072628/AnsiballZ_stat.py'
Oct 21 16:27:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26601]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:38 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26603]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:27:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26601]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26712]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sgqbcwocjmiheakdjjirbbcezovrwaqu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542458.5399015-19678-207339273762806/AnsiballZ_stat.py'
Oct 21 16:27:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26712]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:38 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26714]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:27:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26712]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26821]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cneuncpeoolvwzqyvdebxqzcrzqetcap ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542459.0187695-19713-183372398289614/AnsiballZ_setup.py'
Oct 21 16:27:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26821]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:39 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26823]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:27:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26821]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26960]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rmrocoswripbllkvrptwciprbjewtagn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542459.9941218-19761-218926845849488/AnsiballZ_blivet.py'
Oct 21 16:27:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26960]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:40 ip-10-31-8-65.us-east-1.aws.redhat.com python3[26962]: ansible-redhat.rhel_system_roles.blivet Invoked with packages_only=True pools=[{'name': 'foo', 'type': 'lvm', 'state': 'present', 'disks': [], 'encryption': False, 'volumes': [{'name': 'test1', 'type': 'lvm', 'fs_type': 'xfs', 'state': 'present', 'mount_point': '/foo', 'encryption': False, 'cache_devices': [], 'raid_disks': [], 'thin': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'mount_options': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'size': None, 'cached': None, 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'vdo_pool_size': None}], 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': None}] volumes=[] pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True diskvolume_mkfs_option_map={} disklabel_type=None use_partitions=None
Oct 21 16:27:40 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: Starting Disk Manager...
â–‘â–‘ Subject: A start job for unit udisks2.service has begun execution
â–‘â–‘ Defined-By: systemd
â–‘â–‘ Support: https://access.redhat.com/support
â–‘â–‘ 
â–‘â–‘ A start job for unit udisks2.service has begun execution.
â–‘â–‘ 
â–‘â–‘ The job identifier is 1668.
Oct 21 16:27:40 ip-10-31-8-65.us-east-1.aws.redhat.com udisksd[26973]: udisks daemon version 2.9.4 starting
Oct 21 16:27:40 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: Starting Authorization Manager...
â–‘â–‘ Subject: A start job for unit polkit.service has begun execution
â–‘â–‘ Defined-By: systemd
â–‘â–‘ Support: https://access.redhat.com/support
â–‘â–‘ 
â–‘â–‘ A start job for unit polkit.service has begun execution.
â–‘â–‘ 
â–‘â–‘ The job identifier is 1752.
Oct 21 16:27:42 ip-10-31-8-65.us-east-1.aws.redhat.com polkitd[26977]: Started polkitd version 0.117
Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com polkitd[26977]: Loading rules from directory /etc/polkit-1/rules.d
Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com polkitd[26977]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com polkitd[26977]: Finished loading, compiling and executing 3 rules
Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: Started Authorization Manager.
â–‘â–‘ Subject: A start job for unit polkit.service has finished successfully
â–‘â–‘ Defined-By: systemd
â–‘â–‘ Support: https://access.redhat.com/support
â–‘â–‘ 
â–‘â–‘ A start job for unit polkit.service has finished successfully.
â–‘â–‘ 
â–‘â–‘ The job identifier is 1752.
Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com polkitd[26977]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: Started Disk Manager.
â–‘â–‘ Subject: A start job for unit udisks2.service has finished successfully
â–‘â–‘ Defined-By: systemd
â–‘â–‘ Support: https://access.redhat.com/support
â–‘â–‘ 
â–‘â–‘ A start job for unit udisks2.service has finished successfully.
â–‘â–‘ 
â–‘â–‘ The job identifier is 1668.
Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com udisksd[26973]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1264]: Created slice User Background Tasks Slice.
â–‘â–‘ Subject: A start job for unit UNIT has finished successfully
â–‘â–‘ Defined-By: systemd
â–‘â–‘ Support: https://access.redhat.com/support
â–‘â–‘ 
â–‘â–‘ A start job for unit UNIT has finished successfully.
â–‘â–‘ 
â–‘â–‘ The job identifier is 17.
Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1264]: Starting Cleanup of User's Temporary Files and Directories...
â–‘â–‘ Subject: A start job for unit UNIT has begun execution
â–‘â–‘ Defined-By: systemd
â–‘â–‘ Support: https://access.redhat.com/support
â–‘â–‘ 
â–‘â–‘ A start job for unit UNIT has begun execution.
â–‘â–‘ 
â–‘â–‘ The job identifier is 16.
Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1264]: Finished Cleanup of User's Temporary Files and Directories.
â–‘â–‘ Subject: A start job for unit UNIT has finished successfully
â–‘â–‘ Defined-By: systemd
â–‘â–‘ Support: https://access.redhat.com/support
â–‘â–‘ 
â–‘â–‘ A start job for unit UNIT has finished successfully.
â–‘â–‘ 
â–‘â–‘ The job identifier is 16.
Oct 21 16:27:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[26960]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27185]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yvrlxeehhshlusvknwcrpdldgqrhtcyh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542465.0691905-19946-126114956060537/AnsiballZ_blivet.py'
Oct 21 16:27:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27185]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:45 ip-10-31-8-65.us-east-1.aws.redhat.com python3[27187]: ansible-redhat.rhel_system_roles.blivet Invoked with packages_only=True pools=[] volumes=[{'name': 'foo', 'type': 'disk', 'state': 'present', 'disks': [], 'fs_type': 'ext4', 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'mount_options': None, 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'size': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None}] pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True diskvolume_mkfs_option_map={} disklabel_type=None use_partitions=None
Oct 21 16:27:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27185]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27327]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ddzkctpdnxjpdrvixuaeidrrymgubidj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542466.0828745-19990-10077384018725/AnsiballZ_blivet.py'
Oct 21 16:27:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27327]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:46 ip-10-31-8-65.us-east-1.aws.redhat.com python3[27329]: ansible-redhat.rhel_system_roles.blivet Invoked with packages_only=True pools=[] volumes=[{'name': 'foo', 'type': 'disk', 'state': 'present', 'disks': [], 'fs_type': 'swap', 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'mount_options': None, 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'size': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None}] pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True diskvolume_mkfs_option_map={} disklabel_type=None use_partitions=None
Oct 21 16:27:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27327]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:51 ip-10-31-8-65.us-east-1.aws.redhat.com python3[27504]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:27:51 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27641]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zvsndqilymuoixldymwfdhfxwxfbiywb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542471.7327778-20637-239090967707558/AnsiballZ_setup.py'
Oct 21 16:27:51 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27641]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:52 ip-10-31-8-65.us-east-1.aws.redhat.com python3[27643]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:27:52 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27641]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27780]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eudooieanehmjlsrbxqvfpbpppflqvqo ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542472.8516793-20676-223022672453461/AnsiballZ_stat.py'
Oct 21 16:27:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27780]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:53 ip-10-31-8-65.us-east-1.aws.redhat.com python3[27782]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:27:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27780]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27889]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tjnmsjeiunwjmiwkazzoogeqzomftrlz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542473.527211-20700-208493115259473/AnsiballZ_dnf.py'
Oct 21 16:27:53 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27889]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:53 ip-10-31-8-65.us-east-1.aws.redhat.com python3[27891]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:27:54 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27889]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27999]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yspgagzwnetwpdcepyutwqzojjabinzr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542474.6688614-20750-176365383862135/AnsiballZ_blivet.py'
Oct 21 16:27:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27999]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:55 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28001]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:27:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[27999]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28111]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ctkjkfnkhoflwchxicilgmdrislwvksk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542475.6930337-20841-187666987439928/AnsiballZ_dnf.py'
Oct 21 16:27:55 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28111]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:56 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28113]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:27:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28111]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28221]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jielxnbhdrjkrsnihwthxmvcgvijvhbn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542476.6088395-20905-43294395462757/AnsiballZ_service_facts.py'
Oct 21 16:27:56 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28221]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:57 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28223]: ansible-service_facts Invoked
Oct 21 16:27:57 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:27:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28221]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28431]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ysdjgqyjtuxirqkwijghupoqjiqcgjlb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542478.815138-21030-3325102516128/AnsiballZ_blivet.py'
Oct 21 16:27:58 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28431]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:59 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28433]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:27:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28431]: pam_unix(sudo:session): session closed for user root
Oct 21 16:27:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28543]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fiyhpogrvpjywsclqmmreyeqcdnmlvyv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542479.407318-21054-90508006547158/AnsiballZ_stat.py'
Oct 21 16:27:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28543]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:27:59 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28545]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:27:59 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28543]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28654]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qzxpukkkfrudhzkxeucerofgvvfvmyrl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542480.2857738-21109-173126377524546/AnsiballZ_stat.py'
Oct 21 16:28:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28654]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:00 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28656]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:28:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28654]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28763]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zkgwyyylxdamohesjbywebttmxfwbaps ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542480.7417212-21141-129087894832073/AnsiballZ_setup.py'
Oct 21 16:28:00 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28763]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:01 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28765]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:28:01 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28763]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:02 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28902]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cmgmqgkzcalbnaklzixigfrruyhjrxok ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542481.9415376-21200-256953937240006/AnsiballZ_dnf.py'
Oct 21 16:28:02 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28902]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:02 ip-10-31-8-65.us-east-1.aws.redhat.com python3[28904]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:28:02 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[28902]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29012]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-impbuiwghpsovvgnwcovdtmtddkysnav ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542482.8278642-21257-213878017262642/AnsiballZ_find_unused_disk.py'
Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29012]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29014]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 with_interface=scsi max_size=0 match_sector_size=False
Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29012]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29123]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-leevaoomyqixghwpeogrunookmthctem ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542483.348772-21269-190294823813749/AnsiballZ_command.py'
Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29123]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29125]: ansible-ansible.legacy.command Invoked with _raw_params=set -x
                                                                       exec 1>&2
                                                                       lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC
                                                                       journalctl -ex
                                                                        _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None
Oct 21 16:28:03 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29123]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29269]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tmwcdbfzsoiwlmocdovpmkgenrjoohff ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542485.0625358-21389-130797273792609/AnsiballZ_setup.py'
Oct 21 16:28:05 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29269]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:05 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29271]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:28:06 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29269]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29408]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fhtnsfuaknfvnfaigcbtmjxmjlapqwnb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542486.709366-21605-212141878435662/AnsiballZ_stat.py'
Oct 21 16:28:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29408]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:07 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29410]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:28:07 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29408]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29517]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qigyuhkrhmaldhexnetcdhtaqfhgnmck ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542487.6865575-21738-263051717977512/AnsiballZ_dnf.py'
Oct 21 16:28:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29517]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:08 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29519]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:28:08 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29517]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29627]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-boywhjftfzyabrusgpmurkonzjvjxbpi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542488.8854365-21884-92937141108681/AnsiballZ_blivet.py'
Oct 21 16:28:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29627]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:09 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29629]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:28:09 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29627]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29739]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-huspjjrqsptgiiaiyvfkjsmvkdmcippz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542489.9231236-21924-271738337485049/AnsiballZ_dnf.py'
Oct 21 16:28:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29739]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:10 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29741]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:28:10 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29739]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29849]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bhxdqsdbpsuhrrcqcsxqnnjbcfpcrztn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542490.7840512-21966-92195383441644/AnsiballZ_service_facts.py'
Oct 21 16:28:11 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29849]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:11 ip-10-31-8-65.us-east-1.aws.redhat.com python3[29851]: ansible-service_facts Invoked
Oct 21 16:28:11 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:28:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[29849]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30059]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bqmthwattmkyptkzjncseznbqjlribuw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542493.026046-22116-267155582049982/AnsiballZ_blivet.py'
Oct 21 16:28:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30059]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:13 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30061]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:28:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30059]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30171]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nhlqahcealimghpmrqzkiegbeydhhdll ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542493.776788-22167-185872471491837/AnsiballZ_stat.py'
Oct 21 16:28:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30171]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:14 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30173]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:28:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30171]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30282]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-twwjgrskcwrlthkazeldjiyobaqbpoom ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542494.5326014-22258-123078288084164/AnsiballZ_stat.py'
Oct 21 16:28:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30282]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:14 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30284]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:28:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30282]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30391]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-utrxrlwgehxusohgntnvdksibzfpvlun ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542495.0068526-22295-265498333760413/AnsiballZ_setup.py'
Oct 21 16:28:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30391]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:15 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30393]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:28:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30391]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30530]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lfsrklkqzedjgexdkhzpxscswanqshbq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542496.2232947-22351-849329373460/AnsiballZ_dnf.py'
Oct 21 16:28:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30530]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:16 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30532]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:28:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30530]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30640]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cnkvxccorrpcuiiovthnzrhwiuoydfdq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542497.0979955-22375-51584627244974/AnsiballZ_find_unused_disk.py'
Oct 21 16:28:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30640]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:17 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30642]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=2 match_sector_size=True min_size=0 max_size=0 with_interface=None
Oct 21 16:28:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30640]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:21 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30786]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:28:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30923]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mrehfkzicmkgyltpupedgzgdufsbmoyv ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542501.6805189-22824-165352878971872/AnsiballZ_setup.py'
Oct 21 16:28:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30923]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:22 ip-10-31-8-65.us-east-1.aws.redhat.com python3[30925]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:28:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[30923]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31062]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-csagqmpnqknlebpdcqlkftgiebgettac ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542502.904743-22905-252799342068372/AnsiballZ_stat.py'
Oct 21 16:28:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31062]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:23 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31064]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:28:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31062]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31171]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gsjrzmxbqmakdzbszywzcxwwravblpth ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542504.048047-23077-258225186024424/AnsiballZ_dnf.py'
Oct 21 16:28:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31171]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:24 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31173]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:28:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31171]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31281]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ogxsxctndbihbeeyxxmpzivuqttmduae ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542505.1726856-23121-26436388485125/AnsiballZ_blivet.py'
Oct 21 16:28:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31281]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:25 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31283]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:28:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31281]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:26 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31393]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tkrarjpaovngyfmyqumgnuwfanypeayw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542506.1884267-23172-257129685380597/AnsiballZ_dnf.py'
Oct 21 16:28:26 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31393]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:26 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31395]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:28:26 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31393]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31503]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nfyqsaqptfsaejxxlegehbyueyvrwxpi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542507.078281-23216-198558536028983/AnsiballZ_service_facts.py'
Oct 21 16:28:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31503]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:27 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31505]: ansible-service_facts Invoked
Oct 21 16:28:28 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:28:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31503]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31713]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bigwwqueeacvjroeexwgaoqygexkpkhl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542509.2396-23497-239163409209794/AnsiballZ_blivet.py'
Oct 21 16:28:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31713]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:29 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31715]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=True disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=False packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:28:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31713]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31825]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dohzyldjutusylizhebqmrpwmoirxztb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542509.8043928-23567-69780126278649/AnsiballZ_stat.py'
Oct 21 16:28:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31825]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:30 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31827]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:28:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31825]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31936]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tcmvgcdswzqeshhcamhfosxwafpqvwgz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542510.6791408-23615-221159659260355/AnsiballZ_stat.py'
Oct 21 16:28:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31936]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:30 ip-10-31-8-65.us-east-1.aws.redhat.com python3[31938]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:28:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[31936]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32045]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-akxvjrrfuzqfbuaavstogulfvloubsbs ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542511.149736-23632-119895170184892/AnsiballZ_setup.py'
Oct 21 16:28:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32045]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:31 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32047]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:28:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32045]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32184]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-olrriftpvngfwacnytwmqhnpsksdygsm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542512.3307836-23689-192628986864808/AnsiballZ_dnf.py'
Oct 21 16:28:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32184]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:32 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32186]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:28:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32184]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32294]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-snvzzoymulgdpstdpuiyhsnzrfysfkta ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542513.2720869-23738-117558179889997/AnsiballZ_find_unused_disk.py'
Oct 21 16:28:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32294]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:33 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32296]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=2 with_interface=scsi min_size=0 max_size=0 match_sector_size=False
Oct 21 16:28:33 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32294]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32405]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gueytzelblkgwdstdjcinbdcfnhqkgwj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542513.93455-23777-54850144457811/AnsiballZ_command.py'
Oct 21 16:28:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32405]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:34 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32407]: ansible-ansible.legacy.command Invoked with _raw_params=set -x
                                                                       exec 1>&2
                                                                       lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC
                                                                       journalctl -ex
                                                                        _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None
Oct 21 16:28:34 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32405]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32551]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xusluhuqmxxkvqsnkyzzuqojvnhokdhy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542516.288878-23997-107804109694575/AnsiballZ_setup.py'
Oct 21 16:28:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32551]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:37 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32553]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:28:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32551]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32690]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vodxzzwhulwhxykbxwvwvbztrjxccqan ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542518.2870307-24227-221745823050195/AnsiballZ_stat.py'
Oct 21 16:28:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32690]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:38 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32692]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:28:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32690]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32799]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eolockpxrmspdmbefpfqwxziqdcwprbj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542518.91519-24307-116164479571157/AnsiballZ_dnf.py'
Oct 21 16:28:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32799]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:39 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32801]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:28:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32799]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32909]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pbboonwidbgutirihpmktlyyeaqaechm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542520.0074966-24391-62313916511342/AnsiballZ_blivet.py'
Oct 21 16:28:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32909]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:40 ip-10-31-8-65.us-east-1.aws.redhat.com python3[32911]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:28:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[32909]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33021]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uahuehzmuxbswwqxjrmznirgkjygtrys ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542521.1686752-24431-105985082831766/AnsiballZ_dnf.py'
Oct 21 16:28:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33021]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:41 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33023]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:28:41 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33021]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33131]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-crwivhvdpyyglvqhbpqenzfzearnmotq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542522.0211687-24497-148134981792244/AnsiballZ_service_facts.py'
Oct 21 16:28:42 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33131]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:42 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33133]: ansible-service_facts Invoked
Oct 21 16:28:43 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:28:43 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33131]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33341]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qfgltlwyssceyfqxkcvxmzbnrxjqrner ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542524.2006774-24583-160338856943730/AnsiballZ_blivet.py'
Oct 21 16:28:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33341]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:44 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33343]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:28:44 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33341]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33453]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-woyknuykqpmqngivfciswvjdrfevtcqq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542524.851466-24621-145655845370801/AnsiballZ_stat.py'
Oct 21 16:28:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33453]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:45 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33455]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:28:45 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33453]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33564]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-svievpufgtkhzwvijpqpbfgrcuywpriu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542525.861662-24691-31805657994289/AnsiballZ_stat.py'
Oct 21 16:28:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33564]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:46 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33566]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:28:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33564]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33673]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hbxkawgzbvouanhrfjljlalnaqztmqfn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542526.2573872-24755-111083453746839/AnsiballZ_setup.py'
Oct 21 16:28:46 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33673]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:46 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33675]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:28:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33673]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33812]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fggfaxldarubjsrvnuuxtewyrvkcqzhf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542527.4034696-24824-188840199942406/AnsiballZ_dnf.py'
Oct 21 16:28:47 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33812]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:47 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33814]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:28:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33812]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33922]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-odjgpqnlvjovmjyydcuqjuzpecsavyud ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542528.267929-24894-73439193907599/AnsiballZ_find_unused_disk.py'
Oct 21 16:28:48 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33922]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:48 ip-10-31-8-65.us-east-1.aws.redhat.com python3[33924]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with max_return=1 min_size=0 max_size=0 match_sector_size=False with_interface=None
Oct 21 16:28:49 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[33922]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:50 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[34033]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cjwcizqfemlprekgepjpabnbkjdhgxdl ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542529.8802285-24987-244359742317174/AnsiballZ_command.py'
Oct 21 16:28:50 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[34033]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:28:50 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34035]: ansible-ansible.legacy.command Invoked with _raw_params=set -x
                                                                       exec 1>&2
                                                                       lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC
                                                                       journalctl -ex
                                                                        _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None
Oct 21 16:28:50 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[34033]: pam_unix(sudo:session): session closed for user root
Oct 21 16:28:55 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34179]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:28:56 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34316]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:29:01 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34453]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:29:02 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34560]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:29:03 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34668]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:29:04 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34778]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:29:05 ip-10-31-8-65.us-east-1.aws.redhat.com python3[34886]: ansible-service_facts Invoked
Oct 21 16:29:05 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:29:07 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35094]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:29:07 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35204]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:29:08 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35313]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:29:09 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35420]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:29:12 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35592]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:29:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35729]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wkaljqfxfzaagtgnfotmboobupggcpkp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542552.7777495-26945-39229582964217/AnsiballZ_setup.py'
Oct 21 16:29:12 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35729]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:13 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35731]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:29:13 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35729]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35868]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-onmacsarchnpkdfmrizalfyccpygefjh ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542554.0468926-26999-86922490266557/AnsiballZ_stat.py'
Oct 21 16:29:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35868]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:14 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35870]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:29:14 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35868]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35977]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bkvmosirmjzddhmlqtqfxtizfjzcxoue ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542554.7489543-27112-192561744957666/AnsiballZ_dnf.py'
Oct 21 16:29:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35977]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:15 ip-10-31-8-65.us-east-1.aws.redhat.com python3[35979]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:29:15 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[35977]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36087]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qfklvxriodvquhtwlnajljklwztdqlzz ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542556.0619893-27206-94124044003191/AnsiballZ_blivet.py'
Oct 21 16:29:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36087]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:16 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36089]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:29:16 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36087]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36199]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-thlsfpdzyfltvihxsdhsyjlukmuqgiyp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542557.0395434-27272-121141709653434/AnsiballZ_dnf.py'
Oct 21 16:29:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36199]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:17 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36201]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:29:17 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36199]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:18 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36309]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aqtagzhxaofajpiixstqwuuvcqxnchkg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542557.970199-27322-112526633332566/AnsiballZ_service_facts.py'
Oct 21 16:29:18 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36309]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:18 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36311]: ansible-service_facts Invoked
Oct 21 16:29:19 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:29:20 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36309]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:20 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36519]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uwjigdifhnqhhycohgjhfpccyqpielbr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542560.2797213-27414-26959096654373/AnsiballZ_blivet.py'
Oct 21 16:29:20 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36519]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:20 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36521]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:29:20 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36519]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36631]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-petkpxwprerlptmqkahrkqyeoskwsfto ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542560.90007-27507-279913264162134/AnsiballZ_stat.py'
Oct 21 16:29:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36631]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:21 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36633]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:29:21 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36631]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36742]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sdxcbwjlepcwaavmcdegjbtbzffpadna ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542561.866912-27626-204147643366298/AnsiballZ_stat.py'
Oct 21 16:29:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36742]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:22 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36744]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:29:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36742]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36851]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-riscrjwtncupgmeowmpkxspyurmonuxe ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542562.2521908-27714-44797569857265/AnsiballZ_setup.py'
Oct 21 16:29:22 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36851]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:22 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36853]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:29:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36851]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36990]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aezbqlvrycqjedqtwofuplblamotzjtj ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542563.3595016-27805-223277115090910/AnsiballZ_dnf.py'
Oct 21 16:29:23 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36990]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:23 ip-10-31-8-65.us-east-1.aws.redhat.com python3[36992]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:29:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[36990]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37100]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qdfruiabguqlrhtxjrahfpwnwkcqgjbu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542564.2504718-27840-17616067070682/AnsiballZ_find_unused_disk.py'
Oct 21 16:29:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37100]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:24 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37102]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=5g max_return=1 with_interface=scsi max_size=0 match_sector_size=False
Oct 21 16:29:24 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37100]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37211]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ojqcpsgsdrqmkohtigmxzcsaneattkcb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542564.8625393-27879-18762851674748/AnsiballZ_command.py'
Oct 21 16:29:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37211]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:25 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37213]: ansible-ansible.legacy.command Invoked with _raw_params=set -x
                                                                       exec 1>&2
                                                                       lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC
                                                                       journalctl -ex
                                                                        _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None
Oct 21 16:29:25 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37211]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37357]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-shewyxfxcuqtectigbjesaawchqtfbpa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542566.889174-28048-84835546537581/AnsiballZ_setup.py'
Oct 21 16:29:27 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37357]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:27 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37359]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:29:28 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37357]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37496]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qxjsjgowvnqjkroxrabrtjmnbuuuixcd ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542568.5421505-28164-127418602498899/AnsiballZ_stat.py'
Oct 21 16:29:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37496]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:29 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37498]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:29:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37496]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37605]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ihnhoxmyayyyoapsjgyfpfknfcgoqvtx ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542569.3901048-28257-98284890394830/AnsiballZ_dnf.py'
Oct 21 16:29:29 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37605]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:30 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37607]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:29:30 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37605]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37715]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nbeaozmuxvctmwylmatptlsjzcyxzdtr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542570.667615-28383-87840065037021/AnsiballZ_blivet.py'
Oct 21 16:29:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37715]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:31 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37717]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={}
Oct 21 16:29:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37715]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37827]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vznwhbbajprlpiqzdvcervwsfgobhygc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542571.6454725-28492-251022740794409/AnsiballZ_dnf.py'
Oct 21 16:29:31 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37827]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:31 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37829]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:29:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37827]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37937]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ipjzkiijxuycdijhckmojvwxypkbmbwa ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542572.5171986-28568-88523919058966/AnsiballZ_service_facts.py'
Oct 21 16:29:32 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37937]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:33 ip-10-31-8-65.us-east-1.aws.redhat.com python3[37939]: ansible-service_facts Invoked
Oct 21 16:29:33 ip-10-31-8-65.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/lvm-devices-import.service:8: Unknown key name 'ConditionPathExists' in section 'Service', ignoring.
Oct 21 16:29:35 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[37937]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38147]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-adwrzyuamnzostounobuqnplbqkigwhu ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542575.9731314-28715-237694612993478/AnsiballZ_blivet.py'
Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38147]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com python3[38149]: ansible-redhat.rhel_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={}
Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38147]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38259]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-haaikjsjibxclgtfexfujgbbswejvlwp ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542576.5684764-28749-88479320407397/AnsiballZ_stat.py'
Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38259]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com python3[38261]: ansible-stat Invoked with path=/etc/fstab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:29:36 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38259]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38370]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jedvqyqjidfjulbbuyvxyzpzsvdiwrkn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542577.5795813-28803-106505221717571/AnsiballZ_stat.py'
Oct 21 16:29:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38370]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:37 ip-10-31-8-65.us-east-1.aws.redhat.com python3[38372]: ansible-stat Invoked with path=/etc/crypttab follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Oct 21 16:29:37 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38370]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38479]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uzmonfrixyvjgtkynsplteaoklrqtjuw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542578.0382946-28823-191188940005306/AnsiballZ_setup.py'
Oct 21 16:29:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38479]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:38 ip-10-31-8-65.us-east-1.aws.redhat.com python3[38481]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Oct 21 16:29:38 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38479]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38618]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-muvdbbszzhbweadiwifdvwsjpdzcolze ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542579.0621746-28923-36814782809634/AnsiballZ_dnf.py'
Oct 21 16:29:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38618]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:39 ip-10-31-8-65.us-east-1.aws.redhat.com python3[38620]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Oct 21 16:29:39 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38618]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38728]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-stziviykovqevggfasobmifgrwfoyivb ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542579.9677546-28988-136677721245603/AnsiballZ_find_unused_disk.py'
Oct 21 16:29:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38728]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:40 ip-10-31-8-65.us-east-1.aws.redhat.com python3[38730]: ansible-redhat.rhel_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 max_size=0 match_sector_size=False with_interface=None
Oct 21 16:29:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38728]: pam_unix(sudo:session): session closed for user root
Oct 21 16:29:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38839]:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vfuramreqizzedvbgaewreiogvxywssy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1729542580.595091-29055-235725507125223/AnsiballZ_command.py'
Oct 21 16:29:40 ip-10-31-8-65.us-east-1.aws.redhat.com sudo[38839]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct 21 16:29:41 ip-10-31-8-65.us-east-1.aws.redhat.com python3[38841]: ansible-ansible.legacy.command Invoked with _raw_params=set -x
                                                                       exec 1>&2
                                                                       lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC
                                                                       journalctl -ex
                                                                        _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None

TASK [Set unused_disks if necessary] *******************************************
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:29
Monday 21 October 2024  16:29:41 -0400 (0:00:00.578)       0:00:14.288 ******** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Exit playbook when there's not enough unused disks in the system] ********
task path: /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:34
Monday 21 October 2024  16:29:41 -0400 (0:00:00.022)       0:00:14.310 ******** 
fatal: [managed-node1]: FAILED! => {
    "changed": false
}

MSG:

Unable to find enough unused disks. Exiting playbook.

PLAY RECAP *********************************************************************
managed-node1              : ok=28   changed=0    unreachable=0    failed=1    skipped=15   rescued=0    ignored=0   

Monday 21 October 2024  16:29:41 -0400 (0:00:00.033)       0:00:14.344 ******** 
=============================================================================== 
redhat.rhel_system_roles.storage : Get service facts -------------------- 3.19s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:51 
Gathering Facts --------------------------------------------------------- 1.42s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_lvm_errors.yml:2 
redhat.rhel_system_roles.storage : Make sure blivet is available -------- 1.15s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:2 
redhat.rhel_system_roles.storage : Update facts ------------------------- 0.95s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:222 
redhat.rhel_system_roles.storage : Get required packages ---------------- 0.90s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:19 
Ensure test packages ---------------------------------------------------- 0.88s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:2 
redhat.rhel_system_roles.storage : Make sure required packages are installed --- 0.87s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:37 
redhat.rhel_system_roles.storage : Check if system is ostree ------------ 0.72s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:25 
Find unused disks in the system ----------------------------------------- 0.66s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:11 
redhat.rhel_system_roles.storage : Manage the pools and volumes to match the specified state --- 0.66s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:69 
Debug why there are no unused disks ------------------------------------- 0.58s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml:20 
redhat.rhel_system_roles.storage : Retrieve facts for the /etc/crypttab file --- 0.42s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:195 
redhat.rhel_system_roles.storage : Check if /etc/fstab is present ------- 0.39s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:90 
redhat.rhel_system_roles.storage : Set storage_cryptsetup_services ------ 0.13s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:57 
redhat.rhel_system_roles.storage : Manage mount ownership/permissions --- 0.09s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:175 
redhat.rhel_system_roles.storage : Remove obsolete mounts --------------- 0.09s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:148 
redhat.rhel_system_roles.storage : Set up new/current mounts ------------ 0.08s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:164 
redhat.rhel_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 0.07s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml:159 
redhat.rhel_system_roles.storage : Set platform/version specific variables --- 0.07s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/set_vars.yml:7 
Run the role ------------------------------------------------------------ 0.05s
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_lvm_errors.yml:18