ansible-playbook [core 2.17.7]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.13/site-packages/ansible
  ansible collection location = /tmp/collections-gi8
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.13.0 (main, Oct  8 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.13)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
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_set_mount.yml **************************************************
1 plays in /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml

PLAY [Mount snapshots of logical volumes across different volume groups] *******

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:2
Saturday 11 January 2025  17:26:57 -0500 (0:00:00.007)       0:00:00.007 ****** 
[WARNING]: Platform linux on host managed-node2 is using the discovered Python
interpreter at /usr/bin/python3, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed-node2]

TASK [Setup] *******************************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:63
Saturday 11 January 2025  17:26:58 -0500 (0:00:01.297)       0:00:01.305 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml for managed-node2

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:10
Saturday 11 January 2025  17:26:58 -0500 (0:00:00.020)       0:00:01.326 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set mount parent] ********************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:15
Saturday 11 January 2025  17:26:58 -0500 (0:00:00.485)       0:00:01.812 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "test_mnt_parent": "/mnt"
    },
    "changed": false
}

TASK [Run the storage role install base packages] ******************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:19
Saturday 11 January 2025  17:26:58 -0500 (0:00:00.028)       0:00:01.840 ****** 
included: fedora.linux_system_roles.storage for managed-node2

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Saturday 11 January 2025  17:26:58 -0500 (0:00:00.025)       0:00:01.866 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Saturday 11 January 2025  17:26:59 -0500 (0:00:00.024)       0:00:01.890 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Saturday 11 January 2025  17:26:59 -0500 (0:00:00.030)       0:00:01.920 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=Fedora.yml) => {
    "ansible_facts": {
        "_storage_copr_support_packages": [
            "dnf-plugins-core"
        ],
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-fs",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "stratisd",
            "stratis-cli",
            "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}",
            "vdo"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora.yml"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Saturday 11 January 2025  17:26:59 -0500 (0:00:00.039)       0:00:01.959 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Saturday 11 January 2025  17:26:59 -0500 (0:00:00.386)       0:00:02.346 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__storage_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Saturday 11 January 2025  17:26:59 -0500 (0:00:00.023)       0:00:02.370 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Saturday 11 January 2025  17:26:59 -0500 (0:00:00.016)       0:00:02.386 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Saturday 11 January 2025  17:26:59 -0500 (0:00:00.015)       0:00:02.402 ****** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Saturday 11 January 2025  17:26:59 -0500 (0:00:00.049)       0:00:02.451 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: libblockdev libblockdev-crypto libblockdev-dm libblockdev-fs libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Saturday 11 January 2025  17:27:01 -0500 (0:00:01.524)       0:00:03.976 ****** 
ok: [managed-node2] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined"
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Saturday 11 January 2025  17:27:01 -0500 (0:00:00.030)       0:00:04.006 ****** 
ok: [managed-node2] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined"
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Saturday 11 January 2025  17:27:01 -0500 (0:00:00.023)       0:00:04.030 ****** 
ok: [managed-node2] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Saturday 11 January 2025  17:27:01 -0500 (0:00:00.750)       0:00:04.780 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node2

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Saturday 11 January 2025  17:27:01 -0500 (0:00:00.067)       0:00:04.847 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Saturday 11 January 2025  17:27:02 -0500 (0:00:00.045)       0:00:04.892 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Saturday 11 January 2025  17:27:02 -0500 (0:00:00.042)       0:00:04.935 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Saturday 11 January 2025  17:27:02 -0500 (0:00:00.041)       0:00:04.977 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Saturday 11 January 2025  17:27:03 -0500 (0:00:01.331)       0:00:06.308 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "audit-rules.service": {
                "name": "audit-rules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "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"
            },
            "bluetooth.service": {
                "name": "bluetooth.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "capsule@.service": {
                "name": "capsule@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd-restricted.service": {
                "name": "chronyd-restricted.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "dbus-broker.service": {
                "name": "dbus-broker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.bluez.service": {
                "name": "dbus-org.bluez.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.home1.service": {
                "name": "dbus-org.freedesktop.home1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "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.oom1.service": {
                "name": "dbus-org.freedesktop.oom1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.resolve1.service": {
                "name": "dbus-org.freedesktop.resolve1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dhcpcd.service": {
                "name": "dhcpcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dhcpcd@.service": {
                "name": "dhcpcd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "running",
                "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"
            },
            "dnf5-makecache.service": {
                "name": "dnf5-makecache.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf5-offline-transaction-cleanup.service": {
                "name": "dnf5-offline-transaction-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf5-offline-transaction.service": {
                "name": "dnf5-offline-transaction.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"
            },
            "fips-crypto-policy-overlay.service": {
                "name": "fips-crypto-policy-overlay.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "fsidd.service": {
                "name": "fsidd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "fstrim.service": {
                "name": "fstrim.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "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"
            },
            "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"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ldconfig.service": {
                "name": "ldconfig.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"
            },
            "modprobe@.service": {
                "name": "modprobe@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "modprobe@configfs.service": {
                "name": "modprobe@configfs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@dm_mod.service": {
                "name": "modprobe@dm_mod.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@dm_multipath.service": {
                "name": "modprobe@dm_multipath.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@drm.service": {
                "name": "modprobe@drm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@fuse.service": {
                "name": "modprobe@fuse.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@loop.service": {
                "name": "modprobe@loop.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nm-priv-helper.service": {
                "name": "nm-priv-helper.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "pam_namespace.service": {
                "name": "pam_namespace.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "pcscd.service": {
                "name": "pcscd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "quotaon-root.service": {
                "name": "quotaon-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "quotaon@.service": {
                "name": "quotaon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "raid-check.service": {
                "name": "raid-check.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-svcgssd.service": {
                "name": "rpc-svcgssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "rpmdb-migrate.service": {
                "name": "rpmdb-migrate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rpmdb-rebuild.service": {
                "name": "rpmdb-rebuild.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "selinux-check-proper-disable.service": {
                "name": "selinux-check-proper-disable.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ssh-host-keys-migration.service": {
                "name": "ssh-host-keys-migration.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-unix-local@.service": {
                "name": "sshd-unix-local@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "alias"
            },
            "sshd-vsock@.service": {
                "name": "sshd-vsock@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "alias"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "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-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-battery-check.service": {
                "name": "systemd-battery-check.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-bless-boot.service": {
                "name": "systemd-bless-boot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-boot-check-no-failures.service": {
                "name": "systemd-boot-check-no-failures.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-boot-random-seed.service": {
                "name": "systemd-boot-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-boot-update.service": {
                "name": "systemd-boot-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-bootctl@.service": {
                "name": "systemd-bootctl@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-bsod.service": {
                "name": "systemd-bsod.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-confext.service": {
                "name": "systemd-confext.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-creds@.service": {
                "name": "systemd-creds@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled-runtime"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-growfs-root.service": {
                "name": "systemd-growfs-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-growfs@.service": {
                "name": "systemd-growfs@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-clear.service": {
                "name": "systemd-hibernate-clear.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hibernate-resume.service": {
                "name": "systemd-hibernate-resume.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-homed-activate.service": {
                "name": "systemd-homed-activate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-homed-firstboot.service": {
                "name": "systemd-homed-firstboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-homed.service": {
                "name": "systemd-homed.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald-sync@.service": {
                "name": "systemd-journald-sync@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-journald@.service": {
                "name": "systemd-journald@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-mountfsd.service": {
                "name": "systemd-mountfsd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "systemd-network-generator.service": {
                "name": "systemd-network-generator.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-networkd-persistent-storage.service": {
                "name": "systemd-networkd-persistent-storage.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "systemd-networkd-wait-online@.service": {
                "name": "systemd-networkd-wait-online@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "systemd-networkd.service": {
                "name": "systemd-networkd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "systemd-nsresourced.service": {
                "name": "systemd-nsresourced.service",
                "source": "systemd",
                "state": "running",
                "status": "indirect"
            },
            "systemd-oomd.service": {
                "name": "systemd-oomd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "systemd-pcrextend@.service": {
                "name": "systemd-pcrextend@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrfs-root.service": {
                "name": "systemd-pcrfs-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pcrfs@.service": {
                "name": "systemd-pcrfs@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrlock-file-system.service": {
                "name": "systemd-pcrlock-file-system.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-firmware-code.service": {
                "name": "systemd-pcrlock-firmware-code.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-firmware-config.service": {
                "name": "systemd-pcrlock-firmware-config.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-machine-id.service": {
                "name": "systemd-pcrlock-machine-id.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-make-policy.service": {
                "name": "systemd-pcrlock-make-policy.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-secureboot-authority.service": {
                "name": "systemd-pcrlock-secureboot-authority.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-secureboot-policy.service": {
                "name": "systemd-pcrlock-secureboot-policy.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock@.service": {
                "name": "systemd-pcrlock@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrmachine.service": {
                "name": "systemd-pcrmachine.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase-initrd.service": {
                "name": "systemd-pcrphase-initrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase-sysinit.service": {
                "name": "systemd-pcrphase-sysinit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase.service": {
                "name": "systemd-pcrphase.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck-root.service": {
                "name": "systemd-quotacheck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-quotacheck@.service": {
                "name": "systemd-quotacheck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled-runtime"
            },
            "systemd-repart.service": {
                "name": "systemd-repart.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-soft-reboot.service": {
                "name": "systemd-soft-reboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-storagetm.service": {
                "name": "systemd-storagetm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysext.service": {
                "name": "systemd-sysext.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-sysext@.service": {
                "name": "systemd-sysext@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-sysupdate-reboot.service": {
                "name": "systemd-sysupdate-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "systemd-sysupdate.service": {
                "name": "systemd-sysupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-time-wait-sync.service": {
                "name": "systemd-time-wait-sync.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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": "disabled"
            },
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev-early.service": {
                "name": "systemd-tmpfiles-setup-dev-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tpm2-setup-early.service": {
                "name": "systemd-tpm2-setup-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tpm2-setup.service": {
                "name": "systemd-tpm2-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-load-credentials.service": {
                "name": "systemd-udev-load-credentials.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udevd.service": {
                "name": "systemd-udevd.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-update-done.service": {
                "name": "systemd-update-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-userdbd.service": {
                "name": "systemd-userdbd.service",
                "source": "systemd",
                "state": "running",
                "status": "indirect"
            },
            "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"
            },
            "systemd-zram-setup@.service": {
                "name": "systemd-zram-setup@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-zram-setup@zram0.service": {
                "name": "systemd-zram-setup@zram0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "udisks2.service": {
                "name": "udisks2.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] *****
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Saturday 11 January 2025  17:27:06 -0500 (0:00:02.968)       0:00:09.277 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Saturday 11 January 2025  17:27:06 -0500 (0:00:00.066)       0:00:09.343 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Saturday 11 January 2025  17:27:06 -0500 (0:00:00.035)       0:00:09.378 ****** 
ok: [managed-node2] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83
Saturday 11 January 2025  17:27:07 -0500 (0:00:00.618)       0:00:09.997 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "blivet_output is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ******
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90
Saturday 11 January 2025  17:27:07 -0500 (0:00:00.054)       0:00:10.051 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1736633968.2766259,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6853afbc2536fe6e633d23636f3486f246d1e6f6",
        "ctime": 1736633968.274626,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279325,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1736633968.276151,
        "nlink": 1,
        "path": "/etc/fstab",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 1366,
        "uid": 0,
        "version": "2403165728",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Saturday 11 January 2025  17:27:07 -0500 (0:00:00.419)       0:00:10.470 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "blivet_output is changed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113
Saturday 11 January 2025  17:27:07 -0500 (0:00:00.024)       0:00:10.495 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Show blivet_output] ******************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119
Saturday 11 January 2025  17:27:07 -0500 (0:00:00.016)       0:00:10.512 ****** 
ok: [managed-node2] => {
    "blivet_output": {
        "actions": [],
        "changed": false,
        "crypts": [],
        "failed": false,
        "leaves": [],
        "mounts": [],
        "packages": [],
        "pools": [],
        "volumes": []
    }
}

TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128
Saturday 11 January 2025  17:27:07 -0500 (0:00:00.021)       0:00:10.534 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132
Saturday 11 January 2025  17:27:07 -0500 (0:00:00.021)       0:00:10.555 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] **************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148
Saturday 11 January 2025  17:27:07 -0500 (0:00:00.021)       0:00:10.577 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159
Saturday 11 January 2025  17:27:07 -0500 (0:00:00.030)       0:00:10.607 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "blivet_output['mounts']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set up new/current mounts] ***********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164
Saturday 11 January 2025  17:27:07 -0500 (0:00:00.017)       0:00:10.625 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175
Saturday 11 January 2025  17:27:07 -0500 (0:00:00.035)       0:00:10.660 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187
Saturday 11 January 2025  17:27:07 -0500 (0:00:00.055)       0:00:10.715 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "blivet_output['mounts']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195
Saturday 11 January 2025  17:27:07 -0500 (0:00:00.031)       0:00:10.747 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1736633952.4175491,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1734679665.113,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 15,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/x-empty",
        "mode": "0600",
        "mtime": 1734679276.061,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "110284939",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200
Saturday 11 January 2025  17:27:08 -0500 (0:00:00.406)       0:00:11.154 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222
Saturday 11 January 2025  17:27:08 -0500 (0:00:00.021)       0:00:11.176 ****** 
ok: [managed-node2]

TASK [Get unused disks] ********************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:25
Saturday 11 January 2025  17:27:09 -0500 (0:00:01.006)       0:00:12.182 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml for managed-node2

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:5
Saturday 11 January 2025  17:27:09 -0500 (0:00:00.087)       0:00:12.270 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:10
Saturday 11 January 2025  17:27:09 -0500 (0:00:00.437)       0:00:12.707 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__snapshot_is_ostree": false
    },
    "changed": false
}

TASK [Ensure test packages] ****************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:14
Saturday 11 January 2025  17:27:09 -0500 (0:00:00.045)       0:00:12.753 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: util-linux-core

TASK [Find unused disks in the system] *****************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:23
Saturday 11 January 2025  17:27:11 -0500 (0:00:01.342)       0:00:14.095 ****** 
ok: [managed-node2] => {
    "changed": false,
    "disks": [
        "sda",
        "sdb",
        "sdc",
        "sdd",
        "sde",
        "sdf",
        "sdg",
        "sdh",
        "sdi",
        "sdj"
    ],
    "info": [
        "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdj\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdk\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdl\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"ext4\" LOG-SEC=\"512\"",
        "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"ext4\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/zram0\" TYPE=\"disk\" SIZE=\"3893362688\" FSTYPE=\"\" LOG-SEC=\"4096\"",
        "filename [xvda2] is a partition",
        "filename [xvda1] is a partition",
        "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions",
        "Disk [/dev/zram0] attrs [{'type': 'disk', 'size': '3893362688', 'fstype': '', 'ssize': '4096'}] cannot be opened exclusively"
    ]
}

TASK [Set unused_disks if necessary] *******************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:31
Saturday 11 January 2025  17:27:11 -0500 (0:00:00.716)       0:00:14.811 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "unused_disks": [
            "sda",
            "sdb",
            "sdc",
            "sdd",
            "sde",
            "sdf",
            "sdg",
            "sdh",
            "sdi",
            "sdj"
        ]
    },
    "changed": false
}

TASK [Print unused disks] ******************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:36
Saturday 11 January 2025  17:27:11 -0500 (0:00:00.027)       0:00:14.838 ****** 
ok: [managed-node2] => {
    "unused_disks": [
        "sda",
        "sdb",
        "sdc",
        "sdd",
        "sde",
        "sdf",
        "sdg",
        "sdh",
        "sdi",
        "sdj"
    ]
}

TASK [Print info from find_unused_disk] ****************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:44
Saturday 11 January 2025  17:27:12 -0500 (0:00:00.041)       0:00:14.880 ****** 
skipping: [managed-node2] => {
    "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)"
}

TASK [Show disk information] ***************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:49
Saturday 11 January 2025  17:27:12 -0500 (0:00:00.035)       0:00:14.915 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)",
    "skip_reason": "Conditional result was False"
}

TASK [Exit playbook when there's not enough unused disks in the system] ********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:58
Saturday 11 January 2025  17:27:12 -0500 (0:00:00.037)       0:00:14.953 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)",
    "skip_reason": "Conditional result was False"
}

TASK [Create LVM logical volumes under volume groups] **************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:31
Saturday 11 January 2025  17:27:12 -0500 (0:00:00.063)       0:00:15.017 ****** 
included: fedora.linux_system_roles.storage for managed-node2

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Saturday 11 January 2025  17:27:12 -0500 (0:00:00.162)       0:00:15.179 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Saturday 11 January 2025  17:27:12 -0500 (0:00:00.050)       0:00:15.230 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Saturday 11 January 2025  17:27:12 -0500 (0:00:00.061)       0:00:15.291 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=Fedora.yml) => {
    "ansible_facts": {
        "_storage_copr_support_packages": [
            "dnf-plugins-core"
        ],
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-fs",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "stratisd",
            "stratis-cli",
            "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}",
            "vdo"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora.yml"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Saturday 11 January 2025  17:27:12 -0500 (0:00:00.059)       0:00:15.351 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Saturday 11 January 2025  17:27:12 -0500 (0:00:00.045)       0:00:15.397 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Saturday 11 January 2025  17:27:12 -0500 (0:00:00.040)       0:00:15.437 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Saturday 11 January 2025  17:27:12 -0500 (0:00:00.040)       0:00:15.477 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Saturday 11 January 2025  17:27:12 -0500 (0:00:00.030)       0:00:15.508 ****** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Saturday 11 January 2025  17:27:12 -0500 (0:00:00.053)       0:00:15.562 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: libblockdev libblockdev-crypto libblockdev-dm libblockdev-fs libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Saturday 11 January 2025  17:27:14 -0500 (0:00:01.417)       0:00:16.979 ****** 
ok: [managed-node2] => {
    "storage_pools": [
        {
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "name": "test_vg1",
            "volumes": [
                {
                    "name": "lv1",
                    "size": "15%"
                },
                {
                    "name": "lv2",
                    "size": "50%"
                }
            ]
        },
        {
            "disks": [
                "sdd",
                "sde",
                "sdf"
            ],
            "name": "test_vg2",
            "volumes": [
                {
                    "name": "lv3",
                    "size": "10%"
                },
                {
                    "name": "lv4",
                    "size": "20%"
                }
            ]
        },
        {
            "disks": [
                "sdg",
                "sdh",
                "sdi",
                "sdj"
            ],
            "name": "test_vg3",
            "volumes": [
                {
                    "name": "lv5",
                    "size": "30%"
                },
                {
                    "name": "lv6",
                    "size": "25%"
                },
                {
                    "name": "lv7",
                    "size": "10%"
                },
                {
                    "name": "lv8",
                    "size": "10%"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Saturday 11 January 2025  17:27:14 -0500 (0:00:00.071)       0:00:17.050 ****** 
ok: [managed-node2] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined"
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Saturday 11 January 2025  17:27:14 -0500 (0:00:00.033)       0:00:17.084 ****** 
ok: [managed-node2] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "lvm2"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Saturday 11 January 2025  17:27:15 -0500 (0:00:01.519)       0:00:18.603 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node2

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Saturday 11 January 2025  17:27:15 -0500 (0:00:00.039)       0:00:18.643 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Saturday 11 January 2025  17:27:15 -0500 (0:00:00.030)       0:00:18.673 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Saturday 11 January 2025  17:27:15 -0500 (0:00:00.032)       0:00:18.706 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Saturday 11 January 2025  17:27:15 -0500 (0:00:00.040)       0:00:18.746 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kpartx lvm2

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Saturday 11 January 2025  17:27:17 -0500 (0:00:01.307)       0:00:20.054 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "audit-rules.service": {
                "name": "audit-rules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "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"
            },
            "bluetooth.service": {
                "name": "bluetooth.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "capsule@.service": {
                "name": "capsule@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd-restricted.service": {
                "name": "chronyd-restricted.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "dbus-broker.service": {
                "name": "dbus-broker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.bluez.service": {
                "name": "dbus-org.bluez.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.home1.service": {
                "name": "dbus-org.freedesktop.home1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "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.oom1.service": {
                "name": "dbus-org.freedesktop.oom1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.resolve1.service": {
                "name": "dbus-org.freedesktop.resolve1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dhcpcd.service": {
                "name": "dhcpcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dhcpcd@.service": {
                "name": "dhcpcd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "running",
                "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"
            },
            "dnf5-makecache.service": {
                "name": "dnf5-makecache.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf5-offline-transaction-cleanup.service": {
                "name": "dnf5-offline-transaction-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf5-offline-transaction.service": {
                "name": "dnf5-offline-transaction.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"
            },
            "fips-crypto-policy-overlay.service": {
                "name": "fips-crypto-policy-overlay.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "fsidd.service": {
                "name": "fsidd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "fstrim.service": {
                "name": "fstrim.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "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"
            },
            "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"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ldconfig.service": {
                "name": "ldconfig.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"
            },
            "modprobe@.service": {
                "name": "modprobe@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "modprobe@configfs.service": {
                "name": "modprobe@configfs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@dm_mod.service": {
                "name": "modprobe@dm_mod.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@dm_multipath.service": {
                "name": "modprobe@dm_multipath.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@drm.service": {
                "name": "modprobe@drm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@fuse.service": {
                "name": "modprobe@fuse.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@loop.service": {
                "name": "modprobe@loop.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nm-priv-helper.service": {
                "name": "nm-priv-helper.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "pam_namespace.service": {
                "name": "pam_namespace.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "pcscd.service": {
                "name": "pcscd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "quotaon-root.service": {
                "name": "quotaon-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "quotaon@.service": {
                "name": "quotaon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "raid-check.service": {
                "name": "raid-check.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-svcgssd.service": {
                "name": "rpc-svcgssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "rpmdb-migrate.service": {
                "name": "rpmdb-migrate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rpmdb-rebuild.service": {
                "name": "rpmdb-rebuild.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "selinux-check-proper-disable.service": {
                "name": "selinux-check-proper-disable.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ssh-host-keys-migration.service": {
                "name": "ssh-host-keys-migration.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-unix-local@.service": {
                "name": "sshd-unix-local@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "alias"
            },
            "sshd-vsock@.service": {
                "name": "sshd-vsock@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "alias"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "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-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-battery-check.service": {
                "name": "systemd-battery-check.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-bless-boot.service": {
                "name": "systemd-bless-boot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-boot-check-no-failures.service": {
                "name": "systemd-boot-check-no-failures.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-boot-random-seed.service": {
                "name": "systemd-boot-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-boot-update.service": {
                "name": "systemd-boot-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-bootctl@.service": {
                "name": "systemd-bootctl@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-bsod.service": {
                "name": "systemd-bsod.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-confext.service": {
                "name": "systemd-confext.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-creds@.service": {
                "name": "systemd-creds@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled-runtime"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-growfs-root.service": {
                "name": "systemd-growfs-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-growfs@.service": {
                "name": "systemd-growfs@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-clear.service": {
                "name": "systemd-hibernate-clear.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hibernate-resume.service": {
                "name": "systemd-hibernate-resume.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-homed-activate.service": {
                "name": "systemd-homed-activate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-homed-firstboot.service": {
                "name": "systemd-homed-firstboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-homed.service": {
                "name": "systemd-homed.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald-sync@.service": {
                "name": "systemd-journald-sync@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-journald@.service": {
                "name": "systemd-journald@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-mountfsd.service": {
                "name": "systemd-mountfsd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "systemd-network-generator.service": {
                "name": "systemd-network-generator.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-networkd-persistent-storage.service": {
                "name": "systemd-networkd-persistent-storage.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "systemd-networkd-wait-online@.service": {
                "name": "systemd-networkd-wait-online@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "systemd-networkd.service": {
                "name": "systemd-networkd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "systemd-nsresourced.service": {
                "name": "systemd-nsresourced.service",
                "source": "systemd",
                "state": "running",
                "status": "indirect"
            },
            "systemd-oomd.service": {
                "name": "systemd-oomd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "systemd-pcrextend@.service": {
                "name": "systemd-pcrextend@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrfs-root.service": {
                "name": "systemd-pcrfs-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pcrfs@.service": {
                "name": "systemd-pcrfs@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrlock-file-system.service": {
                "name": "systemd-pcrlock-file-system.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-firmware-code.service": {
                "name": "systemd-pcrlock-firmware-code.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-firmware-config.service": {
                "name": "systemd-pcrlock-firmware-config.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-machine-id.service": {
                "name": "systemd-pcrlock-machine-id.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-make-policy.service": {
                "name": "systemd-pcrlock-make-policy.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-secureboot-authority.service": {
                "name": "systemd-pcrlock-secureboot-authority.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-secureboot-policy.service": {
                "name": "systemd-pcrlock-secureboot-policy.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock@.service": {
                "name": "systemd-pcrlock@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrmachine.service": {
                "name": "systemd-pcrmachine.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase-initrd.service": {
                "name": "systemd-pcrphase-initrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase-sysinit.service": {
                "name": "systemd-pcrphase-sysinit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase.service": {
                "name": "systemd-pcrphase.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck-root.service": {
                "name": "systemd-quotacheck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-quotacheck@.service": {
                "name": "systemd-quotacheck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled-runtime"
            },
            "systemd-repart.service": {
                "name": "systemd-repart.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-soft-reboot.service": {
                "name": "systemd-soft-reboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-storagetm.service": {
                "name": "systemd-storagetm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysext.service": {
                "name": "systemd-sysext.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-sysext@.service": {
                "name": "systemd-sysext@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-sysupdate-reboot.service": {
                "name": "systemd-sysupdate-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "systemd-sysupdate.service": {
                "name": "systemd-sysupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-time-wait-sync.service": {
                "name": "systemd-time-wait-sync.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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": "disabled"
            },
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev-early.service": {
                "name": "systemd-tmpfiles-setup-dev-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tpm2-setup-early.service": {
                "name": "systemd-tpm2-setup-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tpm2-setup.service": {
                "name": "systemd-tpm2-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-load-credentials.service": {
                "name": "systemd-udev-load-credentials.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udevd.service": {
                "name": "systemd-udevd.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-update-done.service": {
                "name": "systemd-update-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-userdbd.service": {
                "name": "systemd-userdbd.service",
                "source": "systemd",
                "state": "running",
                "status": "indirect"
            },
            "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"
            },
            "systemd-zram-setup@.service": {
                "name": "systemd-zram-setup@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-zram-setup@zram0.service": {
                "name": "systemd-zram-setup@zram0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "udisks2.service": {
                "name": "udisks2.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] *****
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Saturday 11 January 2025  17:27:19 -0500 (0:00:02.783)       0:00:22.838 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Saturday 11 January 2025  17:27:20 -0500 (0:00:00.054)       0:00:22.892 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Saturday 11 January 2025  17:27:20 -0500 (0:00:00.017)       0:00:22.910 ****** 
changed: [managed-node2] => {
    "actions": [
        {
            "action": "create format",
            "device": "/dev/sdj",
            "fs_type": "lvmpv"
        },
        {
            "action": "create format",
            "device": "/dev/sdi",
            "fs_type": "lvmpv"
        },
        {
            "action": "create format",
            "device": "/dev/sdh",
            "fs_type": "lvmpv"
        },
        {
            "action": "create format",
            "device": "/dev/sdg",
            "fs_type": "lvmpv"
        },
        {
            "action": "create device",
            "device": "/dev/test_vg3",
            "fs_type": null
        },
        {
            "action": "create device",
            "device": "/dev/mapper/test_vg3-lv8",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/test_vg3-lv8",
            "fs_type": "xfs"
        },
        {
            "action": "create device",
            "device": "/dev/mapper/test_vg3-lv7",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/test_vg3-lv7",
            "fs_type": "xfs"
        },
        {
            "action": "create device",
            "device": "/dev/mapper/test_vg3-lv6",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/test_vg3-lv6",
            "fs_type": "xfs"
        },
        {
            "action": "create device",
            "device": "/dev/mapper/test_vg3-lv5",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/test_vg3-lv5",
            "fs_type": "xfs"
        },
        {
            "action": "create format",
            "device": "/dev/sdf",
            "fs_type": "lvmpv"
        },
        {
            "action": "create format",
            "device": "/dev/sde",
            "fs_type": "lvmpv"
        },
        {
            "action": "create format",
            "device": "/dev/sdd",
            "fs_type": "lvmpv"
        },
        {
            "action": "create device",
            "device": "/dev/test_vg2",
            "fs_type": null
        },
        {
            "action": "create device",
            "device": "/dev/mapper/test_vg2-lv4",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/test_vg2-lv4",
            "fs_type": "xfs"
        },
        {
            "action": "create device",
            "device": "/dev/mapper/test_vg2-lv3",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/test_vg2-lv3",
            "fs_type": "xfs"
        },
        {
            "action": "create format",
            "device": "/dev/sdc",
            "fs_type": "lvmpv"
        },
        {
            "action": "create format",
            "device": "/dev/sdb",
            "fs_type": "lvmpv"
        },
        {
            "action": "create format",
            "device": "/dev/sda",
            "fs_type": "lvmpv"
        },
        {
            "action": "create device",
            "device": "/dev/test_vg1",
            "fs_type": null
        },
        {
            "action": "create device",
            "device": "/dev/mapper/test_vg1-lv2",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/test_vg1-lv2",
            "fs_type": "xfs"
        },
        {
            "action": "create device",
            "device": "/dev/mapper/test_vg1-lv1",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/test_vg1-lv1",
            "fs_type": "xfs"
        }
    ],
    "changed": true,
    "crypts": [],
    "leaves": [
        "/dev/sdk",
        "/dev/sdl",
        "/dev/xvda1",
        "/dev/xvda2",
        "/dev/zram0",
        "/dev/mapper/test_vg1-lv1",
        "/dev/mapper/test_vg1-lv2",
        "/dev/mapper/test_vg2-lv3",
        "/dev/mapper/test_vg2-lv4",
        "/dev/mapper/test_vg3-lv5",
        "/dev/mapper/test_vg3-lv6",
        "/dev/mapper/test_vg3-lv7",
        "/dev/mapper/test_vg3-lv8"
    ],
    "mounts": [],
    "packages": [
        "xfsprogs",
        "e2fsprogs",
        "lvm2"
    ],
    "pools": [
        {
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_clevis_pin": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "encryption_tang_thumbprint": null,
            "encryption_tang_url": null,
            "grow_to_fill": false,
            "name": "test_vg1",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "shared": false,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/test_vg1-lv1",
                    "_kernel_device": "/dev/dm-7",
                    "_mount_id": "UUID=6dd587f1-379d-4812-bb3f-63e24c197c12",
                    "_raw_device": "/dev/mapper/test_vg1-lv1",
                    "_raw_kernel_device": "/dev/dm-7",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "mount_user": null,
                    "name": "lv1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "15%",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                },
                {
                    "_device": "/dev/mapper/test_vg1-lv2",
                    "_kernel_device": "/dev/dm-6",
                    "_mount_id": "UUID=81211410-407f-4337-9d7d-37e6f56d264c",
                    "_raw_device": "/dev/mapper/test_vg1-lv2",
                    "_raw_kernel_device": "/dev/dm-6",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "mount_user": null,
                    "name": "lv2",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "50%",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        },
        {
            "disks": [
                "sdd",
                "sde",
                "sdf"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_clevis_pin": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "encryption_tang_thumbprint": null,
            "encryption_tang_url": null,
            "grow_to_fill": false,
            "name": "test_vg2",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "shared": false,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/test_vg2-lv3",
                    "_kernel_device": "/dev/dm-5",
                    "_mount_id": "UUID=c404fa1a-91e7-480f-910b-6c0af3f67311",
                    "_raw_device": "/dev/mapper/test_vg2-lv3",
                    "_raw_kernel_device": "/dev/dm-5",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "mount_user": null,
                    "name": "lv3",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "10%",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                },
                {
                    "_device": "/dev/mapper/test_vg2-lv4",
                    "_kernel_device": "/dev/dm-4",
                    "_mount_id": "UUID=709215bd-474d-4090-8bd3-9da01a223d13",
                    "_raw_device": "/dev/mapper/test_vg2-lv4",
                    "_raw_kernel_device": "/dev/dm-4",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "mount_user": null,
                    "name": "lv4",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "20%",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        },
        {
            "disks": [
                "sdg",
                "sdh",
                "sdi",
                "sdj"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_clevis_pin": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "encryption_tang_thumbprint": null,
            "encryption_tang_url": null,
            "grow_to_fill": false,
            "name": "test_vg3",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "shared": false,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/test_vg3-lv5",
                    "_kernel_device": "/dev/dm-3",
                    "_mount_id": "UUID=b15ca582-4474-42c5-95d0-456d0730d097",
                    "_raw_device": "/dev/mapper/test_vg3-lv5",
                    "_raw_kernel_device": "/dev/dm-3",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "mount_user": null,
                    "name": "lv5",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "30%",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                },
                {
                    "_device": "/dev/mapper/test_vg3-lv6",
                    "_kernel_device": "/dev/dm-2",
                    "_mount_id": "UUID=1c77ff13-988a-47c4-90f4-902708c69d6c",
                    "_raw_device": "/dev/mapper/test_vg3-lv6",
                    "_raw_kernel_device": "/dev/dm-2",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "mount_user": null,
                    "name": "lv6",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "25%",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                },
                {
                    "_device": "/dev/mapper/test_vg3-lv7",
                    "_kernel_device": "/dev/dm-1",
                    "_mount_id": "UUID=25edfd48-a7bb-4344-aec9-7c46fde86107",
                    "_raw_device": "/dev/mapper/test_vg3-lv7",
                    "_raw_kernel_device": "/dev/dm-1",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "mount_user": null,
                    "name": "lv7",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "10%",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                },
                {
                    "_device": "/dev/mapper/test_vg3-lv8",
                    "_kernel_device": "/dev/dm-0",
                    "_mount_id": "UUID=2105d9fb-7041-458e-90a2-09fb61d5928c",
                    "_raw_device": "/dev/mapper/test_vg3-lv8",
                    "_raw_kernel_device": "/dev/dm-0",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "mount_user": null,
                    "name": "lv8",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "10%",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83
Saturday 11 January 2025  17:27:31 -0500 (0:00:11.706)       0:00:34.616 ****** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "udevadm",
        "trigger",
        "--subsystem-match=block"
    ],
    "delta": "0:00:00.015676",
    "end": "2025-01-11 17:27:32.193696",
    "rc": 0,
    "start": "2025-01-11 17:27:32.178020"
}

TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ******
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90
Saturday 11 January 2025  17:27:32 -0500 (0:00:00.599)       0:00:35.216 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1736633968.2766259,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6853afbc2536fe6e633d23636f3486f246d1e6f6",
        "ctime": 1736633968.274626,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279325,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1736633968.276151,
        "nlink": 1,
        "path": "/etc/fstab",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 1366,
        "uid": 0,
        "version": "2403165728",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Saturday 11 January 2025  17:27:32 -0500 (0:00:00.460)       0:00:35.677 ****** 
ok: [managed-node2] => {
    "backup": "",
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113
Saturday 11 January 2025  17:27:33 -0500 (0:00:00.662)       0:00:36.339 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Show blivet_output] ******************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119
Saturday 11 January 2025  17:27:33 -0500 (0:00:00.017)       0:00:36.357 ****** 
ok: [managed-node2] => {
    "blivet_output": {
        "actions": [
            {
                "action": "create format",
                "device": "/dev/sdj",
                "fs_type": "lvmpv"
            },
            {
                "action": "create format",
                "device": "/dev/sdi",
                "fs_type": "lvmpv"
            },
            {
                "action": "create format",
                "device": "/dev/sdh",
                "fs_type": "lvmpv"
            },
            {
                "action": "create format",
                "device": "/dev/sdg",
                "fs_type": "lvmpv"
            },
            {
                "action": "create device",
                "device": "/dev/test_vg3",
                "fs_type": null
            },
            {
                "action": "create device",
                "device": "/dev/mapper/test_vg3-lv8",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/test_vg3-lv8",
                "fs_type": "xfs"
            },
            {
                "action": "create device",
                "device": "/dev/mapper/test_vg3-lv7",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/test_vg3-lv7",
                "fs_type": "xfs"
            },
            {
                "action": "create device",
                "device": "/dev/mapper/test_vg3-lv6",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/test_vg3-lv6",
                "fs_type": "xfs"
            },
            {
                "action": "create device",
                "device": "/dev/mapper/test_vg3-lv5",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/test_vg3-lv5",
                "fs_type": "xfs"
            },
            {
                "action": "create format",
                "device": "/dev/sdf",
                "fs_type": "lvmpv"
            },
            {
                "action": "create format",
                "device": "/dev/sde",
                "fs_type": "lvmpv"
            },
            {
                "action": "create format",
                "device": "/dev/sdd",
                "fs_type": "lvmpv"
            },
            {
                "action": "create device",
                "device": "/dev/test_vg2",
                "fs_type": null
            },
            {
                "action": "create device",
                "device": "/dev/mapper/test_vg2-lv4",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/test_vg2-lv4",
                "fs_type": "xfs"
            },
            {
                "action": "create device",
                "device": "/dev/mapper/test_vg2-lv3",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/test_vg2-lv3",
                "fs_type": "xfs"
            },
            {
                "action": "create format",
                "device": "/dev/sdc",
                "fs_type": "lvmpv"
            },
            {
                "action": "create format",
                "device": "/dev/sdb",
                "fs_type": "lvmpv"
            },
            {
                "action": "create format",
                "device": "/dev/sda",
                "fs_type": "lvmpv"
            },
            {
                "action": "create device",
                "device": "/dev/test_vg1",
                "fs_type": null
            },
            {
                "action": "create device",
                "device": "/dev/mapper/test_vg1-lv2",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/test_vg1-lv2",
                "fs_type": "xfs"
            },
            {
                "action": "create device",
                "device": "/dev/mapper/test_vg1-lv1",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/test_vg1-lv1",
                "fs_type": "xfs"
            }
        ],
        "changed": true,
        "crypts": [],
        "failed": false,
        "leaves": [
            "/dev/sdk",
            "/dev/sdl",
            "/dev/xvda1",
            "/dev/xvda2",
            "/dev/zram0",
            "/dev/mapper/test_vg1-lv1",
            "/dev/mapper/test_vg1-lv2",
            "/dev/mapper/test_vg2-lv3",
            "/dev/mapper/test_vg2-lv4",
            "/dev/mapper/test_vg3-lv5",
            "/dev/mapper/test_vg3-lv6",
            "/dev/mapper/test_vg3-lv7",
            "/dev/mapper/test_vg3-lv8"
        ],
        "mounts": [],
        "packages": [
            "xfsprogs",
            "e2fsprogs",
            "lvm2"
        ],
        "pools": [
            {
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_clevis_pin": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "encryption_tang_thumbprint": null,
                "encryption_tang_url": null,
                "grow_to_fill": false,
                "name": "test_vg1",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "shared": false,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/test_vg1-lv1",
                        "_kernel_device": "/dev/dm-7",
                        "_mount_id": "UUID=6dd587f1-379d-4812-bb3f-63e24c197c12",
                        "_raw_device": "/dev/mapper/test_vg1-lv1",
                        "_raw_kernel_device": "/dev/dm-7",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "15%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg1-lv2",
                        "_kernel_device": "/dev/dm-6",
                        "_mount_id": "UUID=81211410-407f-4337-9d7d-37e6f56d264c",
                        "_raw_device": "/dev/mapper/test_vg1-lv2",
                        "_raw_kernel_device": "/dev/dm-6",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv2",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "50%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            },
            {
                "disks": [
                    "sdd",
                    "sde",
                    "sdf"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_clevis_pin": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "encryption_tang_thumbprint": null,
                "encryption_tang_url": null,
                "grow_to_fill": false,
                "name": "test_vg2",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "shared": false,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/test_vg2-lv3",
                        "_kernel_device": "/dev/dm-5",
                        "_mount_id": "UUID=c404fa1a-91e7-480f-910b-6c0af3f67311",
                        "_raw_device": "/dev/mapper/test_vg2-lv3",
                        "_raw_kernel_device": "/dev/dm-5",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv3",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "10%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg2-lv4",
                        "_kernel_device": "/dev/dm-4",
                        "_mount_id": "UUID=709215bd-474d-4090-8bd3-9da01a223d13",
                        "_raw_device": "/dev/mapper/test_vg2-lv4",
                        "_raw_kernel_device": "/dev/dm-4",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv4",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "20%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            },
            {
                "disks": [
                    "sdg",
                    "sdh",
                    "sdi",
                    "sdj"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_clevis_pin": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "encryption_tang_thumbprint": null,
                "encryption_tang_url": null,
                "grow_to_fill": false,
                "name": "test_vg3",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "shared": false,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/test_vg3-lv5",
                        "_kernel_device": "/dev/dm-3",
                        "_mount_id": "UUID=b15ca582-4474-42c5-95d0-456d0730d097",
                        "_raw_device": "/dev/mapper/test_vg3-lv5",
                        "_raw_kernel_device": "/dev/dm-3",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv5",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "30%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg3-lv6",
                        "_kernel_device": "/dev/dm-2",
                        "_mount_id": "UUID=1c77ff13-988a-47c4-90f4-902708c69d6c",
                        "_raw_device": "/dev/mapper/test_vg3-lv6",
                        "_raw_kernel_device": "/dev/dm-2",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv6",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "25%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg3-lv7",
                        "_kernel_device": "/dev/dm-1",
                        "_mount_id": "UUID=25edfd48-a7bb-4344-aec9-7c46fde86107",
                        "_raw_device": "/dev/mapper/test_vg3-lv7",
                        "_raw_kernel_device": "/dev/dm-1",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv7",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "10%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg3-lv8",
                        "_kernel_device": "/dev/dm-0",
                        "_mount_id": "UUID=2105d9fb-7041-458e-90a2-09fb61d5928c",
                        "_raw_device": "/dev/mapper/test_vg3-lv8",
                        "_raw_kernel_device": "/dev/dm-0",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv8",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "10%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ],
        "volumes": []
    }
}

TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128
Saturday 11 January 2025  17:27:33 -0500 (0:00:00.046)       0:00:36.403 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "_storage_pools_list": [
            {
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_clevis_pin": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "encryption_tang_thumbprint": null,
                "encryption_tang_url": null,
                "grow_to_fill": false,
                "name": "test_vg1",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "shared": false,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/test_vg1-lv1",
                        "_kernel_device": "/dev/dm-7",
                        "_mount_id": "UUID=6dd587f1-379d-4812-bb3f-63e24c197c12",
                        "_raw_device": "/dev/mapper/test_vg1-lv1",
                        "_raw_kernel_device": "/dev/dm-7",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "15%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg1-lv2",
                        "_kernel_device": "/dev/dm-6",
                        "_mount_id": "UUID=81211410-407f-4337-9d7d-37e6f56d264c",
                        "_raw_device": "/dev/mapper/test_vg1-lv2",
                        "_raw_kernel_device": "/dev/dm-6",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv2",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "50%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            },
            {
                "disks": [
                    "sdd",
                    "sde",
                    "sdf"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_clevis_pin": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "encryption_tang_thumbprint": null,
                "encryption_tang_url": null,
                "grow_to_fill": false,
                "name": "test_vg2",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "shared": false,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/test_vg2-lv3",
                        "_kernel_device": "/dev/dm-5",
                        "_mount_id": "UUID=c404fa1a-91e7-480f-910b-6c0af3f67311",
                        "_raw_device": "/dev/mapper/test_vg2-lv3",
                        "_raw_kernel_device": "/dev/dm-5",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv3",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "10%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg2-lv4",
                        "_kernel_device": "/dev/dm-4",
                        "_mount_id": "UUID=709215bd-474d-4090-8bd3-9da01a223d13",
                        "_raw_device": "/dev/mapper/test_vg2-lv4",
                        "_raw_kernel_device": "/dev/dm-4",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv4",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "20%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            },
            {
                "disks": [
                    "sdg",
                    "sdh",
                    "sdi",
                    "sdj"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_clevis_pin": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "encryption_tang_thumbprint": null,
                "encryption_tang_url": null,
                "grow_to_fill": false,
                "name": "test_vg3",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "shared": false,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/test_vg3-lv5",
                        "_kernel_device": "/dev/dm-3",
                        "_mount_id": "UUID=b15ca582-4474-42c5-95d0-456d0730d097",
                        "_raw_device": "/dev/mapper/test_vg3-lv5",
                        "_raw_kernel_device": "/dev/dm-3",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv5",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "30%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg3-lv6",
                        "_kernel_device": "/dev/dm-2",
                        "_mount_id": "UUID=1c77ff13-988a-47c4-90f4-902708c69d6c",
                        "_raw_device": "/dev/mapper/test_vg3-lv6",
                        "_raw_kernel_device": "/dev/dm-2",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv6",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "25%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg3-lv7",
                        "_kernel_device": "/dev/dm-1",
                        "_mount_id": "UUID=25edfd48-a7bb-4344-aec9-7c46fde86107",
                        "_raw_device": "/dev/mapper/test_vg3-lv7",
                        "_raw_kernel_device": "/dev/dm-1",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv7",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "10%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg3-lv8",
                        "_kernel_device": "/dev/dm-0",
                        "_mount_id": "UUID=2105d9fb-7041-458e-90a2-09fb61d5928c",
                        "_raw_device": "/dev/mapper/test_vg3-lv8",
                        "_raw_kernel_device": "/dev/dm-0",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "mount_user": null,
                        "name": "lv8",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "10%",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132
Saturday 11 January 2025  17:27:33 -0500 (0:00:00.034)       0:00:36.438 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] **************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148
Saturday 11 January 2025  17:27:33 -0500 (0:00:00.023)       0:00:36.461 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159
Saturday 11 January 2025  17:27:33 -0500 (0:00:00.032)       0:00:36.494 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "blivet_output['mounts']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set up new/current mounts] ***********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164
Saturday 11 January 2025  17:27:33 -0500 (0:00:00.020)       0:00:36.514 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175
Saturday 11 January 2025  17:27:33 -0500 (0:00:00.032)       0:00:36.547 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187
Saturday 11 January 2025  17:27:33 -0500 (0:00:00.032)       0:00:36.579 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "blivet_output['mounts']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195
Saturday 11 January 2025  17:27:33 -0500 (0:00:00.018)       0:00:36.598 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1736633952.4175491,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1734679665.113,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 15,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/x-empty",
        "mode": "0600",
        "mtime": 1734679276.061,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "110284939",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200
Saturday 11 January 2025  17:27:34 -0500 (0:00:00.438)       0:00:37.037 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222
Saturday 11 January 2025  17:27:34 -0500 (0:00:00.031)       0:00:37.068 ****** 
ok: [managed-node2]

TASK [Run the snapshot role to create a snapshot set of LVs] *******************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:66
Saturday 11 January 2025  17:27:35 -0500 (0:00:00.984)       0:00:38.052 ****** 
included: fedora.linux_system_roles.snapshot for managed-node2

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3
Saturday 11 January 2025  17:27:35 -0500 (0:00:00.043)       0:00:38.096 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2
Saturday 11 January 2025  17:27:35 -0500 (0:00:00.030)       0:00:38.127 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] **********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10
Saturday 11 January 2025  17:27:35 -0500 (0:00:00.038)       0:00:38.165 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15
Saturday 11 January 2025  17:27:35 -0500 (0:00:00.025)       0:00:38.190 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19
Saturday 11 January 2025  17:27:35 -0500 (0:00:00.025)       0:00:38.216 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6
Saturday 11 January 2025  17:27:35 -0500 (0:00:00.044)       0:00:38.261 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: lvm2 util-linux-core

TASK [fedora.linux_system_roles.snapshot : Run snapshot module snapshot] *******
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14
Saturday 11 January 2025  17:27:36 -0500 (0:00:01.331)       0:00:39.592 ****** 
changed: [managed-node2] => {
    "changed": true,
    "errors": "",
    "message": "",
    "return_code": 0
}

TASK [fedora.linux_system_roles.snapshot : Print out response] *****************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40
Saturday 11 January 2025  17:27:38 -0500 (0:00:02.209)       0:00:41.801 ****** 
ok: [managed-node2] => {
    "snapshot_cmd": {
        "changed": true,
        "errors": "",
        "failed": false,
        "message": "",
        "msg": "",
        "return_code": 0
    }
}

TASK [fedora.linux_system_roles.snapshot : Set result] *************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45
Saturday 11 January 2025  17:27:38 -0500 (0:00:00.032)       0:00:41.833 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "snapshot_cmd": {
            "changed": true,
            "errors": "",
            "failed": false,
            "message": "",
            "msg": "",
            "return_code": 0
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49
Saturday 11 January 2025  17:27:38 -0500 (0:00:00.024)       0:00:41.858 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "snapshot_lvm_action == \"list\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Show errors] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54
Saturday 11 January 2025  17:27:39 -0500 (0:00:00.025)       0:00:41.883 ****** 
skipping: [managed-node2] => {
    "false_condition": "snapshot_cmd[\"return_code\"] != 0"
}

TASK [Verify the set of snapshots for the LVs] *********************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:73
Saturday 11 January 2025  17:27:39 -0500 (0:00:00.032)       0:00:41.916 ****** 
included: fedora.linux_system_roles.snapshot for managed-node2

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3
Saturday 11 January 2025  17:27:39 -0500 (0:00:00.050)       0:00:41.967 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2
Saturday 11 January 2025  17:27:39 -0500 (0:00:00.029)       0:00:41.996 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] **********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10
Saturday 11 January 2025  17:27:39 -0500 (0:00:00.036)       0:00:42.032 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15
Saturday 11 January 2025  17:27:39 -0500 (0:00:00.025)       0:00:42.058 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19
Saturday 11 January 2025  17:27:39 -0500 (0:00:00.027)       0:00:42.085 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6
Saturday 11 January 2025  17:27:39 -0500 (0:00:00.043)       0:00:42.129 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: lvm2 util-linux-core

TASK [fedora.linux_system_roles.snapshot : Run snapshot module check] **********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14
Saturday 11 January 2025  17:27:40 -0500 (0:00:01.306)       0:00:43.436 ****** 
ok: [managed-node2] => {
    "changed": false,
    "errors": "",
    "message": "",
    "return_code": 0
}

TASK [fedora.linux_system_roles.snapshot : Print out response] *****************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40
Saturday 11 January 2025  17:27:41 -0500 (0:00:01.091)       0:00:44.528 ****** 
ok: [managed-node2] => {
    "snapshot_cmd": {
        "changed": false,
        "errors": "",
        "failed": false,
        "message": "",
        "msg": "",
        "return_code": 0
    }
}

TASK [fedora.linux_system_roles.snapshot : Set result] *************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45
Saturday 11 January 2025  17:27:41 -0500 (0:00:00.026)       0:00:44.554 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "snapshot_cmd": {
            "changed": false,
            "errors": "",
            "failed": false,
            "message": "",
            "msg": "",
            "return_code": 0
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49
Saturday 11 January 2025  17:27:41 -0500 (0:00:00.024)       0:00:44.578 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "snapshot_lvm_action == \"list\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Show errors] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54
Saturday 11 January 2025  17:27:41 -0500 (0:00:00.019)       0:00:44.598 ****** 
skipping: [managed-node2] => {
    "false_condition": "snapshot_cmd[\"return_code\"] != 0"
}

TASK [Mount the set] ***********************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:81
Saturday 11 January 2025  17:27:41 -0500 (0:00:00.027)       0:00:44.626 ****** 
included: fedora.linux_system_roles.snapshot for managed-node2

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3
Saturday 11 January 2025  17:27:41 -0500 (0:00:00.050)       0:00:44.676 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2
Saturday 11 January 2025  17:27:41 -0500 (0:00:00.035)       0:00:44.712 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] **********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10
Saturday 11 January 2025  17:27:41 -0500 (0:00:00.037)       0:00:44.749 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15
Saturday 11 January 2025  17:27:41 -0500 (0:00:00.026)       0:00:44.776 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19
Saturday 11 January 2025  17:27:41 -0500 (0:00:00.025)       0:00:44.801 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6
Saturday 11 January 2025  17:27:41 -0500 (0:00:00.044)       0:00:44.845 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: lvm2 util-linux-core

TASK [fedora.linux_system_roles.snapshot : Run snapshot module mount] **********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14
Saturday 11 January 2025  17:27:43 -0500 (0:00:01.304)       0:00:46.150 ****** 
changed: [managed-node2] => {
    "changed": true,
    "errors": "",
    "message": "",
    "return_code": 0
}

TASK [fedora.linux_system_roles.snapshot : Print out response] *****************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40
Saturday 11 January 2025  17:27:44 -0500 (0:00:00.917)       0:00:47.067 ****** 
ok: [managed-node2] => {
    "snapshot_cmd": {
        "changed": true,
        "errors": "",
        "failed": false,
        "message": "",
        "msg": "",
        "return_code": 0
    }
}

TASK [fedora.linux_system_roles.snapshot : Set result] *************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45
Saturday 11 January 2025  17:27:44 -0500 (0:00:00.025)       0:00:47.093 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "snapshot_cmd": {
            "changed": true,
            "errors": "",
            "failed": false,
            "message": "",
            "msg": "",
            "return_code": 0
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49
Saturday 11 January 2025  17:27:44 -0500 (0:00:00.024)       0:00:47.117 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "snapshot_lvm_action == \"list\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Show errors] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54
Saturday 11 January 2025  17:27:44 -0500 (0:00:00.019)       0:00:47.136 ****** 
skipping: [managed-node2] => {
    "false_condition": "snapshot_cmd[\"return_code\"] != 0"
}

TASK [Assert changes for mount] ************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:89
Saturday 11 January 2025  17:27:44 -0500 (0:00:00.032)       0:00:47.169 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the mount is done] ************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:93
Saturday 11 January 2025  17:27:44 -0500 (0:00:00.023)       0:00:47.192 ****** 
included: fedora.linux_system_roles.snapshot for managed-node2

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3
Saturday 11 January 2025  17:27:44 -0500 (0:00:00.054)       0:00:47.247 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2
Saturday 11 January 2025  17:27:44 -0500 (0:00:00.029)       0:00:47.277 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] **********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10
Saturday 11 January 2025  17:27:44 -0500 (0:00:00.036)       0:00:47.313 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15
Saturday 11 January 2025  17:27:44 -0500 (0:00:00.038)       0:00:47.352 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19
Saturday 11 January 2025  17:27:44 -0500 (0:00:00.029)       0:00:47.381 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6
Saturday 11 January 2025  17:27:44 -0500 (0:00:00.044)       0:00:47.426 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: lvm2 util-linux-core

TASK [fedora.linux_system_roles.snapshot : Run snapshot module mount] **********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14
Saturday 11 January 2025  17:27:45 -0500 (0:00:01.365)       0:00:48.791 ****** 
ok: [managed-node2] => {
    "changed": false,
    "errors": "",
    "message": "",
    "return_code": 0
}

TASK [fedora.linux_system_roles.snapshot : Print out response] *****************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40
Saturday 11 January 2025  17:27:46 -0500 (0:00:00.794)       0:00:49.586 ****** 
ok: [managed-node2] => {
    "snapshot_cmd": {
        "changed": false,
        "errors": "",
        "failed": false,
        "message": "",
        "msg": "",
        "return_code": 0
    }
}

TASK [fedora.linux_system_roles.snapshot : Set result] *************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45
Saturday 11 January 2025  17:27:46 -0500 (0:00:00.053)       0:00:49.640 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "snapshot_cmd": {
            "changed": false,
            "errors": "",
            "failed": false,
            "message": "",
            "msg": "",
            "return_code": 0
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49
Saturday 11 January 2025  17:27:46 -0500 (0:00:00.049)       0:00:49.689 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "snapshot_lvm_action == \"list\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Show errors] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54
Saturday 11 January 2025  17:27:46 -0500 (0:00:00.058)       0:00:49.748 ****** 
skipping: [managed-node2] => {
    "false_condition": "snapshot_cmd[\"return_code\"] != 0"
}

TASK [Mount the set again to check idempotence] ********************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:101
Saturday 11 January 2025  17:27:46 -0500 (0:00:00.053)       0:00:49.802 ****** 
included: fedora.linux_system_roles.snapshot for managed-node2

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3
Saturday 11 January 2025  17:27:47 -0500 (0:00:00.090)       0:00:49.892 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2
Saturday 11 January 2025  17:27:47 -0500 (0:00:00.044)       0:00:49.937 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] **********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10
Saturday 11 January 2025  17:27:47 -0500 (0:00:00.048)       0:00:49.986 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15
Saturday 11 January 2025  17:27:47 -0500 (0:00:00.034)       0:00:50.020 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19
Saturday 11 January 2025  17:27:47 -0500 (0:00:00.025)       0:00:50.045 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6
Saturday 11 January 2025  17:27:47 -0500 (0:00:00.044)       0:00:50.089 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: lvm2 util-linux-core

TASK [fedora.linux_system_roles.snapshot : Run snapshot module mount] **********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14
Saturday 11 January 2025  17:27:48 -0500 (0:00:01.346)       0:00:51.436 ****** 
ok: [managed-node2] => {
    "changed": false,
    "errors": "",
    "message": "",
    "return_code": 0
}

TASK [fedora.linux_system_roles.snapshot : Print out response] *****************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40
Saturday 11 January 2025  17:27:49 -0500 (0:00:00.707)       0:00:52.144 ****** 
ok: [managed-node2] => {
    "snapshot_cmd": {
        "changed": false,
        "errors": "",
        "failed": false,
        "message": "",
        "msg": "",
        "return_code": 0
    }
}

TASK [fedora.linux_system_roles.snapshot : Set result] *************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45
Saturday 11 January 2025  17:27:49 -0500 (0:00:00.025)       0:00:52.170 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "snapshot_cmd": {
            "changed": false,
            "errors": "",
            "failed": false,
            "message": "",
            "msg": "",
            "return_code": 0
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49
Saturday 11 January 2025  17:27:49 -0500 (0:00:00.024)       0:00:52.195 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "snapshot_lvm_action == \"list\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Show errors] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54
Saturday 11 January 2025  17:27:49 -0500 (0:00:00.021)       0:00:52.216 ****** 
skipping: [managed-node2] => {
    "false_condition": "snapshot_cmd[\"return_code\"] != 0"
}

TASK [Assert no changes for mount] *********************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:109
Saturday 11 January 2025  17:27:49 -0500 (0:00:00.028)       0:00:52.245 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Umount the set] **********************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:113
Saturday 11 January 2025  17:27:49 -0500 (0:00:00.022)       0:00:52.267 ****** 
included: fedora.linux_system_roles.snapshot for managed-node2

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3
Saturday 11 January 2025  17:27:49 -0500 (0:00:00.099)       0:00:52.367 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2
Saturday 11 January 2025  17:27:49 -0500 (0:00:00.032)       0:00:52.399 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] **********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10
Saturday 11 January 2025  17:27:49 -0500 (0:00:00.038)       0:00:52.438 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15
Saturday 11 January 2025  17:27:49 -0500 (0:00:00.025)       0:00:52.463 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19
Saturday 11 January 2025  17:27:49 -0500 (0:00:00.025)       0:00:52.489 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6
Saturday 11 January 2025  17:27:49 -0500 (0:00:00.045)       0:00:52.534 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: lvm2 util-linux-core

TASK [fedora.linux_system_roles.snapshot : Run snapshot module umount] *********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14
Saturday 11 January 2025  17:27:50 -0500 (0:00:01.313)       0:00:53.847 ****** 
changed: [managed-node2] => {
    "changed": true,
    "errors": "",
    "message": "",
    "return_code": 0
}

TASK [fedora.linux_system_roles.snapshot : Print out response] *****************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40
Saturday 11 January 2025  17:27:51 -0500 (0:00:00.739)       0:00:54.587 ****** 
ok: [managed-node2] => {
    "snapshot_cmd": {
        "changed": true,
        "errors": "",
        "failed": false,
        "message": "",
        "msg": "",
        "return_code": 0
    }
}

TASK [fedora.linux_system_roles.snapshot : Set result] *************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45
Saturday 11 January 2025  17:27:51 -0500 (0:00:00.057)       0:00:54.644 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "snapshot_cmd": {
            "changed": true,
            "errors": "",
            "failed": false,
            "message": "",
            "msg": "",
            "return_code": 0
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49
Saturday 11 January 2025  17:27:51 -0500 (0:00:00.059)       0:00:54.704 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "snapshot_lvm_action == \"list\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Show errors] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54
Saturday 11 January 2025  17:27:51 -0500 (0:00:00.033)       0:00:54.738 ****** 
skipping: [managed-node2] => {
    "false_condition": "snapshot_cmd[\"return_code\"] != 0"
}

TASK [Assert changes for umount] ***********************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:120
Saturday 11 January 2025  17:27:51 -0500 (0:00:00.055)       0:00:54.793 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the umount is done] ***********************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:124
Saturday 11 January 2025  17:27:51 -0500 (0:00:00.042)       0:00:54.836 ****** 
included: fedora.linux_system_roles.snapshot for managed-node2

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3
Saturday 11 January 2025  17:27:52 -0500 (0:00:00.117)       0:00:54.953 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2
Saturday 11 January 2025  17:27:52 -0500 (0:00:00.035)       0:00:54.989 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] **********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10
Saturday 11 January 2025  17:27:52 -0500 (0:00:00.044)       0:00:55.034 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15
Saturday 11 January 2025  17:27:52 -0500 (0:00:00.031)       0:00:55.065 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19
Saturday 11 January 2025  17:27:52 -0500 (0:00:00.033)       0:00:55.099 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6
Saturday 11 January 2025  17:27:52 -0500 (0:00:00.066)       0:00:55.165 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: lvm2 util-linux-core

TASK [fedora.linux_system_roles.snapshot : Run snapshot module umount] *********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14
Saturday 11 January 2025  17:27:53 -0500 (0:00:01.365)       0:00:56.531 ****** 
ok: [managed-node2] => {
    "changed": false,
    "errors": "",
    "message": "",
    "return_code": 0
}

TASK [fedora.linux_system_roles.snapshot : Print out response] *****************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40
Saturday 11 January 2025  17:27:54 -0500 (0:00:00.474)       0:00:57.006 ****** 
ok: [managed-node2] => {
    "snapshot_cmd": {
        "changed": false,
        "errors": "",
        "failed": false,
        "message": "",
        "msg": "",
        "return_code": 0
    }
}

TASK [fedora.linux_system_roles.snapshot : Set result] *************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45
Saturday 11 January 2025  17:27:54 -0500 (0:00:00.030)       0:00:57.036 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "snapshot_cmd": {
            "changed": false,
            "errors": "",
            "failed": false,
            "message": "",
            "msg": "",
            "return_code": 0
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49
Saturday 11 January 2025  17:27:54 -0500 (0:00:00.024)       0:00:57.061 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "snapshot_lvm_action == \"list\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Show errors] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54
Saturday 11 January 2025  17:27:54 -0500 (0:00:00.025)       0:00:57.086 ****** 
skipping: [managed-node2] => {
    "false_condition": "snapshot_cmd[\"return_code\"] != 0"
}

TASK [Umount the set again to check idempotence] *******************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:132
Saturday 11 January 2025  17:27:54 -0500 (0:00:00.033)       0:00:57.120 ****** 
included: fedora.linux_system_roles.snapshot for managed-node2

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3
Saturday 11 January 2025  17:27:54 -0500 (0:00:00.079)       0:00:57.199 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2
Saturday 11 January 2025  17:27:54 -0500 (0:00:00.036)       0:00:57.235 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] **********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10
Saturday 11 January 2025  17:27:54 -0500 (0:00:00.038)       0:00:57.273 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15
Saturday 11 January 2025  17:27:54 -0500 (0:00:00.024)       0:00:57.298 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19
Saturday 11 January 2025  17:27:54 -0500 (0:00:00.024)       0:00:57.322 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6
Saturday 11 January 2025  17:27:54 -0500 (0:00:00.044)       0:00:57.367 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: lvm2 util-linux-core

TASK [fedora.linux_system_roles.snapshot : Run snapshot module umount] *********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14
Saturday 11 January 2025  17:27:55 -0500 (0:00:01.307)       0:00:58.675 ****** 
ok: [managed-node2] => {
    "changed": false,
    "errors": "",
    "message": "",
    "return_code": 0
}

TASK [fedora.linux_system_roles.snapshot : Print out response] *****************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40
Saturday 11 January 2025  17:27:56 -0500 (0:00:00.770)       0:00:59.445 ****** 
ok: [managed-node2] => {
    "snapshot_cmd": {
        "changed": false,
        "errors": "",
        "failed": false,
        "message": "",
        "msg": "",
        "return_code": 0
    }
}

TASK [fedora.linux_system_roles.snapshot : Set result] *************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45
Saturday 11 January 2025  17:27:56 -0500 (0:00:00.043)       0:00:59.488 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "snapshot_cmd": {
            "changed": false,
            "errors": "",
            "failed": false,
            "message": "",
            "msg": "",
            "return_code": 0
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49
Saturday 11 January 2025  17:27:56 -0500 (0:00:00.041)       0:00:59.530 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "snapshot_lvm_action == \"list\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Show errors] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54
Saturday 11 January 2025  17:27:56 -0500 (0:00:00.035)       0:00:59.565 ****** 
skipping: [managed-node2] => {
    "false_condition": "snapshot_cmd[\"return_code\"] != 0"
}

TASK [Assert no changes for umount] ********************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:139
Saturday 11 January 2025  17:27:56 -0500 (0:00:00.078)       0:00:59.644 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Run the snapshot role remove the set] ************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:143
Saturday 11 January 2025  17:27:56 -0500 (0:00:00.046)       0:00:59.690 ****** 
included: fedora.linux_system_roles.snapshot for managed-node2

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3
Saturday 11 January 2025  17:27:56 -0500 (0:00:00.091)       0:00:59.782 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2
Saturday 11 January 2025  17:27:56 -0500 (0:00:00.038)       0:00:59.820 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] **********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10
Saturday 11 January 2025  17:27:56 -0500 (0:00:00.045)       0:00:59.865 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15
Saturday 11 January 2025  17:27:57 -0500 (0:00:00.026)       0:00:59.892 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19
Saturday 11 January 2025  17:27:57 -0500 (0:00:00.030)       0:00:59.923 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6
Saturday 11 January 2025  17:27:57 -0500 (0:00:00.058)       0:00:59.981 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: lvm2 util-linux-core

TASK [fedora.linux_system_roles.snapshot : Run snapshot module remove] *********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14
Saturday 11 January 2025  17:27:58 -0500 (0:00:01.358)       0:01:01.339 ****** 
changed: [managed-node2] => {
    "changed": true,
    "errors": "",
    "message": "",
    "return_code": 0
}

TASK [fedora.linux_system_roles.snapshot : Print out response] *****************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40
Saturday 11 January 2025  17:28:00 -0500 (0:00:01.709)       0:01:03.049 ****** 
ok: [managed-node2] => {
    "snapshot_cmd": {
        "changed": true,
        "errors": "",
        "failed": false,
        "message": "",
        "msg": "",
        "return_code": 0
    }
}

TASK [fedora.linux_system_roles.snapshot : Set result] *************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45
Saturday 11 January 2025  17:28:00 -0500 (0:00:00.030)       0:01:03.079 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "snapshot_cmd": {
            "changed": true,
            "errors": "",
            "failed": false,
            "message": "",
            "msg": "",
            "return_code": 0
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49
Saturday 11 January 2025  17:28:00 -0500 (0:00:00.027)       0:01:03.106 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "snapshot_lvm_action == \"list\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Show errors] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54
Saturday 11 January 2025  17:28:00 -0500 (0:00:00.030)       0:01:03.136 ****** 
skipping: [managed-node2] => {
    "false_condition": "snapshot_cmd[\"return_code\"] != 0"
}

TASK [Run the snapshot role to verify the set is removed] **********************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:150
Saturday 11 January 2025  17:28:00 -0500 (0:00:00.048)       0:01:03.185 ****** 
included: fedora.linux_system_roles.snapshot for managed-node2

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3
Saturday 11 January 2025  17:28:00 -0500 (0:00:00.110)       0:01:03.295 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2
Saturday 11 January 2025  17:28:00 -0500 (0:00:00.059)       0:01:03.354 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] **********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10
Saturday 11 January 2025  17:28:00 -0500 (0:00:00.065)       0:01:03.419 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15
Saturday 11 January 2025  17:28:00 -0500 (0:00:00.042)       0:01:03.461 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19
Saturday 11 January 2025  17:28:00 -0500 (0:00:00.039)       0:01:03.500 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6
Saturday 11 January 2025  17:28:00 -0500 (0:00:00.052)       0:01:03.553 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: lvm2 util-linux-core

TASK [fedora.linux_system_roles.snapshot : Run snapshot module remove] *********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14
Saturday 11 January 2025  17:28:02 -0500 (0:00:01.362)       0:01:04.916 ****** 
ok: [managed-node2] => {
    "changed": false,
    "errors": "",
    "message": "",
    "return_code": 0
}

TASK [fedora.linux_system_roles.snapshot : Print out response] *****************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40
Saturday 11 January 2025  17:28:02 -0500 (0:00:00.684)       0:01:05.600 ****** 
ok: [managed-node2] => {
    "snapshot_cmd": {
        "changed": false,
        "errors": "",
        "failed": false,
        "message": "",
        "msg": "",
        "return_code": 0
    }
}

TASK [fedora.linux_system_roles.snapshot : Set result] *************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45
Saturday 11 January 2025  17:28:02 -0500 (0:00:00.029)       0:01:05.630 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "snapshot_cmd": {
            "changed": false,
            "errors": "",
            "failed": false,
            "message": "",
            "msg": "",
            "return_code": 0
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49
Saturday 11 January 2025  17:28:02 -0500 (0:00:00.025)       0:01:05.656 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "snapshot_lvm_action == \"list\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.snapshot : Show errors] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54
Saturday 11 January 2025  17:28:02 -0500 (0:00:00.021)       0:01:05.677 ****** 
skipping: [managed-node2] => {
    "false_condition": "snapshot_cmd[\"return_code\"] != 0"
}

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_set_mount.yml:159
Saturday 11 January 2025  17:28:02 -0500 (0:00:00.029)       0:01:05.706 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml for managed-node2

TASK [Remove storage volumes] **************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml:7
Saturday 11 January 2025  17:28:02 -0500 (0:00:00.064)       0:01:05.771 ****** 
included: fedora.linux_system_roles.storage for managed-node2

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Saturday 11 January 2025  17:28:02 -0500 (0:00:00.036)       0:01:05.807 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Saturday 11 January 2025  17:28:02 -0500 (0:00:00.033)       0:01:05.841 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Saturday 11 January 2025  17:28:03 -0500 (0:00:00.041)       0:01:05.882 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=Fedora.yml) => {
    "ansible_facts": {
        "_storage_copr_support_packages": [
            "dnf-plugins-core"
        ],
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-fs",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "stratisd",
            "stratis-cli",
            "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}",
            "vdo"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora.yml"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Saturday 11 January 2025  17:28:03 -0500 (0:00:00.053)       0:01:05.936 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Saturday 11 January 2025  17:28:03 -0500 (0:00:00.028)       0:01:05.964 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Saturday 11 January 2025  17:28:03 -0500 (0:00:00.028)       0:01:05.993 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Saturday 11 January 2025  17:28:03 -0500 (0:00:00.024)       0:01:06.018 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Saturday 11 January 2025  17:28:03 -0500 (0:00:00.037)       0:01:06.055 ****** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Saturday 11 January 2025  17:28:03 -0500 (0:00:00.064)       0:01:06.120 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: libblockdev libblockdev-crypto libblockdev-dm libblockdev-fs libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Saturday 11 January 2025  17:28:04 -0500 (0:00:01.298)       0:01:07.418 ****** 
ok: [managed-node2] => {
    "storage_pools": [
        {
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "name": "test_vg1",
            "state": "absent",
            "volumes": [
                {
                    "name": "lv1",
                    "state": "absent"
                },
                {
                    "name": "lv2",
                    "state": "absent"
                }
            ]
        },
        {
            "disks": [
                "sdd",
                "sde",
                "sdf"
            ],
            "name": "test_vg2",
            "state": "absent",
            "volumes": [
                {
                    "name": "lv3",
                    "state": "absent"
                },
                {
                    "name": "lv4",
                    "state": "absent"
                }
            ]
        },
        {
            "disks": [
                "sdg",
                "sdh",
                "sdi",
                "sdj"
            ],
            "name": "test_vg3",
            "state": "absent",
            "volumes": [
                {
                    "name": "lv5",
                    "state": "absent"
                },
                {
                    "name": "lv6",
                    "state": "absent"
                },
                {
                    "name": "lv7",
                    "state": "absent"
                },
                {
                    "name": "lv8",
                    "state": "absent"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Saturday 11 January 2025  17:28:04 -0500 (0:00:00.051)       0:01:07.469 ****** 
ok: [managed-node2] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined"
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Saturday 11 January 2025  17:28:04 -0500 (0:00:00.025)       0:01:07.495 ****** 
ok: [managed-node2] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Saturday 11 January 2025  17:28:08 -0500 (0:00:03.994)       0:01:11.490 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node2

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Saturday 11 January 2025  17:28:08 -0500 (0:00:00.043)       0:01:11.533 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Saturday 11 January 2025  17:28:08 -0500 (0:00:00.033)       0:01:11.567 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Saturday 11 January 2025  17:28:08 -0500 (0:00:00.034)       0:01:11.602 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Saturday 11 January 2025  17:28:08 -0500 (0:00:00.033)       0:01:11.635 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Saturday 11 January 2025  17:28:10 -0500 (0:00:01.311)       0:01:12.947 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "audit-rules.service": {
                "name": "audit-rules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "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"
            },
            "bluetooth.service": {
                "name": "bluetooth.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "capsule@.service": {
                "name": "capsule@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd-restricted.service": {
                "name": "chronyd-restricted.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "dbus-broker.service": {
                "name": "dbus-broker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.bluez.service": {
                "name": "dbus-org.bluez.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.home1.service": {
                "name": "dbus-org.freedesktop.home1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "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.oom1.service": {
                "name": "dbus-org.freedesktop.oom1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.resolve1.service": {
                "name": "dbus-org.freedesktop.resolve1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dhcpcd.service": {
                "name": "dhcpcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dhcpcd@.service": {
                "name": "dhcpcd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "running",
                "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"
            },
            "dnf5-makecache.service": {
                "name": "dnf5-makecache.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf5-offline-transaction-cleanup.service": {
                "name": "dnf5-offline-transaction-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf5-offline-transaction.service": {
                "name": "dnf5-offline-transaction.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"
            },
            "fips-crypto-policy-overlay.service": {
                "name": "fips-crypto-policy-overlay.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "fsidd.service": {
                "name": "fsidd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "fstrim.service": {
                "name": "fstrim.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "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"
            },
            "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"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ldconfig.service": {
                "name": "ldconfig.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"
            },
            "modprobe@.service": {
                "name": "modprobe@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "modprobe@configfs.service": {
                "name": "modprobe@configfs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@dm_mod.service": {
                "name": "modprobe@dm_mod.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@dm_multipath.service": {
                "name": "modprobe@dm_multipath.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@drm.service": {
                "name": "modprobe@drm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@fuse.service": {
                "name": "modprobe@fuse.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@loop.service": {
                "name": "modprobe@loop.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nm-priv-helper.service": {
                "name": "nm-priv-helper.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "pam_namespace.service": {
                "name": "pam_namespace.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "pcscd.service": {
                "name": "pcscd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "quotaon-root.service": {
                "name": "quotaon-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "quotaon@.service": {
                "name": "quotaon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "raid-check.service": {
                "name": "raid-check.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-svcgssd.service": {
                "name": "rpc-svcgssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "rpmdb-migrate.service": {
                "name": "rpmdb-migrate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rpmdb-rebuild.service": {
                "name": "rpmdb-rebuild.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "selinux-check-proper-disable.service": {
                "name": "selinux-check-proper-disable.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ssh-host-keys-migration.service": {
                "name": "ssh-host-keys-migration.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-unix-local@.service": {
                "name": "sshd-unix-local@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "alias"
            },
            "sshd-vsock@.service": {
                "name": "sshd-vsock@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "alias"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "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-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-battery-check.service": {
                "name": "systemd-battery-check.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-bless-boot.service": {
                "name": "systemd-bless-boot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-boot-check-no-failures.service": {
                "name": "systemd-boot-check-no-failures.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-boot-random-seed.service": {
                "name": "systemd-boot-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-boot-update.service": {
                "name": "systemd-boot-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-bootctl@.service": {
                "name": "systemd-bootctl@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-bsod.service": {
                "name": "systemd-bsod.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-confext.service": {
                "name": "systemd-confext.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-creds@.service": {
                "name": "systemd-creds@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled-runtime"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-growfs-root.service": {
                "name": "systemd-growfs-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-growfs@.service": {
                "name": "systemd-growfs@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-clear.service": {
                "name": "systemd-hibernate-clear.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hibernate-resume.service": {
                "name": "systemd-hibernate-resume.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-homed-activate.service": {
                "name": "systemd-homed-activate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-homed-firstboot.service": {
                "name": "systemd-homed-firstboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-homed.service": {
                "name": "systemd-homed.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald-sync@.service": {
                "name": "systemd-journald-sync@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-journald@.service": {
                "name": "systemd-journald@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-mountfsd.service": {
                "name": "systemd-mountfsd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "systemd-network-generator.service": {
                "name": "systemd-network-generator.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-networkd-persistent-storage.service": {
                "name": "systemd-networkd-persistent-storage.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "systemd-networkd-wait-online@.service": {
                "name": "systemd-networkd-wait-online@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "systemd-networkd.service": {
                "name": "systemd-networkd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "systemd-nsresourced.service": {
                "name": "systemd-nsresourced.service",
                "source": "systemd",
                "state": "running",
                "status": "indirect"
            },
            "systemd-oomd.service": {
                "name": "systemd-oomd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "systemd-pcrextend@.service": {
                "name": "systemd-pcrextend@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrfs-root.service": {
                "name": "systemd-pcrfs-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pcrfs@.service": {
                "name": "systemd-pcrfs@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrlock-file-system.service": {
                "name": "systemd-pcrlock-file-system.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-firmware-code.service": {
                "name": "systemd-pcrlock-firmware-code.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-firmware-config.service": {
                "name": "systemd-pcrlock-firmware-config.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-machine-id.service": {
                "name": "systemd-pcrlock-machine-id.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-make-policy.service": {
                "name": "systemd-pcrlock-make-policy.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-secureboot-authority.service": {
                "name": "systemd-pcrlock-secureboot-authority.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-secureboot-policy.service": {
                "name": "systemd-pcrlock-secureboot-policy.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock@.service": {
                "name": "systemd-pcrlock@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrmachine.service": {
                "name": "systemd-pcrmachine.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase-initrd.service": {
                "name": "systemd-pcrphase-initrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase-sysinit.service": {
                "name": "systemd-pcrphase-sysinit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase.service": {
                "name": "systemd-pcrphase.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck-root.service": {
                "name": "systemd-quotacheck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-quotacheck@.service": {
                "name": "systemd-quotacheck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled-runtime"
            },
            "systemd-repart.service": {
                "name": "systemd-repart.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-soft-reboot.service": {
                "name": "systemd-soft-reboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-storagetm.service": {
                "name": "systemd-storagetm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysext.service": {
                "name": "systemd-sysext.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-sysext@.service": {
                "name": "systemd-sysext@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-sysupdate-reboot.service": {
                "name": "systemd-sysupdate-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "systemd-sysupdate.service": {
                "name": "systemd-sysupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-time-wait-sync.service": {
                "name": "systemd-time-wait-sync.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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": "disabled"
            },
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev-early.service": {
                "name": "systemd-tmpfiles-setup-dev-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tpm2-setup-early.service": {
                "name": "systemd-tpm2-setup-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tpm2-setup.service": {
                "name": "systemd-tpm2-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-load-credentials.service": {
                "name": "systemd-udev-load-credentials.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udevd.service": {
                "name": "systemd-udevd.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-update-done.service": {
                "name": "systemd-update-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-userdbd.service": {
                "name": "systemd-userdbd.service",
                "source": "systemd",
                "state": "running",
                "status": "indirect"
            },
            "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"
            },
            "systemd-zram-setup@.service": {
                "name": "systemd-zram-setup@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-zram-setup@zram0.service": {
                "name": "systemd-zram-setup@zram0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "udisks2.service": {
                "name": "udisks2.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] *****
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Saturday 11 January 2025  17:28:12 -0500 (0:00:02.817)       0:01:15.765 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Saturday 11 January 2025  17:28:12 -0500 (0:00:00.052)       0:01:15.817 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Saturday 11 January 2025  17:28:12 -0500 (0:00:00.020)       0:01:15.838 ****** 
changed: [managed-node2] => {
    "actions": [
        {
            "action": "destroy format",
            "device": "/dev/mapper/test_vg3-lv8",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/test_vg3-lv8",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/mapper/test_vg3-lv7",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/test_vg3-lv7",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/mapper/test_vg3-lv6",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/test_vg3-lv6",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/mapper/test_vg3-lv5",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/test_vg3-lv5",
            "fs_type": null
        },
        {
            "action": "destroy device",
            "device": "/dev/test_vg3",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sdg",
            "fs_type": "lvmpv"
        },
        {
            "action": "destroy format",
            "device": "/dev/sdj",
            "fs_type": "lvmpv"
        },
        {
            "action": "destroy format",
            "device": "/dev/sdh",
            "fs_type": "lvmpv"
        },
        {
            "action": "destroy format",
            "device": "/dev/sdi",
            "fs_type": "lvmpv"
        },
        {
            "action": "destroy format",
            "device": "/dev/mapper/test_vg2-lv4",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/test_vg2-lv4",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/mapper/test_vg2-lv3",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/test_vg2-lv3",
            "fs_type": null
        },
        {
            "action": "destroy device",
            "device": "/dev/test_vg2",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sdf",
            "fs_type": "lvmpv"
        },
        {
            "action": "destroy format",
            "device": "/dev/sdd",
            "fs_type": "lvmpv"
        },
        {
            "action": "destroy format",
            "device": "/dev/sde",
            "fs_type": "lvmpv"
        },
        {
            "action": "destroy format",
            "device": "/dev/mapper/test_vg1-lv2",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/test_vg1-lv2",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/mapper/test_vg1-lv1",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/test_vg1-lv1",
            "fs_type": null
        },
        {
            "action": "destroy device",
            "device": "/dev/test_vg1",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sdc",
            "fs_type": "lvmpv"
        },
        {
            "action": "destroy format",
            "device": "/dev/sdb",
            "fs_type": "lvmpv"
        },
        {
            "action": "destroy format",
            "device": "/dev/sda",
            "fs_type": "lvmpv"
        }
    ],
    "changed": true,
    "crypts": [],
    "leaves": [
        "/dev/sda",
        "/dev/sdb",
        "/dev/sdk",
        "/dev/sdl",
        "/dev/sdc",
        "/dev/sdd",
        "/dev/sde",
        "/dev/sdf",
        "/dev/sdg",
        "/dev/sdh",
        "/dev/sdi",
        "/dev/sdj",
        "/dev/xvda1",
        "/dev/xvda2",
        "/dev/zram0"
    ],
    "mounts": [],
    "packages": [
        "e2fsprogs"
    ],
    "pools": [
        {
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_clevis_pin": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "encryption_tang_thumbprint": null,
            "encryption_tang_url": null,
            "grow_to_fill": false,
            "name": "test_vg1",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "shared": false,
            "state": "absent",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/test_vg1-lv1",
                    "_mount_id": "UUID=6dd587f1-379d-4812-bb3f-63e24c197c12",
                    "_raw_device": "/dev/mapper/test_vg1-lv1",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sda",
                        "sdb",
                        "sdc"
                    ],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": null,
                    "mount_user": null,
                    "name": "lv1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": 482344960,
                    "state": "absent",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                },
                {
                    "_device": "/dev/mapper/test_vg1-lv2",
                    "_mount_id": "UUID=81211410-407f-4337-9d7d-37e6f56d264c",
                    "_raw_device": "/dev/mapper/test_vg1-lv2",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sda",
                        "sdb",
                        "sdc"
                    ],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": null,
                    "mount_user": null,
                    "name": "lv2",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": 1606418432,
                    "state": "absent",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        },
        {
            "disks": [
                "sdd",
                "sde",
                "sdf"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_clevis_pin": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "encryption_tang_thumbprint": null,
            "encryption_tang_url": null,
            "grow_to_fill": false,
            "name": "test_vg2",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "shared": false,
            "state": "absent",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/test_vg2-lv3",
                    "_mount_id": "UUID=c404fa1a-91e7-480f-910b-6c0af3f67311",
                    "_raw_device": "/dev/mapper/test_vg2-lv3",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sdd",
                        "sde",
                        "sdf"
                    ],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": null,
                    "mount_user": null,
                    "name": "lv3",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": 322961408,
                    "state": "absent",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                },
                {
                    "_device": "/dev/mapper/test_vg2-lv4",
                    "_mount_id": "UUID=709215bd-474d-4090-8bd3-9da01a223d13",
                    "_raw_device": "/dev/mapper/test_vg2-lv4",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sdd",
                        "sde",
                        "sdf"
                    ],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": null,
                    "mount_user": null,
                    "name": "lv4",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": 641728512,
                    "state": "absent",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        },
        {
            "disks": [
                "sdg",
                "sdh",
                "sdi",
                "sdj"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_clevis_pin": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "encryption_tang_thumbprint": null,
            "encryption_tang_url": null,
            "grow_to_fill": false,
            "name": "test_vg3",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "shared": false,
            "state": "absent",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/test_vg3-lv5",
                    "_mount_id": "UUID=b15ca582-4474-42c5-95d0-456d0730d097",
                    "_raw_device": "/dev/mapper/test_vg3-lv5",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sdg",
                        "sdh",
                        "sdi",
                        "sdj"
                    ],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": null,
                    "mount_user": null,
                    "name": "lv5",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": 1283457024,
                    "state": "absent",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                },
                {
                    "_device": "/dev/mapper/test_vg3-lv6",
                    "_mount_id": "UUID=1c77ff13-988a-47c4-90f4-902708c69d6c",
                    "_raw_device": "/dev/mapper/test_vg3-lv6",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sdg",
                        "sdh",
                        "sdi",
                        "sdj"
                    ],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": null,
                    "mount_user": null,
                    "name": "lv6",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": 1069547520,
                    "state": "absent",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                },
                {
                    "_device": "/dev/mapper/test_vg3-lv7",
                    "_mount_id": "UUID=25edfd48-a7bb-4344-aec9-7c46fde86107",
                    "_raw_device": "/dev/mapper/test_vg3-lv7",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sdg",
                        "sdh",
                        "sdi",
                        "sdj"
                    ],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": null,
                    "mount_user": null,
                    "name": "lv7",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": 427819008,
                    "state": "absent",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                },
                {
                    "_device": "/dev/mapper/test_vg3-lv8",
                    "_mount_id": "UUID=2105d9fb-7041-458e-90a2-09fb61d5928c",
                    "_raw_device": "/dev/mapper/test_vg3-lv8",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sdg",
                        "sdh",
                        "sdi",
                        "sdj"
                    ],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": null,
                    "mount_user": null,
                    "name": "lv8",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": 427819008,
                    "state": "absent",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83
Saturday 11 January 2025  17:28:21 -0500 (0:00:08.292)       0:01:24.130 ****** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "udevadm",
        "trigger",
        "--subsystem-match=block"
    ],
    "delta": "0:00:00.014679",
    "end": "2025-01-11 17:28:21.616637",
    "rc": 0,
    "start": "2025-01-11 17:28:21.601958"
}

TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ******
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90
Saturday 11 January 2025  17:28:21 -0500 (0:00:00.546)       0:01:24.677 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1736633968.2766259,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6853afbc2536fe6e633d23636f3486f246d1e6f6",
        "ctime": 1736633968.274626,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279325,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1736633968.276151,
        "nlink": 1,
        "path": "/etc/fstab",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 1366,
        "uid": 0,
        "version": "2403165728",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Saturday 11 January 2025  17:28:22 -0500 (0:00:00.442)       0:01:25.119 ****** 
ok: [managed-node2] => {
    "backup": "",
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113
Saturday 11 January 2025  17:28:22 -0500 (0:00:00.416)       0:01:25.535 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Show blivet_output] ******************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119
Saturday 11 January 2025  17:28:22 -0500 (0:00:00.020)       0:01:25.556 ****** 
ok: [managed-node2] => {
    "blivet_output": {
        "actions": [
            {
                "action": "destroy format",
                "device": "/dev/mapper/test_vg3-lv8",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/test_vg3-lv8",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/mapper/test_vg3-lv7",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/test_vg3-lv7",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/mapper/test_vg3-lv6",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/test_vg3-lv6",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/mapper/test_vg3-lv5",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/test_vg3-lv5",
                "fs_type": null
            },
            {
                "action": "destroy device",
                "device": "/dev/test_vg3",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sdg",
                "fs_type": "lvmpv"
            },
            {
                "action": "destroy format",
                "device": "/dev/sdj",
                "fs_type": "lvmpv"
            },
            {
                "action": "destroy format",
                "device": "/dev/sdh",
                "fs_type": "lvmpv"
            },
            {
                "action": "destroy format",
                "device": "/dev/sdi",
                "fs_type": "lvmpv"
            },
            {
                "action": "destroy format",
                "device": "/dev/mapper/test_vg2-lv4",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/test_vg2-lv4",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/mapper/test_vg2-lv3",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/test_vg2-lv3",
                "fs_type": null
            },
            {
                "action": "destroy device",
                "device": "/dev/test_vg2",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sdf",
                "fs_type": "lvmpv"
            },
            {
                "action": "destroy format",
                "device": "/dev/sdd",
                "fs_type": "lvmpv"
            },
            {
                "action": "destroy format",
                "device": "/dev/sde",
                "fs_type": "lvmpv"
            },
            {
                "action": "destroy format",
                "device": "/dev/mapper/test_vg1-lv2",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/test_vg1-lv2",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/mapper/test_vg1-lv1",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/test_vg1-lv1",
                "fs_type": null
            },
            {
                "action": "destroy device",
                "device": "/dev/test_vg1",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sdc",
                "fs_type": "lvmpv"
            },
            {
                "action": "destroy format",
                "device": "/dev/sdb",
                "fs_type": "lvmpv"
            },
            {
                "action": "destroy format",
                "device": "/dev/sda",
                "fs_type": "lvmpv"
            }
        ],
        "changed": true,
        "crypts": [],
        "failed": false,
        "leaves": [
            "/dev/sda",
            "/dev/sdb",
            "/dev/sdk",
            "/dev/sdl",
            "/dev/sdc",
            "/dev/sdd",
            "/dev/sde",
            "/dev/sdf",
            "/dev/sdg",
            "/dev/sdh",
            "/dev/sdi",
            "/dev/sdj",
            "/dev/xvda1",
            "/dev/xvda2",
            "/dev/zram0"
        ],
        "mounts": [],
        "packages": [
            "e2fsprogs"
        ],
        "pools": [
            {
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_clevis_pin": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "encryption_tang_thumbprint": null,
                "encryption_tang_url": null,
                "grow_to_fill": false,
                "name": "test_vg1",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "shared": false,
                "state": "absent",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/test_vg1-lv1",
                        "_mount_id": "UUID=6dd587f1-379d-4812-bb3f-63e24c197c12",
                        "_raw_device": "/dev/mapper/test_vg1-lv1",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sda",
                            "sdb",
                            "sdc"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 482344960,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg1-lv2",
                        "_mount_id": "UUID=81211410-407f-4337-9d7d-37e6f56d264c",
                        "_raw_device": "/dev/mapper/test_vg1-lv2",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sda",
                            "sdb",
                            "sdc"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv2",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 1606418432,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            },
            {
                "disks": [
                    "sdd",
                    "sde",
                    "sdf"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_clevis_pin": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "encryption_tang_thumbprint": null,
                "encryption_tang_url": null,
                "grow_to_fill": false,
                "name": "test_vg2",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "shared": false,
                "state": "absent",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/test_vg2-lv3",
                        "_mount_id": "UUID=c404fa1a-91e7-480f-910b-6c0af3f67311",
                        "_raw_device": "/dev/mapper/test_vg2-lv3",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sdd",
                            "sde",
                            "sdf"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv3",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 322961408,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg2-lv4",
                        "_mount_id": "UUID=709215bd-474d-4090-8bd3-9da01a223d13",
                        "_raw_device": "/dev/mapper/test_vg2-lv4",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sdd",
                            "sde",
                            "sdf"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv4",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 641728512,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            },
            {
                "disks": [
                    "sdg",
                    "sdh",
                    "sdi",
                    "sdj"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_clevis_pin": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "encryption_tang_thumbprint": null,
                "encryption_tang_url": null,
                "grow_to_fill": false,
                "name": "test_vg3",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "shared": false,
                "state": "absent",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/test_vg3-lv5",
                        "_mount_id": "UUID=b15ca582-4474-42c5-95d0-456d0730d097",
                        "_raw_device": "/dev/mapper/test_vg3-lv5",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sdg",
                            "sdh",
                            "sdi",
                            "sdj"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv5",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 1283457024,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg3-lv6",
                        "_mount_id": "UUID=1c77ff13-988a-47c4-90f4-902708c69d6c",
                        "_raw_device": "/dev/mapper/test_vg3-lv6",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sdg",
                            "sdh",
                            "sdi",
                            "sdj"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv6",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 1069547520,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg3-lv7",
                        "_mount_id": "UUID=25edfd48-a7bb-4344-aec9-7c46fde86107",
                        "_raw_device": "/dev/mapper/test_vg3-lv7",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sdg",
                            "sdh",
                            "sdi",
                            "sdj"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv7",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 427819008,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg3-lv8",
                        "_mount_id": "UUID=2105d9fb-7041-458e-90a2-09fb61d5928c",
                        "_raw_device": "/dev/mapper/test_vg3-lv8",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sdg",
                            "sdh",
                            "sdi",
                            "sdj"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv8",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 427819008,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ],
        "volumes": []
    }
}

TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128
Saturday 11 January 2025  17:28:22 -0500 (0:00:00.065)       0:01:25.621 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "_storage_pools_list": [
            {
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_clevis_pin": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "encryption_tang_thumbprint": null,
                "encryption_tang_url": null,
                "grow_to_fill": false,
                "name": "test_vg1",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "shared": false,
                "state": "absent",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/test_vg1-lv1",
                        "_mount_id": "UUID=6dd587f1-379d-4812-bb3f-63e24c197c12",
                        "_raw_device": "/dev/mapper/test_vg1-lv1",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sda",
                            "sdb",
                            "sdc"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 482344960,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg1-lv2",
                        "_mount_id": "UUID=81211410-407f-4337-9d7d-37e6f56d264c",
                        "_raw_device": "/dev/mapper/test_vg1-lv2",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sda",
                            "sdb",
                            "sdc"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv2",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 1606418432,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            },
            {
                "disks": [
                    "sdd",
                    "sde",
                    "sdf"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_clevis_pin": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "encryption_tang_thumbprint": null,
                "encryption_tang_url": null,
                "grow_to_fill": false,
                "name": "test_vg2",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "shared": false,
                "state": "absent",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/test_vg2-lv3",
                        "_mount_id": "UUID=c404fa1a-91e7-480f-910b-6c0af3f67311",
                        "_raw_device": "/dev/mapper/test_vg2-lv3",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sdd",
                            "sde",
                            "sdf"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv3",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 322961408,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg2-lv4",
                        "_mount_id": "UUID=709215bd-474d-4090-8bd3-9da01a223d13",
                        "_raw_device": "/dev/mapper/test_vg2-lv4",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sdd",
                            "sde",
                            "sdf"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv4",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 641728512,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            },
            {
                "disks": [
                    "sdg",
                    "sdh",
                    "sdi",
                    "sdj"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_clevis_pin": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "encryption_tang_thumbprint": null,
                "encryption_tang_url": null,
                "grow_to_fill": false,
                "name": "test_vg3",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "shared": false,
                "state": "absent",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/test_vg3-lv5",
                        "_mount_id": "UUID=b15ca582-4474-42c5-95d0-456d0730d097",
                        "_raw_device": "/dev/mapper/test_vg3-lv5",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sdg",
                            "sdh",
                            "sdi",
                            "sdj"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv5",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 1283457024,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg3-lv6",
                        "_mount_id": "UUID=1c77ff13-988a-47c4-90f4-902708c69d6c",
                        "_raw_device": "/dev/mapper/test_vg3-lv6",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sdg",
                            "sdh",
                            "sdi",
                            "sdj"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv6",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 1069547520,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg3-lv7",
                        "_mount_id": "UUID=25edfd48-a7bb-4344-aec9-7c46fde86107",
                        "_raw_device": "/dev/mapper/test_vg3-lv7",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sdg",
                            "sdh",
                            "sdi",
                            "sdj"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv7",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 427819008,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    },
                    {
                        "_device": "/dev/mapper/test_vg3-lv8",
                        "_mount_id": "UUID=2105d9fb-7041-458e-90a2-09fb61d5928c",
                        "_raw_device": "/dev/mapper/test_vg3-lv8",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sdg",
                            "sdh",
                            "sdi",
                            "sdj"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": null,
                        "mount_user": null,
                        "name": "lv8",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": 427819008,
                        "state": "absent",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132
Saturday 11 January 2025  17:28:22 -0500 (0:00:00.053)       0:01:25.675 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] **************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148
Saturday 11 January 2025  17:28:22 -0500 (0:00:00.030)       0:01:25.705 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159
Saturday 11 January 2025  17:28:22 -0500 (0:00:00.056)       0:01:25.762 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "blivet_output['mounts']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set up new/current mounts] ***********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164
Saturday 11 January 2025  17:28:22 -0500 (0:00:00.052)       0:01:25.814 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175
Saturday 11 January 2025  17:28:22 -0500 (0:00:00.056)       0:01:25.870 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187
Saturday 11 January 2025  17:28:23 -0500 (0:00:00.050)       0:01:25.921 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "blivet_output['mounts']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195
Saturday 11 January 2025  17:28:23 -0500 (0:00:00.023)       0:01:25.944 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1736633952.4175491,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1734679665.113,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 15,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/x-empty",
        "mode": "0600",
        "mtime": 1734679276.061,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "110284939",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200
Saturday 11 January 2025  17:28:23 -0500 (0:00:00.424)       0:01:26.369 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222
Saturday 11 January 2025  17:28:23 -0500 (0:00:00.033)       0:01:26.403 ****** 
ok: [managed-node2]

TASK [Save unused_disk_return before verify] ***********************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml:30
Saturday 11 January 2025  17:28:24 -0500 (0:00:00.941)       0:01:27.345 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "unused_disks_before": [
            "sda",
            "sdb",
            "sdc",
            "sdd",
            "sde",
            "sdf",
            "sdg",
            "sdh",
            "sdi",
            "sdj"
        ]
    },
    "changed": false
}

TASK [Verify that pools/volumes used in test are removed] **********************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml:34
Saturday 11 January 2025  17:28:24 -0500 (0:00:00.030)       0:01:27.376 ****** 
included: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml for managed-node2

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:5
Saturday 11 January 2025  17:28:24 -0500 (0:00:00.071)       0:01:27.448 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:10
Saturday 11 January 2025  17:28:24 -0500 (0:00:00.025)       0:01:27.473 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __snapshot_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure test packages] ****************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:14
Saturday 11 January 2025  17:28:24 -0500 (0:00:00.024)       0:01:27.497 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: util-linux-core

TASK [Find unused disks in the system] *****************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:23
Saturday 11 January 2025  17:28:25 -0500 (0:00:01.339)       0:01:28.837 ****** 
ok: [managed-node2] => {
    "changed": false,
    "disks": [
        "sda",
        "sdb",
        "sdc",
        "sdd",
        "sde",
        "sdf",
        "sdg",
        "sdh",
        "sdi",
        "sdj"
    ],
    "info": [
        "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdj\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdk\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/sdl\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"ext4\" LOG-SEC=\"512\"",
        "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"ext4\" LOG-SEC=\"512\"",
        "Line: NAME=\"/dev/zram0\" TYPE=\"disk\" SIZE=\"3893362688\" FSTYPE=\"\" LOG-SEC=\"4096\"",
        "filename [xvda2] is a partition",
        "filename [xvda1] is a partition",
        "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions",
        "Disk [/dev/zram0] attrs [{'type': 'disk', 'size': '3893362688', 'fstype': '', 'ssize': '4096'}] cannot be opened exclusively"
    ]
}

TASK [Set unused_disks if necessary] *******************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:31
Saturday 11 January 2025  17:28:26 -0500 (0:00:00.465)       0:01:29.303 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "unused_disks": [
            "sda",
            "sdb",
            "sdc",
            "sdd",
            "sde",
            "sdf",
            "sdg",
            "sdh",
            "sdi",
            "sdj"
        ]
    },
    "changed": false
}

TASK [Print unused disks] ******************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:36
Saturday 11 January 2025  17:28:26 -0500 (0:00:00.029)       0:01:29.332 ****** 
ok: [managed-node2] => {
    "unused_disks": [
        "sda",
        "sdb",
        "sdc",
        "sdd",
        "sde",
        "sdf",
        "sdg",
        "sdh",
        "sdi",
        "sdj"
    ]
}

TASK [Print info from find_unused_disk] ****************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:44
Saturday 11 January 2025  17:28:26 -0500 (0:00:00.027)       0:01:29.360 ****** 
skipping: [managed-node2] => {
    "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)"
}

TASK [Show disk information] ***************************************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:49
Saturday 11 January 2025  17:28:26 -0500 (0:00:00.054)       0:01:29.415 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)",
    "skip_reason": "Conditional result was False"
}

TASK [Exit playbook when there's not enough unused disks in the system] ********
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:58
Saturday 11 January 2025  17:28:26 -0500 (0:00:00.047)       0:01:29.462 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)",
    "skip_reason": "Conditional result was False"
}

TASK [Debug why list of unused disks has changed] ******************************
task path: /tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml:40
Saturday 11 January 2025  17:28:26 -0500 (0:00:00.038)       0:01:29.501 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "unused_disks_before != unused_disks_return.disks",
    "skip_reason": "Conditional result was False"
}

PLAY RECAP *********************************************************************
managed-node2              : ok=151  changed=6    unreachable=0    failed=0    skipped=111  rescued=0    ignored=0   


TASKS RECAP ********************************************************************
Saturday 11 January 2025  17:28:26 -0500 (0:00:00.012)       0:01:29.513 ****** 
=============================================================================== 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 11.71s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 8.29s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Get required packages --------------- 3.99s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 
fedora.linux_system_roles.storage : Get service facts ------------------- 2.97s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 
fedora.linux_system_roles.storage : Get service facts ------------------- 2.82s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 
fedora.linux_system_roles.storage : Get service facts ------------------- 2.78s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 
fedora.linux_system_roles.snapshot : Run snapshot module snapshot ------- 2.21s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 
fedora.linux_system_roles.snapshot : Run snapshot module remove --------- 1.71s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 
fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.52s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 
fedora.linux_system_roles.storage : Get required packages --------------- 1.52s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 
fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.42s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 
fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 1.37s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 
fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 1.37s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 
fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 1.36s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 
fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 1.36s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 
fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 1.35s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 
Ensure test packages ---------------------------------------------------- 1.34s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:14 
Ensure test packages ---------------------------------------------------- 1.34s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:14 
fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 1.33s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 
fedora.linux_system_roles.storage : Make sure required packages are installed --- 1.33s
/tmp/collections-gi8/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37