ansible-playbook 2.9.27
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.9/site-packages/ansible
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)]
No config file found; using defaults
[WARNING]: running playbook inside collection fedora.linux_system_roles
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

PLAYBOOK: tests_facts.yml ******************************************************
1 plays in /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_facts.yml

PLAY [Ensure that basic features of role work correctly] ***********************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_facts.yml:3
Sunday 02 February 2025  20:14:50 -0500 (0:00:00.028)       0:00:00.028 ******* 
ok: [managed-node3]
META: ran handlers

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Sunday 02 February 2025  20:14:51 -0500 (0:00:01.079)       0:00:01.108 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Sunday 02 February 2025  20:14:51 -0500 (0:00:00.037)       0:00:01.146 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: end_host conditional evaluated to false, continuing execution for managed-node3

TASK [fedora.linux_system_roles.systemd : Check if system is ostree] ***********
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Sunday 02 February 2025  20:14:51 -0500 (0:00:00.067)       0:00:01.213 ******* 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Sunday 02 February 2025  20:14:51 -0500 (0:00:00.478)       0:00:01.691 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "__systemd_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Sunday 02 February 2025  20:14:51 -0500 (0:00:00.020)       0:00:01.712 ******* 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Sunday 02 February 2025  20:14:52 -0500 (0:00:00.346)       0:00:02.059 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "__systemd_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Sunday 02 February 2025  20:14:52 -0500 (0:00:00.019)       0:00:02.079 ******* 
ok: [managed-node3] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: systemd

TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Sunday 02 February 2025  20:15:07 -0500 (0:00:15.141)       0:00:17.220 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.017)       0:00:17.237 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.016)       0:00:17.254 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.016)       0:00:17.270 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "__systemd_user_info": {}
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.014)       0:00:17.284 ******* 
included: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node3
included: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node3
included: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node3

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.042)       0:00:17.326 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.023)       0:00:17.349 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.028)       0:00:17.378 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.026)       0:00:17.404 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.025)       0:00:17.430 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.026)       0:00:17.456 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.025)       0:00:17.481 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.025)       0:00:17.507 ******* 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.014)       0:00:17.522 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.023)       0:00:17.545 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.026)       0:00:17.571 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.025)       0:00:17.596 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.025)       0:00:17.622 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.025)       0:00:17.647 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.028)       0:00:17.676 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.025)       0:00:17.702 ******* 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Sunday 02 February 2025  20:15:07 -0500 (0:00:00.015)       0:00:17.717 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.026)       0:00:17.743 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.039)       0:00:17.783 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.027)       0:00:17.810 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.027)       0:00:17.838 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.025)       0:00:17.863 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.037)       0:00:17.901 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.037)       0:00:17.938 ******* 

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.024)       0:00:17.963 ******* 

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.033)       0:00:17.996 ******* 
included: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node3
included: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node3
included: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node3
included: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node3
included: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node3
included: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node3
included: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node3
included: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node3

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.103)       0:00:18.100 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.034)       0:00:18.135 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.037)       0:00:18.172 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.037)       0:00:18.210 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.039)       0:00:18.249 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.044)       0:00:18.294 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.040)       0:00:18.334 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.044)       0:00:18.379 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.095)       0:00:18.474 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.037)       0:00:18.512 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.101)       0:00:18.613 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Sunday 02 February 2025  20:15:08 -0500 (0:00:00.071)       0:00:18.684 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Sunday 02 February 2025  20:15:09 -0500 (0:00:00.081)       0:00:18.765 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Sunday 02 February 2025  20:15:09 -0500 (0:00:00.037)       0:00:18.803 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Sunday 02 February 2025  20:15:09 -0500 (0:00:00.045)       0:00:18.848 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Sunday 02 February 2025  20:15:09 -0500 (0:00:00.032)       0:00:18.881 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Sunday 02 February 2025  20:15:09 -0500 (0:00:00.083)       0:00:18.965 ******* 
ok: [managed-node3] => {}

MSG:

facts {}

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Sunday 02 February 2025  20:15:09 -0500 (0:00:00.062)       0:00:19.028 ******* 
included: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node3

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Sunday 02 February 2025  20:15:09 -0500 (0:00:00.082)       0:00:19.110 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "systemd_units": {
            "-.mount": {
                "active_state": "active",
                "description": "Root Mount",
                "load_state": "loaded",
                "name": "-.mount",
                "sub_state": "mounted"
            },
            "-.slice": {
                "active_state": "active",
                "description": "Root Slice",
                "load_state": "loaded",
                "name": "-.slice",
                "sub_state": "active"
            },
            "NetworkManager-wait-online.service": {
                "active_state": "active",
                "description": "Network Manager Wait Online",
                "load_state": "loaded",
                "name": "NetworkManager-wait-online.service",
                "sub_state": "exited"
            },
            "NetworkManager.service": {
                "active_state": "active",
                "description": "Network Manager",
                "load_state": "loaded",
                "name": "NetworkManager.service",
                "sub_state": "running"
            },
            "auditd.service": {
                "active_state": "active",
                "description": "Security Auditing Service",
                "load_state": "loaded",
                "name": "auditd.service",
                "sub_state": "running"
            },
            "basic.target": {
                "active_state": "active",
                "description": "Basic System",
                "load_state": "loaded",
                "name": "basic.target",
                "sub_state": "active"
            },
            "chronyd.service": {
                "active_state": "active",
                "description": "NTP client/server",
                "load_state": "loaded",
                "name": "chronyd.service",
                "sub_state": "running"
            },
            "cloud-config.service": {
                "active_state": "active",
                "description": "Apply the settings specified in cloud-config",
                "load_state": "loaded",
                "name": "cloud-config.service",
                "sub_state": "exited"
            },
            "cloud-config.target": {
                "active_state": "active",
                "description": "Cloud-config availability",
                "load_state": "loaded",
                "name": "cloud-config.target",
                "sub_state": "active"
            },
            "cloud-final.service": {
                "active_state": "active",
                "description": "Execute cloud user/final scripts",
                "load_state": "loaded",
                "name": "cloud-final.service",
                "sub_state": "exited"
            },
            "cloud-init-local.service": {
                "active_state": "active",
                "description": "Initial cloud-init job (pre-networking)",
                "load_state": "loaded",
                "name": "cloud-init-local.service",
                "sub_state": "exited"
            },
            "cloud-init.service": {
                "active_state": "active",
                "description": "Initial cloud-init job (metadata service crawler)",
                "load_state": "loaded",
                "name": "cloud-init.service",
                "sub_state": "exited"
            },
            "cloud-init.target": {
                "active_state": "active",
                "description": "Cloud-init target",
                "load_state": "loaded",
                "name": "cloud-init.target",
                "sub_state": "active"
            },
            "crond.service": {
                "active_state": "active",
                "description": "Command Scheduler",
                "load_state": "loaded",
                "name": "crond.service",
                "sub_state": "running"
            },
            "cryptsetup.target": {
                "active_state": "active",
                "description": "Local Encrypted Volumes",
                "load_state": "loaded",
                "name": "cryptsetup.target",
                "sub_state": "active"
            },
            "dbus.service": {
                "active_state": "active",
                "description": "D-Bus System Message Bus",
                "load_state": "loaded",
                "name": "dbus.service",
                "sub_state": "running"
            },
            "dbus.socket": {
                "active_state": "active",
                "description": "D-Bus System Message Bus Socket",
                "load_state": "loaded",
                "name": "dbus.socket",
                "sub_state": "running"
            },
            "dev-hugepages.mount": {
                "active_state": "active",
                "description": "Huge Pages File System",
                "load_state": "loaded",
                "name": "dev-hugepages.mount",
                "sub_state": "mounted"
            },
            "dev-mqueue.mount": {
                "active_state": "active",
                "description": "POSIX Message Queue File System",
                "load_state": "loaded",
                "name": "dev-mqueue.mount",
                "sub_state": "mounted"
            },
            "dnf-makecache.timer": {
                "active_state": "active",
                "description": "dnf makecache --timer",
                "load_state": "loaded",
                "name": "dnf-makecache.timer",
                "sub_state": "waiting"
            },
            "dracut-shutdown.service": {
                "active_state": "active",
                "description": "Restore /run/initramfs on shutdown",
                "load_state": "loaded",
                "name": "dracut-shutdown.service",
                "sub_state": "exited"
            },
            "getty.target": {
                "active_state": "active",
                "description": "Login Prompts",
                "load_state": "loaded",
                "name": "getty.target",
                "sub_state": "active"
            },
            "getty@tty1.service": {
                "active_state": "active",
                "description": "Getty on tty1",
                "load_state": "loaded",
                "name": "getty@tty1.service",
                "sub_state": "running"
            },
            "gssproxy.service": {
                "active_state": "active",
                "description": "GSSAPI Proxy Daemon",
                "load_state": "loaded",
                "name": "gssproxy.service",
                "sub_state": "running"
            },
            "import-state.service": {
                "active_state": "active",
                "description": "Import network configuration from initramfs",
                "load_state": "loaded",
                "name": "import-state.service",
                "sub_state": "exited"
            },
            "init.scope": {
                "active_state": "active",
                "description": "System and Service Manager",
                "load_state": "loaded",
                "name": "init.scope",
                "sub_state": "running"
            },
            "irqbalance.service": {
                "active_state": "active",
                "description": "irqbalance daemon",
                "load_state": "loaded",
                "name": "irqbalance.service",
                "sub_state": "running"
            },
            "kdump.service": {
                "active_state": "active",
                "description": "Crash recovery kernel arming",
                "load_state": "loaded",
                "name": "kdump.service",
                "sub_state": "exited"
            },
            "kmod-static-nodes.service": {
                "active_state": "active",
                "description": "Create list of required static device nodes for the current kernel",
                "load_state": "loaded",
                "name": "kmod-static-nodes.service",
                "sub_state": "exited"
            },
            "local-fs-pre.target": {
                "active_state": "active",
                "description": "Local File Systems (Pre)",
                "load_state": "loaded",
                "name": "local-fs-pre.target",
                "sub_state": "active"
            },
            "local-fs.target": {
                "active_state": "active",
                "description": "Local File Systems",
                "load_state": "loaded",
                "name": "local-fs.target",
                "sub_state": "active"
            },
            "multi-user.target": {
                "active_state": "active",
                "description": "Multi-User System",
                "load_state": "loaded",
                "name": "multi-user.target",
                "sub_state": "active"
            },
            "network-online.target": {
                "active_state": "active",
                "description": "Network is Online",
                "load_state": "loaded",
                "name": "network-online.target",
                "sub_state": "active"
            },
            "network-pre.target": {
                "active_state": "active",
                "description": "Network (Pre)",
                "load_state": "loaded",
                "name": "network-pre.target",
                "sub_state": "active"
            },
            "network.target": {
                "active_state": "active",
                "description": "Network",
                "load_state": "loaded",
                "name": "network.target",
                "sub_state": "active"
            },
            "nfs-client.target": {
                "active_state": "active",
                "description": "NFS client services",
                "load_state": "loaded",
                "name": "nfs-client.target",
                "sub_state": "active"
            },
            "nis-domainname.service": {
                "active_state": "active",
                "description": "Read and set NIS domainname from /etc/sysconfig/network",
                "load_state": "loaded",
                "name": "nis-domainname.service",
                "sub_state": "exited"
            },
            "nss-user-lookup.target": {
                "active_state": "active",
                "description": "User and Group Name Lookups",
                "load_state": "loaded",
                "name": "nss-user-lookup.target",
                "sub_state": "active"
            },
            "paths.target": {
                "active_state": "active",
                "description": "Paths",
                "load_state": "loaded",
                "name": "paths.target",
                "sub_state": "active"
            },
            "plymouth-quit-wait.service": {
                "active_state": "active",
                "description": "Hold until boot process finishes up",
                "load_state": "loaded",
                "name": "plymouth-quit-wait.service",
                "sub_state": "exited"
            },
            "plymouth-quit.service": {
                "active_state": "active",
                "description": "Terminate Plymouth Boot Screen",
                "load_state": "loaded",
                "name": "plymouth-quit.service",
                "sub_state": "exited"
            },
            "plymouth-read-write.service": {
                "active_state": "active",
                "description": "Tell Plymouth To Write Out Runtime Data",
                "load_state": "loaded",
                "name": "plymouth-read-write.service",
                "sub_state": "exited"
            },
            "plymouth-start.service": {
                "active_state": "active",
                "description": "Show Plymouth Boot Screen",
                "load_state": "loaded",
                "name": "plymouth-start.service",
                "sub_state": "exited"
            },
            "polkit.service": {
                "active_state": "active",
                "description": "Authorization Manager",
                "load_state": "loaded",
                "name": "polkit.service",
                "sub_state": "running"
            },
            "proc-sys-fs-binfmt_misc.automount": {
                "active_state": "active",
                "description": "Arbitrary Executable File Formats File System Automount Point",
                "load_state": "loaded",
                "name": "proc-sys-fs-binfmt_misc.automount",
                "sub_state": "waiting"
            },
            "remote-fs-pre.target": {
                "active_state": "active",
                "description": "Remote File Systems (Pre)",
                "load_state": "loaded",
                "name": "remote-fs-pre.target",
                "sub_state": "active"
            },
            "remote-fs.target": {
                "active_state": "active",
                "description": "Remote File Systems",
                "load_state": "loaded",
                "name": "remote-fs.target",
                "sub_state": "active"
            },
            "restraintd.service": {
                "active_state": "active",
                "description": "The restraint harness.",
                "load_state": "loaded",
                "name": "restraintd.service",
                "sub_state": "running"
            },
            "rngd.service": {
                "active_state": "active",
                "description": "Hardware RNG Entropy Gatherer Daemon",
                "load_state": "loaded",
                "name": "rngd.service",
                "sub_state": "running"
            },
            "rpc-statd-notify.service": {
                "active_state": "active",
                "description": "Notify NFS peers of a restart",
                "load_state": "loaded",
                "name": "rpc-statd-notify.service",
                "sub_state": "exited"
            },
            "rpc_pipefs.target": {
                "active_state": "active",
                "description": "rpc_pipefs.target",
                "load_state": "loaded",
                "name": "rpc_pipefs.target",
                "sub_state": "active"
            },
            "rpcbind.service": {
                "active_state": "active",
                "description": "RPC Bind",
                "load_state": "loaded",
                "name": "rpcbind.service",
                "sub_state": "running"
            },
            "rpcbind.socket": {
                "active_state": "active",
                "description": "RPCbind Server Activation Socket",
                "load_state": "loaded",
                "name": "rpcbind.socket",
                "sub_state": "running"
            },
            "rpcbind.target": {
                "active_state": "active",
                "description": "RPC Port Mapper",
                "load_state": "loaded",
                "name": "rpcbind.target",
                "sub_state": "active"
            },
            "rsyslog.service": {
                "active_state": "active",
                "description": "System Logging Service",
                "load_state": "loaded",
                "name": "rsyslog.service",
                "sub_state": "running"
            },
            "run-user-0.mount": {
                "active_state": "active",
                "description": "/run/user/0",
                "load_state": "loaded",
                "name": "run-user-0.mount",
                "sub_state": "mounted"
            },
            "session-4.scope": {
                "active_state": "active",
                "description": "Session 4 of user root",
                "load_state": "loaded",
                "name": "session-4.scope",
                "sub_state": "running"
            },
            "session-6.scope": {
                "active_state": "active",
                "description": "Session 6 of user root",
                "load_state": "loaded",
                "name": "session-6.scope",
                "sub_state": "running"
            },
            "slices.target": {
                "active_state": "active",
                "description": "Slices",
                "load_state": "loaded",
                "name": "slices.target",
                "sub_state": "active"
            },
            "sockets.target": {
                "active_state": "active",
                "description": "Sockets",
                "load_state": "loaded",
                "name": "sockets.target",
                "sub_state": "active"
            },
            "sshd-keygen.target": {
                "active_state": "active",
                "description": "sshd-keygen.target",
                "load_state": "loaded",
                "name": "sshd-keygen.target",
                "sub_state": "active"
            },
            "sshd.service": {
                "active_state": "active",
                "description": "OpenSSH server daemon",
                "load_state": "loaded",
                "name": "sshd.service",
                "sub_state": "running"
            },
            "sssd-kcm.socket": {
                "active_state": "active",
                "description": "SSSD Kerberos Cache Manager responder socket",
                "load_state": "loaded",
                "name": "sssd-kcm.socket",
                "sub_state": "listening"
            },
            "swap.target": {
                "active_state": "active",
                "description": "Swap",
                "load_state": "loaded",
                "name": "swap.target",
                "sub_state": "active"
            },
            "sys-devices-platform-serial8250-tty-ttyS1.device": {
                "active_state": "active",
                "description": "/sys/devices/platform/serial8250/tty/ttyS1",
                "load_state": "loaded",
                "name": "sys-devices-platform-serial8250-tty-ttyS1.device",
                "sub_state": "plugged"
            },
            "sys-devices-platform-serial8250-tty-ttyS2.device": {
                "active_state": "active",
                "description": "/sys/devices/platform/serial8250/tty/ttyS2",
                "load_state": "loaded",
                "name": "sys-devices-platform-serial8250-tty-ttyS2.device",
                "sub_state": "plugged"
            },
            "sys-devices-platform-serial8250-tty-ttyS3.device": {
                "active_state": "active",
                "description": "/sys/devices/platform/serial8250/tty/ttyS3",
                "load_state": "loaded",
                "name": "sys-devices-platform-serial8250-tty-ttyS3.device",
                "sub_state": "plugged"
            },
            "sys-devices-pnp0-00:06-tty-ttyS0.device": {
                "active_state": "active",
                "description": "/sys/devices/pnp0/00:06/tty/ttyS0",
                "load_state": "loaded",
                "name": "sys-devices-pnp0-00:06-tty-ttyS0.device",
                "sub_state": "plugged"
            },
            "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": {
                "active_state": "active",
                "description": "/sys/devices/vbd-768/block/xvda/xvda1",
                "load_state": "loaded",
                "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device",
                "sub_state": "plugged"
            },
            "sys-devices-vbd\\x2d768-block-xvda.device": {
                "active_state": "active",
                "description": "/sys/devices/vbd-768/block/xvda",
                "load_state": "loaded",
                "name": "sys-devices-vbd\\x2d768-block-xvda.device",
                "sub_state": "plugged"
            },
            "sys-devices-vif\\x2d0-net-eth0.device": {
                "active_state": "active",
                "description": "/sys/devices/vif-0/net/eth0",
                "load_state": "loaded",
                "name": "sys-devices-vif\\x2d0-net-eth0.device",
                "sub_state": "plugged"
            },
            "sys-kernel-config.mount": {
                "active_state": "active",
                "description": "Kernel Configuration File System",
                "load_state": "loaded",
                "name": "sys-kernel-config.mount",
                "sub_state": "mounted"
            },
            "sys-kernel-debug.mount": {
                "active_state": "active",
                "description": "Kernel Debug File System",
                "load_state": "loaded",
                "name": "sys-kernel-debug.mount",
                "sub_state": "mounted"
            },
            "sys-kernel-tracing.mount": {
                "active_state": "active",
                "description": "/sys/kernel/tracing",
                "load_state": "loaded",
                "name": "sys-kernel-tracing.mount",
                "sub_state": "mounted"
            },
            "sys-module-configfs.device": {
                "active_state": "active",
                "description": "/sys/module/configfs",
                "load_state": "loaded",
                "name": "sys-module-configfs.device",
                "sub_state": "plugged"
            },
            "sys-subsystem-net-devices-eth0.device": {
                "active_state": "active",
                "description": "/sys/subsystem/net/devices/eth0",
                "load_state": "loaded",
                "name": "sys-subsystem-net-devices-eth0.device",
                "sub_state": "plugged"
            },
            "sysinit.target": {
                "active_state": "active",
                "description": "System Initialization",
                "load_state": "loaded",
                "name": "sysinit.target",
                "sub_state": "active"
            },
            "system-getty.slice": {
                "active_state": "active",
                "description": "system-getty.slice",
                "load_state": "loaded",
                "name": "system-getty.slice",
                "sub_state": "active"
            },
            "system-sshd\\x2dkeygen.slice": {
                "active_state": "active",
                "description": "system-sshd\\x2dkeygen.slice",
                "load_state": "loaded",
                "name": "system-sshd\\x2dkeygen.slice",
                "sub_state": "active"
            },
            "system.slice": {
                "active_state": "active",
                "description": "System Slice",
                "load_state": "loaded",
                "name": "system.slice",
                "sub_state": "active"
            },
            "systemd-ask-password-plymouth.path": {
                "active_state": "active",
                "description": "Forward Password Requests to Plymouth Directory Watch",
                "load_state": "loaded",
                "name": "systemd-ask-password-plymouth.path",
                "sub_state": "waiting"
            },
            "systemd-ask-password-wall.path": {
                "active_state": "active",
                "description": "Forward Password Requests to Wall Directory Watch",
                "load_state": "loaded",
                "name": "systemd-ask-password-wall.path",
                "sub_state": "waiting"
            },
            "systemd-coredump.socket": {
                "active_state": "active",
                "description": "Process Core Dump Socket",
                "load_state": "loaded",
                "name": "systemd-coredump.socket",
                "sub_state": "listening"
            },
            "systemd-initctl.socket": {
                "active_state": "active",
                "description": "initctl Compatibility Named Pipe",
                "load_state": "loaded",
                "name": "systemd-initctl.socket",
                "sub_state": "listening"
            },
            "systemd-journal-flush.service": {
                "active_state": "active",
                "description": "Flush Journal to Persistent Storage",
                "load_state": "loaded",
                "name": "systemd-journal-flush.service",
                "sub_state": "exited"
            },
            "systemd-journald-dev-log.socket": {
                "active_state": "active",
                "description": "Journal Socket (/dev/log)",
                "load_state": "loaded",
                "name": "systemd-journald-dev-log.socket",
                "sub_state": "running"
            },
            "systemd-journald.service": {
                "active_state": "active",
                "description": "Journal Service",
                "load_state": "loaded",
                "name": "systemd-journald.service",
                "sub_state": "running"
            },
            "systemd-journald.socket": {
                "active_state": "active",
                "description": "Journal Socket",
                "load_state": "loaded",
                "name": "systemd-journald.socket",
                "sub_state": "running"
            },
            "systemd-logind.service": {
                "active_state": "active",
                "description": "Login Service",
                "load_state": "loaded",
                "name": "systemd-logind.service",
                "sub_state": "running"
            },
            "systemd-machine-id-commit.service": {
                "active_state": "active",
                "description": "Commit a transient machine-id on disk",
                "load_state": "loaded",
                "name": "systemd-machine-id-commit.service",
                "sub_state": "exited"
            },
            "systemd-random-seed.service": {
                "active_state": "active",
                "description": "Load/Save Random Seed",
                "load_state": "loaded",
                "name": "systemd-random-seed.service",
                "sub_state": "exited"
            },
            "systemd-remount-fs.service": {
                "active_state": "active",
                "description": "Remount Root and Kernel File Systems",
                "load_state": "loaded",
                "name": "systemd-remount-fs.service",
                "sub_state": "exited"
            },
            "systemd-sysctl.service": {
                "active_state": "active",
                "description": "Apply Kernel Variables",
                "load_state": "loaded",
                "name": "systemd-sysctl.service",
                "sub_state": "exited"
            },
            "systemd-tmpfiles-clean.timer": {
                "active_state": "active",
                "description": "Daily Cleanup of Temporary Directories",
                "load_state": "loaded",
                "name": "systemd-tmpfiles-clean.timer",
                "sub_state": "waiting"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "active_state": "active",
                "description": "Create Static Device Nodes in /dev",
                "load_state": "loaded",
                "name": "systemd-tmpfiles-setup-dev.service",
                "sub_state": "exited"
            },
            "systemd-tmpfiles-setup.service": {
                "active_state": "active",
                "description": "Create Volatile Files and Directories",
                "load_state": "loaded",
                "name": "systemd-tmpfiles-setup.service",
                "sub_state": "exited"
            },
            "systemd-udev-trigger.service": {
                "active_state": "active",
                "description": "udev Coldplug all Devices",
                "load_state": "loaded",
                "name": "systemd-udev-trigger.service",
                "sub_state": "exited"
            },
            "systemd-udevd-control.socket": {
                "active_state": "active",
                "description": "udev Control Socket",
                "load_state": "loaded",
                "name": "systemd-udevd-control.socket",
                "sub_state": "running"
            },
            "systemd-udevd-kernel.socket": {
                "active_state": "active",
                "description": "udev Kernel Socket",
                "load_state": "loaded",
                "name": "systemd-udevd-kernel.socket",
                "sub_state": "running"
            },
            "systemd-udevd.service": {
                "active_state": "active",
                "description": "udev Kernel Device Manager",
                "load_state": "loaded",
                "name": "systemd-udevd.service",
                "sub_state": "running"
            },
            "systemd-update-utmp.service": {
                "active_state": "active",
                "description": "Update UTMP about System Boot/Shutdown",
                "load_state": "loaded",
                "name": "systemd-update-utmp.service",
                "sub_state": "exited"
            },
            "systemd-user-sessions.service": {
                "active_state": "active",
                "description": "Permit User Sessions",
                "load_state": "loaded",
                "name": "systemd-user-sessions.service",
                "sub_state": "exited"
            },
            "timers.target": {
                "active_state": "active",
                "description": "Timers",
                "load_state": "loaded",
                "name": "timers.target",
                "sub_state": "active"
            },
            "tuned.service": {
                "active_state": "active",
                "description": "Dynamic System Tuning Daemon",
                "load_state": "loaded",
                "name": "tuned.service",
                "sub_state": "running"
            },
            "unbound-anchor.timer": {
                "active_state": "active",
                "description": "daily update of the root trust anchor for DNSSEC",
                "load_state": "loaded",
                "name": "unbound-anchor.timer",
                "sub_state": "waiting"
            },
            "user-0.slice": {
                "active_state": "active",
                "description": "User Slice of UID 0",
                "load_state": "loaded",
                "name": "user-0.slice",
                "sub_state": "active"
            },
            "user-runtime-dir@0.service": {
                "active_state": "active",
                "description": "User runtime directory /run/user/0",
                "load_state": "loaded",
                "name": "user-runtime-dir@0.service",
                "sub_state": "exited"
            },
            "user.slice": {
                "active_state": "active",
                "description": "User and Session Slice",
                "load_state": "loaded",
                "name": "user.slice",
                "sub_state": "active"
            },
            "user@0.service": {
                "active_state": "active",
                "description": "User Manager for UID 0",
                "load_state": "loaded",
                "name": "user@0.service",
                "sub_state": "running"
            },
            "var-lib-nfs-rpc_pipefs.mount": {
                "active_state": "active",
                "description": "RPC Pipe File System",
                "load_state": "loaded",
                "name": "var-lib-nfs-rpc_pipefs.mount",
                "sub_state": "mounted"
            }
        },
        "systemd_units_user": {
            "root": {
                "-.mount": {
                    "active_state": "active",
                    "description": "Root Mount",
                    "load_state": "loaded",
                    "name": "-.mount",
                    "sub_state": "mounted"
                },
                "-.slice": {
                    "active_state": "active",
                    "description": "Root Slice",
                    "load_state": "loaded",
                    "name": "-.slice",
                    "sub_state": "active"
                },
                "NetworkManager-wait-online.service": {
                    "active_state": "active",
                    "description": "Network Manager Wait Online",
                    "load_state": "loaded",
                    "name": "NetworkManager-wait-online.service",
                    "sub_state": "exited"
                },
                "NetworkManager.service": {
                    "active_state": "active",
                    "description": "Network Manager",
                    "load_state": "loaded",
                    "name": "NetworkManager.service",
                    "sub_state": "running"
                },
                "auditd.service": {
                    "active_state": "active",
                    "description": "Security Auditing Service",
                    "load_state": "loaded",
                    "name": "auditd.service",
                    "sub_state": "running"
                },
                "basic.target": {
                    "active_state": "active",
                    "description": "Basic System",
                    "load_state": "loaded",
                    "name": "basic.target",
                    "sub_state": "active"
                },
                "chronyd.service": {
                    "active_state": "active",
                    "description": "NTP client/server",
                    "load_state": "loaded",
                    "name": "chronyd.service",
                    "sub_state": "running"
                },
                "cloud-config.service": {
                    "active_state": "active",
                    "description": "Apply the settings specified in cloud-config",
                    "load_state": "loaded",
                    "name": "cloud-config.service",
                    "sub_state": "exited"
                },
                "cloud-config.target": {
                    "active_state": "active",
                    "description": "Cloud-config availability",
                    "load_state": "loaded",
                    "name": "cloud-config.target",
                    "sub_state": "active"
                },
                "cloud-final.service": {
                    "active_state": "active",
                    "description": "Execute cloud user/final scripts",
                    "load_state": "loaded",
                    "name": "cloud-final.service",
                    "sub_state": "exited"
                },
                "cloud-init-local.service": {
                    "active_state": "active",
                    "description": "Initial cloud-init job (pre-networking)",
                    "load_state": "loaded",
                    "name": "cloud-init-local.service",
                    "sub_state": "exited"
                },
                "cloud-init.service": {
                    "active_state": "active",
                    "description": "Initial cloud-init job (metadata service crawler)",
                    "load_state": "loaded",
                    "name": "cloud-init.service",
                    "sub_state": "exited"
                },
                "cloud-init.target": {
                    "active_state": "active",
                    "description": "Cloud-init target",
                    "load_state": "loaded",
                    "name": "cloud-init.target",
                    "sub_state": "active"
                },
                "crond.service": {
                    "active_state": "active",
                    "description": "Command Scheduler",
                    "load_state": "loaded",
                    "name": "crond.service",
                    "sub_state": "running"
                },
                "cryptsetup.target": {
                    "active_state": "active",
                    "description": "Local Encrypted Volumes",
                    "load_state": "loaded",
                    "name": "cryptsetup.target",
                    "sub_state": "active"
                },
                "dbus.service": {
                    "active_state": "active",
                    "description": "D-Bus System Message Bus",
                    "load_state": "loaded",
                    "name": "dbus.service",
                    "sub_state": "running"
                },
                "dbus.socket": {
                    "active_state": "active",
                    "description": "D-Bus System Message Bus Socket",
                    "load_state": "loaded",
                    "name": "dbus.socket",
                    "sub_state": "running"
                },
                "dev-hugepages.mount": {
                    "active_state": "active",
                    "description": "Huge Pages File System",
                    "load_state": "loaded",
                    "name": "dev-hugepages.mount",
                    "sub_state": "mounted"
                },
                "dev-mqueue.mount": {
                    "active_state": "active",
                    "description": "POSIX Message Queue File System",
                    "load_state": "loaded",
                    "name": "dev-mqueue.mount",
                    "sub_state": "mounted"
                },
                "dnf-makecache.timer": {
                    "active_state": "active",
                    "description": "dnf makecache --timer",
                    "load_state": "loaded",
                    "name": "dnf-makecache.timer",
                    "sub_state": "waiting"
                },
                "dracut-shutdown.service": {
                    "active_state": "active",
                    "description": "Restore /run/initramfs on shutdown",
                    "load_state": "loaded",
                    "name": "dracut-shutdown.service",
                    "sub_state": "exited"
                },
                "getty.target": {
                    "active_state": "active",
                    "description": "Login Prompts",
                    "load_state": "loaded",
                    "name": "getty.target",
                    "sub_state": "active"
                },
                "getty@tty1.service": {
                    "active_state": "active",
                    "description": "Getty on tty1",
                    "load_state": "loaded",
                    "name": "getty@tty1.service",
                    "sub_state": "running"
                },
                "gssproxy.service": {
                    "active_state": "active",
                    "description": "GSSAPI Proxy Daemon",
                    "load_state": "loaded",
                    "name": "gssproxy.service",
                    "sub_state": "running"
                },
                "import-state.service": {
                    "active_state": "active",
                    "description": "Import network configuration from initramfs",
                    "load_state": "loaded",
                    "name": "import-state.service",
                    "sub_state": "exited"
                },
                "init.scope": {
                    "active_state": "active",
                    "description": "System and Service Manager",
                    "load_state": "loaded",
                    "name": "init.scope",
                    "sub_state": "running"
                },
                "irqbalance.service": {
                    "active_state": "active",
                    "description": "irqbalance daemon",
                    "load_state": "loaded",
                    "name": "irqbalance.service",
                    "sub_state": "running"
                },
                "kdump.service": {
                    "active_state": "active",
                    "description": "Crash recovery kernel arming",
                    "load_state": "loaded",
                    "name": "kdump.service",
                    "sub_state": "exited"
                },
                "kmod-static-nodes.service": {
                    "active_state": "active",
                    "description": "Create list of required static device nodes for the current kernel",
                    "load_state": "loaded",
                    "name": "kmod-static-nodes.service",
                    "sub_state": "exited"
                },
                "local-fs-pre.target": {
                    "active_state": "active",
                    "description": "Local File Systems (Pre)",
                    "load_state": "loaded",
                    "name": "local-fs-pre.target",
                    "sub_state": "active"
                },
                "local-fs.target": {
                    "active_state": "active",
                    "description": "Local File Systems",
                    "load_state": "loaded",
                    "name": "local-fs.target",
                    "sub_state": "active"
                },
                "multi-user.target": {
                    "active_state": "active",
                    "description": "Multi-User System",
                    "load_state": "loaded",
                    "name": "multi-user.target",
                    "sub_state": "active"
                },
                "network-online.target": {
                    "active_state": "active",
                    "description": "Network is Online",
                    "load_state": "loaded",
                    "name": "network-online.target",
                    "sub_state": "active"
                },
                "network-pre.target": {
                    "active_state": "active",
                    "description": "Network (Pre)",
                    "load_state": "loaded",
                    "name": "network-pre.target",
                    "sub_state": "active"
                },
                "network.target": {
                    "active_state": "active",
                    "description": "Network",
                    "load_state": "loaded",
                    "name": "network.target",
                    "sub_state": "active"
                },
                "nfs-client.target": {
                    "active_state": "active",
                    "description": "NFS client services",
                    "load_state": "loaded",
                    "name": "nfs-client.target",
                    "sub_state": "active"
                },
                "nis-domainname.service": {
                    "active_state": "active",
                    "description": "Read and set NIS domainname from /etc/sysconfig/network",
                    "load_state": "loaded",
                    "name": "nis-domainname.service",
                    "sub_state": "exited"
                },
                "nss-user-lookup.target": {
                    "active_state": "active",
                    "description": "User and Group Name Lookups",
                    "load_state": "loaded",
                    "name": "nss-user-lookup.target",
                    "sub_state": "active"
                },
                "paths.target": {
                    "active_state": "active",
                    "description": "Paths",
                    "load_state": "loaded",
                    "name": "paths.target",
                    "sub_state": "active"
                },
                "plymouth-quit-wait.service": {
                    "active_state": "active",
                    "description": "Hold until boot process finishes up",
                    "load_state": "loaded",
                    "name": "plymouth-quit-wait.service",
                    "sub_state": "exited"
                },
                "plymouth-quit.service": {
                    "active_state": "active",
                    "description": "Terminate Plymouth Boot Screen",
                    "load_state": "loaded",
                    "name": "plymouth-quit.service",
                    "sub_state": "exited"
                },
                "plymouth-read-write.service": {
                    "active_state": "active",
                    "description": "Tell Plymouth To Write Out Runtime Data",
                    "load_state": "loaded",
                    "name": "plymouth-read-write.service",
                    "sub_state": "exited"
                },
                "plymouth-start.service": {
                    "active_state": "active",
                    "description": "Show Plymouth Boot Screen",
                    "load_state": "loaded",
                    "name": "plymouth-start.service",
                    "sub_state": "exited"
                },
                "polkit.service": {
                    "active_state": "active",
                    "description": "Authorization Manager",
                    "load_state": "loaded",
                    "name": "polkit.service",
                    "sub_state": "running"
                },
                "proc-sys-fs-binfmt_misc.automount": {
                    "active_state": "active",
                    "description": "Arbitrary Executable File Formats File System Automount Point",
                    "load_state": "loaded",
                    "name": "proc-sys-fs-binfmt_misc.automount",
                    "sub_state": "waiting"
                },
                "remote-fs-pre.target": {
                    "active_state": "active",
                    "description": "Remote File Systems (Pre)",
                    "load_state": "loaded",
                    "name": "remote-fs-pre.target",
                    "sub_state": "active"
                },
                "remote-fs.target": {
                    "active_state": "active",
                    "description": "Remote File Systems",
                    "load_state": "loaded",
                    "name": "remote-fs.target",
                    "sub_state": "active"
                },
                "restraintd.service": {
                    "active_state": "active",
                    "description": "The restraint harness.",
                    "load_state": "loaded",
                    "name": "restraintd.service",
                    "sub_state": "running"
                },
                "rngd.service": {
                    "active_state": "active",
                    "description": "Hardware RNG Entropy Gatherer Daemon",
                    "load_state": "loaded",
                    "name": "rngd.service",
                    "sub_state": "running"
                },
                "rpc-statd-notify.service": {
                    "active_state": "active",
                    "description": "Notify NFS peers of a restart",
                    "load_state": "loaded",
                    "name": "rpc-statd-notify.service",
                    "sub_state": "exited"
                },
                "rpc_pipefs.target": {
                    "active_state": "active",
                    "description": "rpc_pipefs.target",
                    "load_state": "loaded",
                    "name": "rpc_pipefs.target",
                    "sub_state": "active"
                },
                "rpcbind.service": {
                    "active_state": "active",
                    "description": "RPC Bind",
                    "load_state": "loaded",
                    "name": "rpcbind.service",
                    "sub_state": "running"
                },
                "rpcbind.socket": {
                    "active_state": "active",
                    "description": "RPCbind Server Activation Socket",
                    "load_state": "loaded",
                    "name": "rpcbind.socket",
                    "sub_state": "running"
                },
                "rpcbind.target": {
                    "active_state": "active",
                    "description": "RPC Port Mapper",
                    "load_state": "loaded",
                    "name": "rpcbind.target",
                    "sub_state": "active"
                },
                "rsyslog.service": {
                    "active_state": "active",
                    "description": "System Logging Service",
                    "load_state": "loaded",
                    "name": "rsyslog.service",
                    "sub_state": "running"
                },
                "run-user-0.mount": {
                    "active_state": "active",
                    "description": "/run/user/0",
                    "load_state": "loaded",
                    "name": "run-user-0.mount",
                    "sub_state": "mounted"
                },
                "session-4.scope": {
                    "active_state": "active",
                    "description": "Session 4 of user root",
                    "load_state": "loaded",
                    "name": "session-4.scope",
                    "sub_state": "running"
                },
                "session-6.scope": {
                    "active_state": "active",
                    "description": "Session 6 of user root",
                    "load_state": "loaded",
                    "name": "session-6.scope",
                    "sub_state": "running"
                },
                "slices.target": {
                    "active_state": "active",
                    "description": "Slices",
                    "load_state": "loaded",
                    "name": "slices.target",
                    "sub_state": "active"
                },
                "sockets.target": {
                    "active_state": "active",
                    "description": "Sockets",
                    "load_state": "loaded",
                    "name": "sockets.target",
                    "sub_state": "active"
                },
                "sshd-keygen.target": {
                    "active_state": "active",
                    "description": "sshd-keygen.target",
                    "load_state": "loaded",
                    "name": "sshd-keygen.target",
                    "sub_state": "active"
                },
                "sshd.service": {
                    "active_state": "active",
                    "description": "OpenSSH server daemon",
                    "load_state": "loaded",
                    "name": "sshd.service",
                    "sub_state": "running"
                },
                "sssd-kcm.socket": {
                    "active_state": "active",
                    "description": "SSSD Kerberos Cache Manager responder socket",
                    "load_state": "loaded",
                    "name": "sssd-kcm.socket",
                    "sub_state": "listening"
                },
                "swap.target": {
                    "active_state": "active",
                    "description": "Swap",
                    "load_state": "loaded",
                    "name": "swap.target",
                    "sub_state": "active"
                },
                "sys-devices-platform-serial8250-tty-ttyS1.device": {
                    "active_state": "active",
                    "description": "/sys/devices/platform/serial8250/tty/ttyS1",
                    "load_state": "loaded",
                    "name": "sys-devices-platform-serial8250-tty-ttyS1.device",
                    "sub_state": "plugged"
                },
                "sys-devices-platform-serial8250-tty-ttyS2.device": {
                    "active_state": "active",
                    "description": "/sys/devices/platform/serial8250/tty/ttyS2",
                    "load_state": "loaded",
                    "name": "sys-devices-platform-serial8250-tty-ttyS2.device",
                    "sub_state": "plugged"
                },
                "sys-devices-platform-serial8250-tty-ttyS3.device": {
                    "active_state": "active",
                    "description": "/sys/devices/platform/serial8250/tty/ttyS3",
                    "load_state": "loaded",
                    "name": "sys-devices-platform-serial8250-tty-ttyS3.device",
                    "sub_state": "plugged"
                },
                "sys-devices-pnp0-00:06-tty-ttyS0.device": {
                    "active_state": "active",
                    "description": "/sys/devices/pnp0/00:06/tty/ttyS0",
                    "load_state": "loaded",
                    "name": "sys-devices-pnp0-00:06-tty-ttyS0.device",
                    "sub_state": "plugged"
                },
                "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": {
                    "active_state": "active",
                    "description": "/sys/devices/vbd-768/block/xvda/xvda1",
                    "load_state": "loaded",
                    "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device",
                    "sub_state": "plugged"
                },
                "sys-devices-vbd\\x2d768-block-xvda.device": {
                    "active_state": "active",
                    "description": "/sys/devices/vbd-768/block/xvda",
                    "load_state": "loaded",
                    "name": "sys-devices-vbd\\x2d768-block-xvda.device",
                    "sub_state": "plugged"
                },
                "sys-devices-vif\\x2d0-net-eth0.device": {
                    "active_state": "active",
                    "description": "/sys/devices/vif-0/net/eth0",
                    "load_state": "loaded",
                    "name": "sys-devices-vif\\x2d0-net-eth0.device",
                    "sub_state": "plugged"
                },
                "sys-kernel-config.mount": {
                    "active_state": "active",
                    "description": "Kernel Configuration File System",
                    "load_state": "loaded",
                    "name": "sys-kernel-config.mount",
                    "sub_state": "mounted"
                },
                "sys-kernel-debug.mount": {
                    "active_state": "active",
                    "description": "Kernel Debug File System",
                    "load_state": "loaded",
                    "name": "sys-kernel-debug.mount",
                    "sub_state": "mounted"
                },
                "sys-kernel-tracing.mount": {
                    "active_state": "active",
                    "description": "/sys/kernel/tracing",
                    "load_state": "loaded",
                    "name": "sys-kernel-tracing.mount",
                    "sub_state": "mounted"
                },
                "sys-module-configfs.device": {
                    "active_state": "active",
                    "description": "/sys/module/configfs",
                    "load_state": "loaded",
                    "name": "sys-module-configfs.device",
                    "sub_state": "plugged"
                },
                "sys-subsystem-net-devices-eth0.device": {
                    "active_state": "active",
                    "description": "/sys/subsystem/net/devices/eth0",
                    "load_state": "loaded",
                    "name": "sys-subsystem-net-devices-eth0.device",
                    "sub_state": "plugged"
                },
                "sysinit.target": {
                    "active_state": "active",
                    "description": "System Initialization",
                    "load_state": "loaded",
                    "name": "sysinit.target",
                    "sub_state": "active"
                },
                "system-getty.slice": {
                    "active_state": "active",
                    "description": "system-getty.slice",
                    "load_state": "loaded",
                    "name": "system-getty.slice",
                    "sub_state": "active"
                },
                "system-sshd\\x2dkeygen.slice": {
                    "active_state": "active",
                    "description": "system-sshd\\x2dkeygen.slice",
                    "load_state": "loaded",
                    "name": "system-sshd\\x2dkeygen.slice",
                    "sub_state": "active"
                },
                "system.slice": {
                    "active_state": "active",
                    "description": "System Slice",
                    "load_state": "loaded",
                    "name": "system.slice",
                    "sub_state": "active"
                },
                "systemd-ask-password-plymouth.path": {
                    "active_state": "active",
                    "description": "Forward Password Requests to Plymouth Directory Watch",
                    "load_state": "loaded",
                    "name": "systemd-ask-password-plymouth.path",
                    "sub_state": "waiting"
                },
                "systemd-ask-password-wall.path": {
                    "active_state": "active",
                    "description": "Forward Password Requests to Wall Directory Watch",
                    "load_state": "loaded",
                    "name": "systemd-ask-password-wall.path",
                    "sub_state": "waiting"
                },
                "systemd-coredump.socket": {
                    "active_state": "active",
                    "description": "Process Core Dump Socket",
                    "load_state": "loaded",
                    "name": "systemd-coredump.socket",
                    "sub_state": "listening"
                },
                "systemd-initctl.socket": {
                    "active_state": "active",
                    "description": "initctl Compatibility Named Pipe",
                    "load_state": "loaded",
                    "name": "systemd-initctl.socket",
                    "sub_state": "listening"
                },
                "systemd-journal-flush.service": {
                    "active_state": "active",
                    "description": "Flush Journal to Persistent Storage",
                    "load_state": "loaded",
                    "name": "systemd-journal-flush.service",
                    "sub_state": "exited"
                },
                "systemd-journald-dev-log.socket": {
                    "active_state": "active",
                    "description": "Journal Socket (/dev/log)",
                    "load_state": "loaded",
                    "name": "systemd-journald-dev-log.socket",
                    "sub_state": "running"
                },
                "systemd-journald.service": {
                    "active_state": "active",
                    "description": "Journal Service",
                    "load_state": "loaded",
                    "name": "systemd-journald.service",
                    "sub_state": "running"
                },
                "systemd-journald.socket": {
                    "active_state": "active",
                    "description": "Journal Socket",
                    "load_state": "loaded",
                    "name": "systemd-journald.socket",
                    "sub_state": "running"
                },
                "systemd-logind.service": {
                    "active_state": "active",
                    "description": "Login Service",
                    "load_state": "loaded",
                    "name": "systemd-logind.service",
                    "sub_state": "running"
                },
                "systemd-machine-id-commit.service": {
                    "active_state": "active",
                    "description": "Commit a transient machine-id on disk",
                    "load_state": "loaded",
                    "name": "systemd-machine-id-commit.service",
                    "sub_state": "exited"
                },
                "systemd-random-seed.service": {
                    "active_state": "active",
                    "description": "Load/Save Random Seed",
                    "load_state": "loaded",
                    "name": "systemd-random-seed.service",
                    "sub_state": "exited"
                },
                "systemd-remount-fs.service": {
                    "active_state": "active",
                    "description": "Remount Root and Kernel File Systems",
                    "load_state": "loaded",
                    "name": "systemd-remount-fs.service",
                    "sub_state": "exited"
                },
                "systemd-sysctl.service": {
                    "active_state": "active",
                    "description": "Apply Kernel Variables",
                    "load_state": "loaded",
                    "name": "systemd-sysctl.service",
                    "sub_state": "exited"
                },
                "systemd-tmpfiles-clean.timer": {
                    "active_state": "active",
                    "description": "Daily Cleanup of Temporary Directories",
                    "load_state": "loaded",
                    "name": "systemd-tmpfiles-clean.timer",
                    "sub_state": "waiting"
                },
                "systemd-tmpfiles-setup-dev.service": {
                    "active_state": "active",
                    "description": "Create Static Device Nodes in /dev",
                    "load_state": "loaded",
                    "name": "systemd-tmpfiles-setup-dev.service",
                    "sub_state": "exited"
                },
                "systemd-tmpfiles-setup.service": {
                    "active_state": "active",
                    "description": "Create Volatile Files and Directories",
                    "load_state": "loaded",
                    "name": "systemd-tmpfiles-setup.service",
                    "sub_state": "exited"
                },
                "systemd-udev-trigger.service": {
                    "active_state": "active",
                    "description": "udev Coldplug all Devices",
                    "load_state": "loaded",
                    "name": "systemd-udev-trigger.service",
                    "sub_state": "exited"
                },
                "systemd-udevd-control.socket": {
                    "active_state": "active",
                    "description": "udev Control Socket",
                    "load_state": "loaded",
                    "name": "systemd-udevd-control.socket",
                    "sub_state": "running"
                },
                "systemd-udevd-kernel.socket": {
                    "active_state": "active",
                    "description": "udev Kernel Socket",
                    "load_state": "loaded",
                    "name": "systemd-udevd-kernel.socket",
                    "sub_state": "running"
                },
                "systemd-udevd.service": {
                    "active_state": "active",
                    "description": "udev Kernel Device Manager",
                    "load_state": "loaded",
                    "name": "systemd-udevd.service",
                    "sub_state": "running"
                },
                "systemd-update-utmp.service": {
                    "active_state": "active",
                    "description": "Update UTMP about System Boot/Shutdown",
                    "load_state": "loaded",
                    "name": "systemd-update-utmp.service",
                    "sub_state": "exited"
                },
                "systemd-user-sessions.service": {
                    "active_state": "active",
                    "description": "Permit User Sessions",
                    "load_state": "loaded",
                    "name": "systemd-user-sessions.service",
                    "sub_state": "exited"
                },
                "timers.target": {
                    "active_state": "active",
                    "description": "Timers",
                    "load_state": "loaded",
                    "name": "timers.target",
                    "sub_state": "active"
                },
                "tuned.service": {
                    "active_state": "active",
                    "description": "Dynamic System Tuning Daemon",
                    "load_state": "loaded",
                    "name": "tuned.service",
                    "sub_state": "running"
                },
                "unbound-anchor.timer": {
                    "active_state": "active",
                    "description": "daily update of the root trust anchor for DNSSEC",
                    "load_state": "loaded",
                    "name": "unbound-anchor.timer",
                    "sub_state": "waiting"
                },
                "user-0.slice": {
                    "active_state": "active",
                    "description": "User Slice of UID 0",
                    "load_state": "loaded",
                    "name": "user-0.slice",
                    "sub_state": "active"
                },
                "user-runtime-dir@0.service": {
                    "active_state": "active",
                    "description": "User runtime directory /run/user/0",
                    "load_state": "loaded",
                    "name": "user-runtime-dir@0.service",
                    "sub_state": "exited"
                },
                "user.slice": {
                    "active_state": "active",
                    "description": "User and Session Slice",
                    "load_state": "loaded",
                    "name": "user.slice",
                    "sub_state": "active"
                },
                "user@0.service": {
                    "active_state": "active",
                    "description": "User Manager for UID 0",
                    "load_state": "loaded",
                    "name": "user@0.service",
                    "sub_state": "running"
                },
                "var-lib-nfs-rpc_pipefs.mount": {
                    "active_state": "active",
                    "description": "RPC Pipe File System",
                    "load_state": "loaded",
                    "name": "var-lib-nfs-rpc_pipefs.mount",
                    "sub_state": "mounted"
                }
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : DebugAfter] **************************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Sunday 02 February 2025  20:15:10 -0500 (0:00:00.723)       0:00:19.834 ******* 
ok: [managed-node3] => {}

MSG:

facts {
    "root": {
        "-.mount": {
            "active_state": "active",
            "description": "Root Mount",
            "load_state": "loaded",
            "name": "-.mount",
            "sub_state": "mounted"
        },
        "-.slice": {
            "active_state": "active",
            "description": "Root Slice",
            "load_state": "loaded",
            "name": "-.slice",
            "sub_state": "active"
        },
        "NetworkManager-wait-online.service": {
            "active_state": "active",
            "description": "Network Manager Wait Online",
            "load_state": "loaded",
            "name": "NetworkManager-wait-online.service",
            "sub_state": "exited"
        },
        "NetworkManager.service": {
            "active_state": "active",
            "description": "Network Manager",
            "load_state": "loaded",
            "name": "NetworkManager.service",
            "sub_state": "running"
        },
        "auditd.service": {
            "active_state": "active",
            "description": "Security Auditing Service",
            "load_state": "loaded",
            "name": "auditd.service",
            "sub_state": "running"
        },
        "basic.target": {
            "active_state": "active",
            "description": "Basic System",
            "load_state": "loaded",
            "name": "basic.target",
            "sub_state": "active"
        },
        "chronyd.service": {
            "active_state": "active",
            "description": "NTP client/server",
            "load_state": "loaded",
            "name": "chronyd.service",
            "sub_state": "running"
        },
        "cloud-config.service": {
            "active_state": "active",
            "description": "Apply the settings specified in cloud-config",
            "load_state": "loaded",
            "name": "cloud-config.service",
            "sub_state": "exited"
        },
        "cloud-config.target": {
            "active_state": "active",
            "description": "Cloud-config availability",
            "load_state": "loaded",
            "name": "cloud-config.target",
            "sub_state": "active"
        },
        "cloud-final.service": {
            "active_state": "active",
            "description": "Execute cloud user/final scripts",
            "load_state": "loaded",
            "name": "cloud-final.service",
            "sub_state": "exited"
        },
        "cloud-init-local.service": {
            "active_state": "active",
            "description": "Initial cloud-init job (pre-networking)",
            "load_state": "loaded",
            "name": "cloud-init-local.service",
            "sub_state": "exited"
        },
        "cloud-init.service": {
            "active_state": "active",
            "description": "Initial cloud-init job (metadata service crawler)",
            "load_state": "loaded",
            "name": "cloud-init.service",
            "sub_state": "exited"
        },
        "cloud-init.target": {
            "active_state": "active",
            "description": "Cloud-init target",
            "load_state": "loaded",
            "name": "cloud-init.target",
            "sub_state": "active"
        },
        "crond.service": {
            "active_state": "active",
            "description": "Command Scheduler",
            "load_state": "loaded",
            "name": "crond.service",
            "sub_state": "running"
        },
        "cryptsetup.target": {
            "active_state": "active",
            "description": "Local Encrypted Volumes",
            "load_state": "loaded",
            "name": "cryptsetup.target",
            "sub_state": "active"
        },
        "dbus.service": {
            "active_state": "active",
            "description": "D-Bus System Message Bus",
            "load_state": "loaded",
            "name": "dbus.service",
            "sub_state": "running"
        },
        "dbus.socket": {
            "active_state": "active",
            "description": "D-Bus System Message Bus Socket",
            "load_state": "loaded",
            "name": "dbus.socket",
            "sub_state": "running"
        },
        "dev-hugepages.mount": {
            "active_state": "active",
            "description": "Huge Pages File System",
            "load_state": "loaded",
            "name": "dev-hugepages.mount",
            "sub_state": "mounted"
        },
        "dev-mqueue.mount": {
            "active_state": "active",
            "description": "POSIX Message Queue File System",
            "load_state": "loaded",
            "name": "dev-mqueue.mount",
            "sub_state": "mounted"
        },
        "dnf-makecache.timer": {
            "active_state": "active",
            "description": "dnf makecache --timer",
            "load_state": "loaded",
            "name": "dnf-makecache.timer",
            "sub_state": "waiting"
        },
        "dracut-shutdown.service": {
            "active_state": "active",
            "description": "Restore /run/initramfs on shutdown",
            "load_state": "loaded",
            "name": "dracut-shutdown.service",
            "sub_state": "exited"
        },
        "getty.target": {
            "active_state": "active",
            "description": "Login Prompts",
            "load_state": "loaded",
            "name": "getty.target",
            "sub_state": "active"
        },
        "getty@tty1.service": {
            "active_state": "active",
            "description": "Getty on tty1",
            "load_state": "loaded",
            "name": "getty@tty1.service",
            "sub_state": "running"
        },
        "gssproxy.service": {
            "active_state": "active",
            "description": "GSSAPI Proxy Daemon",
            "load_state": "loaded",
            "name": "gssproxy.service",
            "sub_state": "running"
        },
        "import-state.service": {
            "active_state": "active",
            "description": "Import network configuration from initramfs",
            "load_state": "loaded",
            "name": "import-state.service",
            "sub_state": "exited"
        },
        "init.scope": {
            "active_state": "active",
            "description": "System and Service Manager",
            "load_state": "loaded",
            "name": "init.scope",
            "sub_state": "running"
        },
        "irqbalance.service": {
            "active_state": "active",
            "description": "irqbalance daemon",
            "load_state": "loaded",
            "name": "irqbalance.service",
            "sub_state": "running"
        },
        "kdump.service": {
            "active_state": "active",
            "description": "Crash recovery kernel arming",
            "load_state": "loaded",
            "name": "kdump.service",
            "sub_state": "exited"
        },
        "kmod-static-nodes.service": {
            "active_state": "active",
            "description": "Create list of required static device nodes for the current kernel",
            "load_state": "loaded",
            "name": "kmod-static-nodes.service",
            "sub_state": "exited"
        },
        "local-fs-pre.target": {
            "active_state": "active",
            "description": "Local File Systems (Pre)",
            "load_state": "loaded",
            "name": "local-fs-pre.target",
            "sub_state": "active"
        },
        "local-fs.target": {
            "active_state": "active",
            "description": "Local File Systems",
            "load_state": "loaded",
            "name": "local-fs.target",
            "sub_state": "active"
        },
        "multi-user.target": {
            "active_state": "active",
            "description": "Multi-User System",
            "load_state": "loaded",
            "name": "multi-user.target",
            "sub_state": "active"
        },
        "network-online.target": {
            "active_state": "active",
            "description": "Network is Online",
            "load_state": "loaded",
            "name": "network-online.target",
            "sub_state": "active"
        },
        "network-pre.target": {
            "active_state": "active",
            "description": "Network (Pre)",
            "load_state": "loaded",
            "name": "network-pre.target",
            "sub_state": "active"
        },
        "network.target": {
            "active_state": "active",
            "description": "Network",
            "load_state": "loaded",
            "name": "network.target",
            "sub_state": "active"
        },
        "nfs-client.target": {
            "active_state": "active",
            "description": "NFS client services",
            "load_state": "loaded",
            "name": "nfs-client.target",
            "sub_state": "active"
        },
        "nis-domainname.service": {
            "active_state": "active",
            "description": "Read and set NIS domainname from /etc/sysconfig/network",
            "load_state": "loaded",
            "name": "nis-domainname.service",
            "sub_state": "exited"
        },
        "nss-user-lookup.target": {
            "active_state": "active",
            "description": "User and Group Name Lookups",
            "load_state": "loaded",
            "name": "nss-user-lookup.target",
            "sub_state": "active"
        },
        "paths.target": {
            "active_state": "active",
            "description": "Paths",
            "load_state": "loaded",
            "name": "paths.target",
            "sub_state": "active"
        },
        "plymouth-quit-wait.service": {
            "active_state": "active",
            "description": "Hold until boot process finishes up",
            "load_state": "loaded",
            "name": "plymouth-quit-wait.service",
            "sub_state": "exited"
        },
        "plymouth-quit.service": {
            "active_state": "active",
            "description": "Terminate Plymouth Boot Screen",
            "load_state": "loaded",
            "name": "plymouth-quit.service",
            "sub_state": "exited"
        },
        "plymouth-read-write.service": {
            "active_state": "active",
            "description": "Tell Plymouth To Write Out Runtime Data",
            "load_state": "loaded",
            "name": "plymouth-read-write.service",
            "sub_state": "exited"
        },
        "plymouth-start.service": {
            "active_state": "active",
            "description": "Show Plymouth Boot Screen",
            "load_state": "loaded",
            "name": "plymouth-start.service",
            "sub_state": "exited"
        },
        "polkit.service": {
            "active_state": "active",
            "description": "Authorization Manager",
            "load_state": "loaded",
            "name": "polkit.service",
            "sub_state": "running"
        },
        "proc-sys-fs-binfmt_misc.automount": {
            "active_state": "active",
            "description": "Arbitrary Executable File Formats File System Automount Point",
            "load_state": "loaded",
            "name": "proc-sys-fs-binfmt_misc.automount",
            "sub_state": "waiting"
        },
        "remote-fs-pre.target": {
            "active_state": "active",
            "description": "Remote File Systems (Pre)",
            "load_state": "loaded",
            "name": "remote-fs-pre.target",
            "sub_state": "active"
        },
        "remote-fs.target": {
            "active_state": "active",
            "description": "Remote File Systems",
            "load_state": "loaded",
            "name": "remote-fs.target",
            "sub_state": "active"
        },
        "restraintd.service": {
            "active_state": "active",
            "description": "The restraint harness.",
            "load_state": "loaded",
            "name": "restraintd.service",
            "sub_state": "running"
        },
        "rngd.service": {
            "active_state": "active",
            "description": "Hardware RNG Entropy Gatherer Daemon",
            "load_state": "loaded",
            "name": "rngd.service",
            "sub_state": "running"
        },
        "rpc-statd-notify.service": {
            "active_state": "active",
            "description": "Notify NFS peers of a restart",
            "load_state": "loaded",
            "name": "rpc-statd-notify.service",
            "sub_state": "exited"
        },
        "rpc_pipefs.target": {
            "active_state": "active",
            "description": "rpc_pipefs.target",
            "load_state": "loaded",
            "name": "rpc_pipefs.target",
            "sub_state": "active"
        },
        "rpcbind.service": {
            "active_state": "active",
            "description": "RPC Bind",
            "load_state": "loaded",
            "name": "rpcbind.service",
            "sub_state": "running"
        },
        "rpcbind.socket": {
            "active_state": "active",
            "description": "RPCbind Server Activation Socket",
            "load_state": "loaded",
            "name": "rpcbind.socket",
            "sub_state": "running"
        },
        "rpcbind.target": {
            "active_state": "active",
            "description": "RPC Port Mapper",
            "load_state": "loaded",
            "name": "rpcbind.target",
            "sub_state": "active"
        },
        "rsyslog.service": {
            "active_state": "active",
            "description": "System Logging Service",
            "load_state": "loaded",
            "name": "rsyslog.service",
            "sub_state": "running"
        },
        "run-user-0.mount": {
            "active_state": "active",
            "description": "/run/user/0",
            "load_state": "loaded",
            "name": "run-user-0.mount",
            "sub_state": "mounted"
        },
        "session-4.scope": {
            "active_state": "active",
            "description": "Session 4 of user root",
            "load_state": "loaded",
            "name": "session-4.scope",
            "sub_state": "running"
        },
        "session-6.scope": {
            "active_state": "active",
            "description": "Session 6 of user root",
            "load_state": "loaded",
            "name": "session-6.scope",
            "sub_state": "running"
        },
        "slices.target": {
            "active_state": "active",
            "description": "Slices",
            "load_state": "loaded",
            "name": "slices.target",
            "sub_state": "active"
        },
        "sockets.target": {
            "active_state": "active",
            "description": "Sockets",
            "load_state": "loaded",
            "name": "sockets.target",
            "sub_state": "active"
        },
        "sshd-keygen.target": {
            "active_state": "active",
            "description": "sshd-keygen.target",
            "load_state": "loaded",
            "name": "sshd-keygen.target",
            "sub_state": "active"
        },
        "sshd.service": {
            "active_state": "active",
            "description": "OpenSSH server daemon",
            "load_state": "loaded",
            "name": "sshd.service",
            "sub_state": "running"
        },
        "sssd-kcm.socket": {
            "active_state": "active",
            "description": "SSSD Kerberos Cache Manager responder socket",
            "load_state": "loaded",
            "name": "sssd-kcm.socket",
            "sub_state": "listening"
        },
        "swap.target": {
            "active_state": "active",
            "description": "Swap",
            "load_state": "loaded",
            "name": "swap.target",
            "sub_state": "active"
        },
        "sys-devices-platform-serial8250-tty-ttyS1.device": {
            "active_state": "active",
            "description": "/sys/devices/platform/serial8250/tty/ttyS1",
            "load_state": "loaded",
            "name": "sys-devices-platform-serial8250-tty-ttyS1.device",
            "sub_state": "plugged"
        },
        "sys-devices-platform-serial8250-tty-ttyS2.device": {
            "active_state": "active",
            "description": "/sys/devices/platform/serial8250/tty/ttyS2",
            "load_state": "loaded",
            "name": "sys-devices-platform-serial8250-tty-ttyS2.device",
            "sub_state": "plugged"
        },
        "sys-devices-platform-serial8250-tty-ttyS3.device": {
            "active_state": "active",
            "description": "/sys/devices/platform/serial8250/tty/ttyS3",
            "load_state": "loaded",
            "name": "sys-devices-platform-serial8250-tty-ttyS3.device",
            "sub_state": "plugged"
        },
        "sys-devices-pnp0-00:06-tty-ttyS0.device": {
            "active_state": "active",
            "description": "/sys/devices/pnp0/00:06/tty/ttyS0",
            "load_state": "loaded",
            "name": "sys-devices-pnp0-00:06-tty-ttyS0.device",
            "sub_state": "plugged"
        },
        "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": {
            "active_state": "active",
            "description": "/sys/devices/vbd-768/block/xvda/xvda1",
            "load_state": "loaded",
            "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device",
            "sub_state": "plugged"
        },
        "sys-devices-vbd\\x2d768-block-xvda.device": {
            "active_state": "active",
            "description": "/sys/devices/vbd-768/block/xvda",
            "load_state": "loaded",
            "name": "sys-devices-vbd\\x2d768-block-xvda.device",
            "sub_state": "plugged"
        },
        "sys-devices-vif\\x2d0-net-eth0.device": {
            "active_state": "active",
            "description": "/sys/devices/vif-0/net/eth0",
            "load_state": "loaded",
            "name": "sys-devices-vif\\x2d0-net-eth0.device",
            "sub_state": "plugged"
        },
        "sys-kernel-config.mount": {
            "active_state": "active",
            "description": "Kernel Configuration File System",
            "load_state": "loaded",
            "name": "sys-kernel-config.mount",
            "sub_state": "mounted"
        },
        "sys-kernel-debug.mount": {
            "active_state": "active",
            "description": "Kernel Debug File System",
            "load_state": "loaded",
            "name": "sys-kernel-debug.mount",
            "sub_state": "mounted"
        },
        "sys-kernel-tracing.mount": {
            "active_state": "active",
            "description": "/sys/kernel/tracing",
            "load_state": "loaded",
            "name": "sys-kernel-tracing.mount",
            "sub_state": "mounted"
        },
        "sys-module-configfs.device": {
            "active_state": "active",
            "description": "/sys/module/configfs",
            "load_state": "loaded",
            "name": "sys-module-configfs.device",
            "sub_state": "plugged"
        },
        "sys-subsystem-net-devices-eth0.device": {
            "active_state": "active",
            "description": "/sys/subsystem/net/devices/eth0",
            "load_state": "loaded",
            "name": "sys-subsystem-net-devices-eth0.device",
            "sub_state": "plugged"
        },
        "sysinit.target": {
            "active_state": "active",
            "description": "System Initialization",
            "load_state": "loaded",
            "name": "sysinit.target",
            "sub_state": "active"
        },
        "system-getty.slice": {
            "active_state": "active",
            "description": "system-getty.slice",
            "load_state": "loaded",
            "name": "system-getty.slice",
            "sub_state": "active"
        },
        "system-sshd\\x2dkeygen.slice": {
            "active_state": "active",
            "description": "system-sshd\\x2dkeygen.slice",
            "load_state": "loaded",
            "name": "system-sshd\\x2dkeygen.slice",
            "sub_state": "active"
        },
        "system.slice": {
            "active_state": "active",
            "description": "System Slice",
            "load_state": "loaded",
            "name": "system.slice",
            "sub_state": "active"
        },
        "systemd-ask-password-plymouth.path": {
            "active_state": "active",
            "description": "Forward Password Requests to Plymouth Directory Watch",
            "load_state": "loaded",
            "name": "systemd-ask-password-plymouth.path",
            "sub_state": "waiting"
        },
        "systemd-ask-password-wall.path": {
            "active_state": "active",
            "description": "Forward Password Requests to Wall Directory Watch",
            "load_state": "loaded",
            "name": "systemd-ask-password-wall.path",
            "sub_state": "waiting"
        },
        "systemd-coredump.socket": {
            "active_state": "active",
            "description": "Process Core Dump Socket",
            "load_state": "loaded",
            "name": "systemd-coredump.socket",
            "sub_state": "listening"
        },
        "systemd-initctl.socket": {
            "active_state": "active",
            "description": "initctl Compatibility Named Pipe",
            "load_state": "loaded",
            "name": "systemd-initctl.socket",
            "sub_state": "listening"
        },
        "systemd-journal-flush.service": {
            "active_state": "active",
            "description": "Flush Journal to Persistent Storage",
            "load_state": "loaded",
            "name": "systemd-journal-flush.service",
            "sub_state": "exited"
        },
        "systemd-journald-dev-log.socket": {
            "active_state": "active",
            "description": "Journal Socket (/dev/log)",
            "load_state": "loaded",
            "name": "systemd-journald-dev-log.socket",
            "sub_state": "running"
        },
        "systemd-journald.service": {
            "active_state": "active",
            "description": "Journal Service",
            "load_state": "loaded",
            "name": "systemd-journald.service",
            "sub_state": "running"
        },
        "systemd-journald.socket": {
            "active_state": "active",
            "description": "Journal Socket",
            "load_state": "loaded",
            "name": "systemd-journald.socket",
            "sub_state": "running"
        },
        "systemd-logind.service": {
            "active_state": "active",
            "description": "Login Service",
            "load_state": "loaded",
            "name": "systemd-logind.service",
            "sub_state": "running"
        },
        "systemd-machine-id-commit.service": {
            "active_state": "active",
            "description": "Commit a transient machine-id on disk",
            "load_state": "loaded",
            "name": "systemd-machine-id-commit.service",
            "sub_state": "exited"
        },
        "systemd-random-seed.service": {
            "active_state": "active",
            "description": "Load/Save Random Seed",
            "load_state": "loaded",
            "name": "systemd-random-seed.service",
            "sub_state": "exited"
        },
        "systemd-remount-fs.service": {
            "active_state": "active",
            "description": "Remount Root and Kernel File Systems",
            "load_state": "loaded",
            "name": "systemd-remount-fs.service",
            "sub_state": "exited"
        },
        "systemd-sysctl.service": {
            "active_state": "active",
            "description": "Apply Kernel Variables",
            "load_state": "loaded",
            "name": "systemd-sysctl.service",
            "sub_state": "exited"
        },
        "systemd-tmpfiles-clean.timer": {
            "active_state": "active",
            "description": "Daily Cleanup of Temporary Directories",
            "load_state": "loaded",
            "name": "systemd-tmpfiles-clean.timer",
            "sub_state": "waiting"
        },
        "systemd-tmpfiles-setup-dev.service": {
            "active_state": "active",
            "description": "Create Static Device Nodes in /dev",
            "load_state": "loaded",
            "name": "systemd-tmpfiles-setup-dev.service",
            "sub_state": "exited"
        },
        "systemd-tmpfiles-setup.service": {
            "active_state": "active",
            "description": "Create Volatile Files and Directories",
            "load_state": "loaded",
            "name": "systemd-tmpfiles-setup.service",
            "sub_state": "exited"
        },
        "systemd-udev-trigger.service": {
            "active_state": "active",
            "description": "udev Coldplug all Devices",
            "load_state": "loaded",
            "name": "systemd-udev-trigger.service",
            "sub_state": "exited"
        },
        "systemd-udevd-control.socket": {
            "active_state": "active",
            "description": "udev Control Socket",
            "load_state": "loaded",
            "name": "systemd-udevd-control.socket",
            "sub_state": "running"
        },
        "systemd-udevd-kernel.socket": {
            "active_state": "active",
            "description": "udev Kernel Socket",
            "load_state": "loaded",
            "name": "systemd-udevd-kernel.socket",
            "sub_state": "running"
        },
        "systemd-udevd.service": {
            "active_state": "active",
            "description": "udev Kernel Device Manager",
            "load_state": "loaded",
            "name": "systemd-udevd.service",
            "sub_state": "running"
        },
        "systemd-update-utmp.service": {
            "active_state": "active",
            "description": "Update UTMP about System Boot/Shutdown",
            "load_state": "loaded",
            "name": "systemd-update-utmp.service",
            "sub_state": "exited"
        },
        "systemd-user-sessions.service": {
            "active_state": "active",
            "description": "Permit User Sessions",
            "load_state": "loaded",
            "name": "systemd-user-sessions.service",
            "sub_state": "exited"
        },
        "timers.target": {
            "active_state": "active",
            "description": "Timers",
            "load_state": "loaded",
            "name": "timers.target",
            "sub_state": "active"
        },
        "tuned.service": {
            "active_state": "active",
            "description": "Dynamic System Tuning Daemon",
            "load_state": "loaded",
            "name": "tuned.service",
            "sub_state": "running"
        },
        "unbound-anchor.timer": {
            "active_state": "active",
            "description": "daily update of the root trust anchor for DNSSEC",
            "load_state": "loaded",
            "name": "unbound-anchor.timer",
            "sub_state": "waiting"
        },
        "user-0.slice": {
            "active_state": "active",
            "description": "User Slice of UID 0",
            "load_state": "loaded",
            "name": "user-0.slice",
            "sub_state": "active"
        },
        "user-runtime-dir@0.service": {
            "active_state": "active",
            "description": "User runtime directory /run/user/0",
            "load_state": "loaded",
            "name": "user-runtime-dir@0.service",
            "sub_state": "exited"
        },
        "user.slice": {
            "active_state": "active",
            "description": "User and Session Slice",
            "load_state": "loaded",
            "name": "user.slice",
            "sub_state": "active"
        },
        "user@0.service": {
            "active_state": "active",
            "description": "User Manager for UID 0",
            "load_state": "loaded",
            "name": "user@0.service",
            "sub_state": "running"
        },
        "var-lib-nfs-rpc_pipefs.mount": {
            "active_state": "active",
            "description": "RPC Pipe File System",
            "load_state": "loaded",
            "name": "var-lib-nfs-rpc_pipefs.mount",
            "sub_state": "mounted"
        }
    }
}

TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Sunday 02 February 2025  20:15:10 -0500 (0:00:00.040)       0:00:19.874 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "systemd_units": {
            "-.mount": {
                "active_state": "active",
                "description": "Root Mount",
                "load_state": "loaded",
                "name": "-.mount",
                "sub_state": "mounted"
            },
            "-.slice": {
                "active_state": "active",
                "description": "Root Slice",
                "load_state": "loaded",
                "name": "-.slice",
                "sub_state": "active"
            },
            "NetworkManager-wait-online.service": {
                "active_state": "active",
                "description": "Network Manager Wait Online",
                "load_state": "loaded",
                "name": "NetworkManager-wait-online.service",
                "sub_state": "exited"
            },
            "NetworkManager.service": {
                "active_state": "active",
                "description": "Network Manager",
                "load_state": "loaded",
                "name": "NetworkManager.service",
                "sub_state": "running"
            },
            "auditd.service": {
                "active_state": "active",
                "description": "Security Auditing Service",
                "load_state": "loaded",
                "name": "auditd.service",
                "sub_state": "running"
            },
            "basic.target": {
                "active_state": "active",
                "description": "Basic System",
                "load_state": "loaded",
                "name": "basic.target",
                "sub_state": "active"
            },
            "chronyd.service": {
                "active_state": "active",
                "description": "NTP client/server",
                "load_state": "loaded",
                "name": "chronyd.service",
                "sub_state": "running"
            },
            "cloud-config.service": {
                "active_state": "active",
                "description": "Apply the settings specified in cloud-config",
                "load_state": "loaded",
                "name": "cloud-config.service",
                "sub_state": "exited"
            },
            "cloud-config.target": {
                "active_state": "active",
                "description": "Cloud-config availability",
                "load_state": "loaded",
                "name": "cloud-config.target",
                "sub_state": "active"
            },
            "cloud-final.service": {
                "active_state": "active",
                "description": "Execute cloud user/final scripts",
                "load_state": "loaded",
                "name": "cloud-final.service",
                "sub_state": "exited"
            },
            "cloud-init-local.service": {
                "active_state": "active",
                "description": "Initial cloud-init job (pre-networking)",
                "load_state": "loaded",
                "name": "cloud-init-local.service",
                "sub_state": "exited"
            },
            "cloud-init.service": {
                "active_state": "active",
                "description": "Initial cloud-init job (metadata service crawler)",
                "load_state": "loaded",
                "name": "cloud-init.service",
                "sub_state": "exited"
            },
            "cloud-init.target": {
                "active_state": "active",
                "description": "Cloud-init target",
                "load_state": "loaded",
                "name": "cloud-init.target",
                "sub_state": "active"
            },
            "crond.service": {
                "active_state": "active",
                "description": "Command Scheduler",
                "load_state": "loaded",
                "name": "crond.service",
                "sub_state": "running"
            },
            "cryptsetup.target": {
                "active_state": "active",
                "description": "Local Encrypted Volumes",
                "load_state": "loaded",
                "name": "cryptsetup.target",
                "sub_state": "active"
            },
            "dbus.service": {
                "active_state": "active",
                "description": "D-Bus System Message Bus",
                "load_state": "loaded",
                "name": "dbus.service",
                "sub_state": "running"
            },
            "dbus.socket": {
                "active_state": "active",
                "description": "D-Bus System Message Bus Socket",
                "load_state": "loaded",
                "name": "dbus.socket",
                "sub_state": "running"
            },
            "dev-hugepages.mount": {
                "active_state": "active",
                "description": "Huge Pages File System",
                "load_state": "loaded",
                "name": "dev-hugepages.mount",
                "sub_state": "mounted"
            },
            "dev-mqueue.mount": {
                "active_state": "active",
                "description": "POSIX Message Queue File System",
                "load_state": "loaded",
                "name": "dev-mqueue.mount",
                "sub_state": "mounted"
            },
            "dnf-makecache.timer": {
                "active_state": "active",
                "description": "dnf makecache --timer",
                "load_state": "loaded",
                "name": "dnf-makecache.timer",
                "sub_state": "waiting"
            },
            "dracut-shutdown.service": {
                "active_state": "active",
                "description": "Restore /run/initramfs on shutdown",
                "load_state": "loaded",
                "name": "dracut-shutdown.service",
                "sub_state": "exited"
            },
            "getty.target": {
                "active_state": "active",
                "description": "Login Prompts",
                "load_state": "loaded",
                "name": "getty.target",
                "sub_state": "active"
            },
            "getty@tty1.service": {
                "active_state": "active",
                "description": "Getty on tty1",
                "load_state": "loaded",
                "name": "getty@tty1.service",
                "sub_state": "running"
            },
            "gssproxy.service": {
                "active_state": "active",
                "description": "GSSAPI Proxy Daemon",
                "load_state": "loaded",
                "name": "gssproxy.service",
                "sub_state": "running"
            },
            "import-state.service": {
                "active_state": "active",
                "description": "Import network configuration from initramfs",
                "load_state": "loaded",
                "name": "import-state.service",
                "sub_state": "exited"
            },
            "init.scope": {
                "active_state": "active",
                "description": "System and Service Manager",
                "load_state": "loaded",
                "name": "init.scope",
                "sub_state": "running"
            },
            "irqbalance.service": {
                "active_state": "active",
                "description": "irqbalance daemon",
                "load_state": "loaded",
                "name": "irqbalance.service",
                "sub_state": "running"
            },
            "kdump.service": {
                "active_state": "active",
                "description": "Crash recovery kernel arming",
                "load_state": "loaded",
                "name": "kdump.service",
                "sub_state": "exited"
            },
            "kmod-static-nodes.service": {
                "active_state": "active",
                "description": "Create list of required static device nodes for the current kernel",
                "load_state": "loaded",
                "name": "kmod-static-nodes.service",
                "sub_state": "exited"
            },
            "local-fs-pre.target": {
                "active_state": "active",
                "description": "Local File Systems (Pre)",
                "load_state": "loaded",
                "name": "local-fs-pre.target",
                "sub_state": "active"
            },
            "local-fs.target": {
                "active_state": "active",
                "description": "Local File Systems",
                "load_state": "loaded",
                "name": "local-fs.target",
                "sub_state": "active"
            },
            "multi-user.target": {
                "active_state": "active",
                "description": "Multi-User System",
                "load_state": "loaded",
                "name": "multi-user.target",
                "sub_state": "active"
            },
            "network-online.target": {
                "active_state": "active",
                "description": "Network is Online",
                "load_state": "loaded",
                "name": "network-online.target",
                "sub_state": "active"
            },
            "network-pre.target": {
                "active_state": "active",
                "description": "Network (Pre)",
                "load_state": "loaded",
                "name": "network-pre.target",
                "sub_state": "active"
            },
            "network.target": {
                "active_state": "active",
                "description": "Network",
                "load_state": "loaded",
                "name": "network.target",
                "sub_state": "active"
            },
            "nfs-client.target": {
                "active_state": "active",
                "description": "NFS client services",
                "load_state": "loaded",
                "name": "nfs-client.target",
                "sub_state": "active"
            },
            "nis-domainname.service": {
                "active_state": "active",
                "description": "Read and set NIS domainname from /etc/sysconfig/network",
                "load_state": "loaded",
                "name": "nis-domainname.service",
                "sub_state": "exited"
            },
            "nss-user-lookup.target": {
                "active_state": "active",
                "description": "User and Group Name Lookups",
                "load_state": "loaded",
                "name": "nss-user-lookup.target",
                "sub_state": "active"
            },
            "paths.target": {
                "active_state": "active",
                "description": "Paths",
                "load_state": "loaded",
                "name": "paths.target",
                "sub_state": "active"
            },
            "plymouth-quit-wait.service": {
                "active_state": "active",
                "description": "Hold until boot process finishes up",
                "load_state": "loaded",
                "name": "plymouth-quit-wait.service",
                "sub_state": "exited"
            },
            "plymouth-quit.service": {
                "active_state": "active",
                "description": "Terminate Plymouth Boot Screen",
                "load_state": "loaded",
                "name": "plymouth-quit.service",
                "sub_state": "exited"
            },
            "plymouth-read-write.service": {
                "active_state": "active",
                "description": "Tell Plymouth To Write Out Runtime Data",
                "load_state": "loaded",
                "name": "plymouth-read-write.service",
                "sub_state": "exited"
            },
            "plymouth-start.service": {
                "active_state": "active",
                "description": "Show Plymouth Boot Screen",
                "load_state": "loaded",
                "name": "plymouth-start.service",
                "sub_state": "exited"
            },
            "polkit.service": {
                "active_state": "active",
                "description": "Authorization Manager",
                "load_state": "loaded",
                "name": "polkit.service",
                "sub_state": "running"
            },
            "proc-sys-fs-binfmt_misc.automount": {
                "active_state": "active",
                "description": "Arbitrary Executable File Formats File System Automount Point",
                "load_state": "loaded",
                "name": "proc-sys-fs-binfmt_misc.automount",
                "sub_state": "waiting"
            },
            "remote-fs-pre.target": {
                "active_state": "active",
                "description": "Remote File Systems (Pre)",
                "load_state": "loaded",
                "name": "remote-fs-pre.target",
                "sub_state": "active"
            },
            "remote-fs.target": {
                "active_state": "active",
                "description": "Remote File Systems",
                "load_state": "loaded",
                "name": "remote-fs.target",
                "sub_state": "active"
            },
            "restraintd.service": {
                "active_state": "active",
                "description": "The restraint harness.",
                "load_state": "loaded",
                "name": "restraintd.service",
                "sub_state": "running"
            },
            "rngd.service": {
                "active_state": "active",
                "description": "Hardware RNG Entropy Gatherer Daemon",
                "load_state": "loaded",
                "name": "rngd.service",
                "sub_state": "running"
            },
            "rpc-statd-notify.service": {
                "active_state": "active",
                "description": "Notify NFS peers of a restart",
                "load_state": "loaded",
                "name": "rpc-statd-notify.service",
                "sub_state": "exited"
            },
            "rpc_pipefs.target": {
                "active_state": "active",
                "description": "rpc_pipefs.target",
                "load_state": "loaded",
                "name": "rpc_pipefs.target",
                "sub_state": "active"
            },
            "rpcbind.service": {
                "active_state": "active",
                "description": "RPC Bind",
                "load_state": "loaded",
                "name": "rpcbind.service",
                "sub_state": "running"
            },
            "rpcbind.socket": {
                "active_state": "active",
                "description": "RPCbind Server Activation Socket",
                "load_state": "loaded",
                "name": "rpcbind.socket",
                "sub_state": "running"
            },
            "rpcbind.target": {
                "active_state": "active",
                "description": "RPC Port Mapper",
                "load_state": "loaded",
                "name": "rpcbind.target",
                "sub_state": "active"
            },
            "rsyslog.service": {
                "active_state": "active",
                "description": "System Logging Service",
                "load_state": "loaded",
                "name": "rsyslog.service",
                "sub_state": "running"
            },
            "run-user-0.mount": {
                "active_state": "active",
                "description": "/run/user/0",
                "load_state": "loaded",
                "name": "run-user-0.mount",
                "sub_state": "mounted"
            },
            "session-4.scope": {
                "active_state": "active",
                "description": "Session 4 of user root",
                "load_state": "loaded",
                "name": "session-4.scope",
                "sub_state": "running"
            },
            "session-6.scope": {
                "active_state": "active",
                "description": "Session 6 of user root",
                "load_state": "loaded",
                "name": "session-6.scope",
                "sub_state": "running"
            },
            "slices.target": {
                "active_state": "active",
                "description": "Slices",
                "load_state": "loaded",
                "name": "slices.target",
                "sub_state": "active"
            },
            "sockets.target": {
                "active_state": "active",
                "description": "Sockets",
                "load_state": "loaded",
                "name": "sockets.target",
                "sub_state": "active"
            },
            "sshd-keygen.target": {
                "active_state": "active",
                "description": "sshd-keygen.target",
                "load_state": "loaded",
                "name": "sshd-keygen.target",
                "sub_state": "active"
            },
            "sshd.service": {
                "active_state": "active",
                "description": "OpenSSH server daemon",
                "load_state": "loaded",
                "name": "sshd.service",
                "sub_state": "running"
            },
            "sssd-kcm.socket": {
                "active_state": "active",
                "description": "SSSD Kerberos Cache Manager responder socket",
                "load_state": "loaded",
                "name": "sssd-kcm.socket",
                "sub_state": "listening"
            },
            "swap.target": {
                "active_state": "active",
                "description": "Swap",
                "load_state": "loaded",
                "name": "swap.target",
                "sub_state": "active"
            },
            "sys-devices-platform-serial8250-tty-ttyS1.device": {
                "active_state": "active",
                "description": "/sys/devices/platform/serial8250/tty/ttyS1",
                "load_state": "loaded",
                "name": "sys-devices-platform-serial8250-tty-ttyS1.device",
                "sub_state": "plugged"
            },
            "sys-devices-platform-serial8250-tty-ttyS2.device": {
                "active_state": "active",
                "description": "/sys/devices/platform/serial8250/tty/ttyS2",
                "load_state": "loaded",
                "name": "sys-devices-platform-serial8250-tty-ttyS2.device",
                "sub_state": "plugged"
            },
            "sys-devices-platform-serial8250-tty-ttyS3.device": {
                "active_state": "active",
                "description": "/sys/devices/platform/serial8250/tty/ttyS3",
                "load_state": "loaded",
                "name": "sys-devices-platform-serial8250-tty-ttyS3.device",
                "sub_state": "plugged"
            },
            "sys-devices-pnp0-00:06-tty-ttyS0.device": {
                "active_state": "active",
                "description": "/sys/devices/pnp0/00:06/tty/ttyS0",
                "load_state": "loaded",
                "name": "sys-devices-pnp0-00:06-tty-ttyS0.device",
                "sub_state": "plugged"
            },
            "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": {
                "active_state": "active",
                "description": "/sys/devices/vbd-768/block/xvda/xvda1",
                "load_state": "loaded",
                "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device",
                "sub_state": "plugged"
            },
            "sys-devices-vbd\\x2d768-block-xvda.device": {
                "active_state": "active",
                "description": "/sys/devices/vbd-768/block/xvda",
                "load_state": "loaded",
                "name": "sys-devices-vbd\\x2d768-block-xvda.device",
                "sub_state": "plugged"
            },
            "sys-devices-vif\\x2d0-net-eth0.device": {
                "active_state": "active",
                "description": "/sys/devices/vif-0/net/eth0",
                "load_state": "loaded",
                "name": "sys-devices-vif\\x2d0-net-eth0.device",
                "sub_state": "plugged"
            },
            "sys-kernel-config.mount": {
                "active_state": "active",
                "description": "Kernel Configuration File System",
                "load_state": "loaded",
                "name": "sys-kernel-config.mount",
                "sub_state": "mounted"
            },
            "sys-kernel-debug.mount": {
                "active_state": "active",
                "description": "Kernel Debug File System",
                "load_state": "loaded",
                "name": "sys-kernel-debug.mount",
                "sub_state": "mounted"
            },
            "sys-kernel-tracing.mount": {
                "active_state": "active",
                "description": "/sys/kernel/tracing",
                "load_state": "loaded",
                "name": "sys-kernel-tracing.mount",
                "sub_state": "mounted"
            },
            "sys-module-configfs.device": {
                "active_state": "active",
                "description": "/sys/module/configfs",
                "load_state": "loaded",
                "name": "sys-module-configfs.device",
                "sub_state": "plugged"
            },
            "sys-subsystem-net-devices-eth0.device": {
                "active_state": "active",
                "description": "/sys/subsystem/net/devices/eth0",
                "load_state": "loaded",
                "name": "sys-subsystem-net-devices-eth0.device",
                "sub_state": "plugged"
            },
            "sysinit.target": {
                "active_state": "active",
                "description": "System Initialization",
                "load_state": "loaded",
                "name": "sysinit.target",
                "sub_state": "active"
            },
            "system-getty.slice": {
                "active_state": "active",
                "description": "system-getty.slice",
                "load_state": "loaded",
                "name": "system-getty.slice",
                "sub_state": "active"
            },
            "system-sshd\\x2dkeygen.slice": {
                "active_state": "active",
                "description": "system-sshd\\x2dkeygen.slice",
                "load_state": "loaded",
                "name": "system-sshd\\x2dkeygen.slice",
                "sub_state": "active"
            },
            "system.slice": {
                "active_state": "active",
                "description": "System Slice",
                "load_state": "loaded",
                "name": "system.slice",
                "sub_state": "active"
            },
            "systemd-ask-password-plymouth.path": {
                "active_state": "active",
                "description": "Forward Password Requests to Plymouth Directory Watch",
                "load_state": "loaded",
                "name": "systemd-ask-password-plymouth.path",
                "sub_state": "waiting"
            },
            "systemd-ask-password-wall.path": {
                "active_state": "active",
                "description": "Forward Password Requests to Wall Directory Watch",
                "load_state": "loaded",
                "name": "systemd-ask-password-wall.path",
                "sub_state": "waiting"
            },
            "systemd-coredump.socket": {
                "active_state": "active",
                "description": "Process Core Dump Socket",
                "load_state": "loaded",
                "name": "systemd-coredump.socket",
                "sub_state": "listening"
            },
            "systemd-initctl.socket": {
                "active_state": "active",
                "description": "initctl Compatibility Named Pipe",
                "load_state": "loaded",
                "name": "systemd-initctl.socket",
                "sub_state": "listening"
            },
            "systemd-journal-flush.service": {
                "active_state": "active",
                "description": "Flush Journal to Persistent Storage",
                "load_state": "loaded",
                "name": "systemd-journal-flush.service",
                "sub_state": "exited"
            },
            "systemd-journald-dev-log.socket": {
                "active_state": "active",
                "description": "Journal Socket (/dev/log)",
                "load_state": "loaded",
                "name": "systemd-journald-dev-log.socket",
                "sub_state": "running"
            },
            "systemd-journald.service": {
                "active_state": "active",
                "description": "Journal Service",
                "load_state": "loaded",
                "name": "systemd-journald.service",
                "sub_state": "running"
            },
            "systemd-journald.socket": {
                "active_state": "active",
                "description": "Journal Socket",
                "load_state": "loaded",
                "name": "systemd-journald.socket",
                "sub_state": "running"
            },
            "systemd-logind.service": {
                "active_state": "active",
                "description": "Login Service",
                "load_state": "loaded",
                "name": "systemd-logind.service",
                "sub_state": "running"
            },
            "systemd-machine-id-commit.service": {
                "active_state": "active",
                "description": "Commit a transient machine-id on disk",
                "load_state": "loaded",
                "name": "systemd-machine-id-commit.service",
                "sub_state": "exited"
            },
            "systemd-random-seed.service": {
                "active_state": "active",
                "description": "Load/Save Random Seed",
                "load_state": "loaded",
                "name": "systemd-random-seed.service",
                "sub_state": "exited"
            },
            "systemd-remount-fs.service": {
                "active_state": "active",
                "description": "Remount Root and Kernel File Systems",
                "load_state": "loaded",
                "name": "systemd-remount-fs.service",
                "sub_state": "exited"
            },
            "systemd-sysctl.service": {
                "active_state": "active",
                "description": "Apply Kernel Variables",
                "load_state": "loaded",
                "name": "systemd-sysctl.service",
                "sub_state": "exited"
            },
            "systemd-tmpfiles-clean.timer": {
                "active_state": "active",
                "description": "Daily Cleanup of Temporary Directories",
                "load_state": "loaded",
                "name": "systemd-tmpfiles-clean.timer",
                "sub_state": "waiting"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "active_state": "active",
                "description": "Create Static Device Nodes in /dev",
                "load_state": "loaded",
                "name": "systemd-tmpfiles-setup-dev.service",
                "sub_state": "exited"
            },
            "systemd-tmpfiles-setup.service": {
                "active_state": "active",
                "description": "Create Volatile Files and Directories",
                "load_state": "loaded",
                "name": "systemd-tmpfiles-setup.service",
                "sub_state": "exited"
            },
            "systemd-udev-trigger.service": {
                "active_state": "active",
                "description": "udev Coldplug all Devices",
                "load_state": "loaded",
                "name": "systemd-udev-trigger.service",
                "sub_state": "exited"
            },
            "systemd-udevd-control.socket": {
                "active_state": "active",
                "description": "udev Control Socket",
                "load_state": "loaded",
                "name": "systemd-udevd-control.socket",
                "sub_state": "running"
            },
            "systemd-udevd-kernel.socket": {
                "active_state": "active",
                "description": "udev Kernel Socket",
                "load_state": "loaded",
                "name": "systemd-udevd-kernel.socket",
                "sub_state": "running"
            },
            "systemd-udevd.service": {
                "active_state": "active",
                "description": "udev Kernel Device Manager",
                "load_state": "loaded",
                "name": "systemd-udevd.service",
                "sub_state": "running"
            },
            "systemd-update-utmp.service": {
                "active_state": "active",
                "description": "Update UTMP about System Boot/Shutdown",
                "load_state": "loaded",
                "name": "systemd-update-utmp.service",
                "sub_state": "exited"
            },
            "systemd-user-sessions.service": {
                "active_state": "active",
                "description": "Permit User Sessions",
                "load_state": "loaded",
                "name": "systemd-user-sessions.service",
                "sub_state": "exited"
            },
            "timers.target": {
                "active_state": "active",
                "description": "Timers",
                "load_state": "loaded",
                "name": "timers.target",
                "sub_state": "active"
            },
            "tuned.service": {
                "active_state": "active",
                "description": "Dynamic System Tuning Daemon",
                "load_state": "loaded",
                "name": "tuned.service",
                "sub_state": "running"
            },
            "unbound-anchor.timer": {
                "active_state": "active",
                "description": "daily update of the root trust anchor for DNSSEC",
                "load_state": "loaded",
                "name": "unbound-anchor.timer",
                "sub_state": "waiting"
            },
            "user-0.slice": {
                "active_state": "active",
                "description": "User Slice of UID 0",
                "load_state": "loaded",
                "name": "user-0.slice",
                "sub_state": "active"
            },
            "user-runtime-dir@0.service": {
                "active_state": "active",
                "description": "User runtime directory /run/user/0",
                "load_state": "loaded",
                "name": "user-runtime-dir@0.service",
                "sub_state": "exited"
            },
            "user.slice": {
                "active_state": "active",
                "description": "User and Session Slice",
                "load_state": "loaded",
                "name": "user.slice",
                "sub_state": "active"
            },
            "user@0.service": {
                "active_state": "active",
                "description": "User Manager for UID 0",
                "load_state": "loaded",
                "name": "user@0.service",
                "sub_state": "running"
            },
            "var-lib-nfs-rpc_pipefs.mount": {
                "active_state": "active",
                "description": "RPC Pipe File System",
                "load_state": "loaded",
                "name": "var-lib-nfs-rpc_pipefs.mount",
                "sub_state": "mounted"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] ***
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Sunday 02 February 2025  20:15:10 -0500 (0:00:00.061)       0:00:19.936 ******* 
included: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node3

TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ********
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Sunday 02 February 2025  20:15:10 -0500 (0:00:00.131)       0:00:20.067 ******* 

TASK [Print units facts] *******************************************************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_facts.yml:8
Sunday 02 February 2025  20:15:10 -0500 (0:00:00.032)       0:00:20.099 ******* 
ok: [managed-node3] => {}

MSG:

{'proc-sys-fs-binfmt_misc.automount': {'name': 'proc-sys-fs-binfmt_misc.automount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'waiting', 'description': 'Arbitrary Executable File Formats File System Automount Point'}, 'sys-devices-platform-serial8250-tty-ttyS1.device': {'name': 'sys-devices-platform-serial8250-tty-ttyS1.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/platform/serial8250/tty/ttyS1'}, 'sys-devices-platform-serial8250-tty-ttyS2.device': {'name': 'sys-devices-platform-serial8250-tty-ttyS2.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/platform/serial8250/tty/ttyS2'}, 'sys-devices-platform-serial8250-tty-ttyS3.device': {'name': 'sys-devices-platform-serial8250-tty-ttyS3.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/platform/serial8250/tty/ttyS3'}, 'sys-devices-pnp0-00:06-tty-ttyS0.device': {'name': 'sys-devices-pnp0-00:06-tty-ttyS0.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/pnp0/00:06/tty/ttyS0'}, 'sys-devices-vbd\\x2d768-block-xvda-xvda1.device': {'name': 'sys-devices-vbd\\x2d768-block-xvda-xvda1.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/vbd-768/block/xvda/xvda1'}, 'sys-devices-vbd\\x2d768-block-xvda.device': {'name': 'sys-devices-vbd\\x2d768-block-xvda.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/vbd-768/block/xvda'}, 'sys-devices-vif\\x2d0-net-eth0.device': {'name': 'sys-devices-vif\\x2d0-net-eth0.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/vif-0/net/eth0'}, 'sys-module-configfs.device': {'name': 'sys-module-configfs.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/module/configfs'}, 'sys-subsystem-net-devices-eth0.device': {'name': 'sys-subsystem-net-devices-eth0.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/subsystem/net/devices/eth0'}, '-.mount': {'name': '-.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': 'Root Mount'}, 'dev-hugepages.mount': {'name': 'dev-hugepages.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': 'Huge Pages File System'}, 'dev-mqueue.mount': {'name': 'dev-mqueue.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': 'POSIX Message Queue File System'}, 'run-user-0.mount': {'name': 'run-user-0.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': '/run/user/0'}, 'sys-kernel-config.mount': {'name': 'sys-kernel-config.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': 'Kernel Configuration File System'}, 'sys-kernel-debug.mount': {'name': 'sys-kernel-debug.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': 'Kernel Debug File System'}, 'sys-kernel-tracing.mount': {'name': 'sys-kernel-tracing.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': '/sys/kernel/tracing'}, 'var-lib-nfs-rpc_pipefs.mount': {'name': 'var-lib-nfs-rpc_pipefs.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': 'RPC Pipe File System'}, 'systemd-ask-password-plymouth.path': {'name': 'systemd-ask-password-plymouth.path', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'waiting', 'description': 'Forward Password Requests to Plymouth Directory Watch'}, 'systemd-ask-password-wall.path': {'name': 'systemd-ask-password-wall.path', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'waiting', 'description': 'Forward Password Requests to Wall Directory Watch'}, 'init.scope': {'name': 'init.scope', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'System and Service Manager'}, 'session-4.scope': {'name': 'session-4.scope', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Session 4 of user root'}, 'session-6.scope': {'name': 'session-6.scope', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Session 6 of user root'}, 'auditd.service': {'name': 'auditd.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Security Auditing Service'}, 'chronyd.service': {'name': 'chronyd.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'NTP client/server'}, 'cloud-config.service': {'name': 'cloud-config.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Apply the settings specified in cloud-config'}, 'cloud-final.service': {'name': 'cloud-final.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Execute cloud user/final scripts'}, 'cloud-init-local.service': {'name': 'cloud-init-local.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Initial cloud-init job (pre-networking)'}, 'cloud-init.service': {'name': 'cloud-init.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Initial cloud-init job (metadata service crawler)'}, 'crond.service': {'name': 'crond.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Command Scheduler'}, 'dbus.service': {'name': 'dbus.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'D-Bus System Message Bus'}, 'dracut-shutdown.service': {'name': 'dracut-shutdown.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Restore /run/initramfs on shutdown'}, 'getty@tty1.service': {'name': 'getty@tty1.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Getty on tty1'}, 'gssproxy.service': {'name': 'gssproxy.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'GSSAPI Proxy Daemon'}, 'import-state.service': {'name': 'import-state.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Import network configuration from initramfs'}, 'irqbalance.service': {'name': 'irqbalance.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'irqbalance daemon'}, 'kdump.service': {'name': 'kdump.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Crash recovery kernel arming'}, 'kmod-static-nodes.service': {'name': 'kmod-static-nodes.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Create list of required static device nodes for the current kernel'}, 'NetworkManager-wait-online.service': {'name': 'NetworkManager-wait-online.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Network Manager Wait Online'}, 'NetworkManager.service': {'name': 'NetworkManager.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Network Manager'}, 'nis-domainname.service': {'name': 'nis-domainname.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Read and set NIS domainname from /etc/sysconfig/network'}, 'plymouth-quit-wait.service': {'name': 'plymouth-quit-wait.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Hold until boot process finishes up'}, 'plymouth-quit.service': {'name': 'plymouth-quit.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Terminate Plymouth Boot Screen'}, 'plymouth-read-write.service': {'name': 'plymouth-read-write.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Tell Plymouth To Write Out Runtime Data'}, 'plymouth-start.service': {'name': 'plymouth-start.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Show Plymouth Boot Screen'}, 'polkit.service': {'name': 'polkit.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Authorization Manager'}, 'restraintd.service': {'name': 'restraintd.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'The restraint harness.'}, 'rngd.service': {'name': 'rngd.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Hardware RNG Entropy Gatherer Daemon'}, 'rpc-statd-notify.service': {'name': 'rpc-statd-notify.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Notify NFS peers of a restart'}, 'rpcbind.service': {'name': 'rpcbind.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'RPC Bind'}, 'rsyslog.service': {'name': 'rsyslog.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'System Logging Service'}, 'sshd.service': {'name': 'sshd.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'OpenSSH server daemon'}, 'systemd-journal-flush.service': {'name': 'systemd-journal-flush.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Flush Journal to Persistent Storage'}, 'systemd-journald.service': {'name': 'systemd-journald.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Journal Service'}, 'systemd-logind.service': {'name': 'systemd-logind.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Login Service'}, 'systemd-machine-id-commit.service': {'name': 'systemd-machine-id-commit.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Commit a transient machine-id on disk'}, 'systemd-random-seed.service': {'name': 'systemd-random-seed.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Load/Save Random Seed'}, 'systemd-remount-fs.service': {'name': 'systemd-remount-fs.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Remount Root and Kernel File Systems'}, 'systemd-sysctl.service': {'name': 'systemd-sysctl.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Apply Kernel Variables'}, 'systemd-tmpfiles-setup-dev.service': {'name': 'systemd-tmpfiles-setup-dev.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Create Static Device Nodes in /dev'}, 'systemd-tmpfiles-setup.service': {'name': 'systemd-tmpfiles-setup.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Create Volatile Files and Directories'}, 'systemd-udev-trigger.service': {'name': 'systemd-udev-trigger.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'udev Coldplug all Devices'}, 'systemd-udevd.service': {'name': 'systemd-udevd.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'udev Kernel Device Manager'}, 'systemd-update-utmp.service': {'name': 'systemd-update-utmp.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Update UTMP about System Boot/Shutdown'}, 'systemd-user-sessions.service': {'name': 'systemd-user-sessions.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Permit User Sessions'}, 'tuned.service': {'name': 'tuned.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Dynamic System Tuning Daemon'}, 'user-runtime-dir@0.service': {'name': 'user-runtime-dir@0.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'User runtime directory /run/user/0'}, 'user@0.service': {'name': 'user@0.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'User Manager for UID 0'}, '-.slice': {'name': '-.slice', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Root Slice'}, 'system-getty.slice': {'name': 'system-getty.slice', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'system-getty.slice'}, 'system-sshd\\x2dkeygen.slice': {'name': 'system-sshd\\x2dkeygen.slice', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'system-sshd\\x2dkeygen.slice'}, 'system.slice': {'name': 'system.slice', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'System Slice'}, 'user-0.slice': {'name': 'user-0.slice', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'User Slice of UID 0'}, 'user.slice': {'name': 'user.slice', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'User and Session Slice'}, 'dbus.socket': {'name': 'dbus.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'D-Bus System Message Bus Socket'}, 'rpcbind.socket': {'name': 'rpcbind.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'RPCbind Server Activation Socket'}, 'sssd-kcm.socket': {'name': 'sssd-kcm.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'listening', 'description': 'SSSD Kerberos Cache Manager responder socket'}, 'systemd-coredump.socket': {'name': 'systemd-coredump.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'listening', 'description': 'Process Core Dump Socket'}, 'systemd-initctl.socket': {'name': 'systemd-initctl.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'listening', 'description': 'initctl Compatibility Named Pipe'}, 'systemd-journald-dev-log.socket': {'name': 'systemd-journald-dev-log.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Journal Socket (/dev/log)'}, 'systemd-journald.socket': {'name': 'systemd-journald.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Journal Socket'}, 'systemd-udevd-control.socket': {'name': 'systemd-udevd-control.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'udev Control Socket'}, 'systemd-udevd-kernel.socket': {'name': 'systemd-udevd-kernel.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'udev Kernel Socket'}, 'basic.target': {'name': 'basic.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Basic System'}, 'cloud-config.target': {'name': 'cloud-config.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Cloud-config availability'}, 'cloud-init.target': {'name': 'cloud-init.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Cloud-init target'}, 'cryptsetup.target': {'name': 'cryptsetup.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Local Encrypted Volumes'}, 'getty.target': {'name': 'getty.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Login Prompts'}, 'local-fs-pre.target': {'name': 'local-fs-pre.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Local File Systems (Pre)'}, 'local-fs.target': {'name': 'local-fs.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Local File Systems'}, 'multi-user.target': {'name': 'multi-user.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Multi-User System'}, 'network-online.target': {'name': 'network-online.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Network is Online'}, 'network-pre.target': {'name': 'network-pre.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Network (Pre)'}, 'network.target': {'name': 'network.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Network'}, 'nfs-client.target': {'name': 'nfs-client.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'NFS client services'}, 'nss-user-lookup.target': {'name': 'nss-user-lookup.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'User and Group Name Lookups'}, 'paths.target': {'name': 'paths.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Paths'}, 'remote-fs-pre.target': {'name': 'remote-fs-pre.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Remote File Systems (Pre)'}, 'remote-fs.target': {'name': 'remote-fs.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Remote File Systems'}, 'rpc_pipefs.target': {'name': 'rpc_pipefs.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'rpc_pipefs.target'}, 'rpcbind.target': {'name': 'rpcbind.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'RPC Port Mapper'}, 'slices.target': {'name': 'slices.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Slices'}, 'sockets.target': {'name': 'sockets.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Sockets'}, 'sshd-keygen.target': {'name': 'sshd-keygen.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'sshd-keygen.target'}, 'swap.target': {'name': 'swap.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Swap'}, 'sysinit.target': {'name': 'sysinit.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'System Initialization'}, 'timers.target': {'name': 'timers.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Timers'}, 'dnf-makecache.timer': {'name': 'dnf-makecache.timer', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'waiting', 'description': 'dnf makecache --timer'}, 'systemd-tmpfiles-clean.timer': {'name': 'systemd-tmpfiles-clean.timer', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'waiting', 'description': 'Daily Cleanup of Temporary Directories'}, 'unbound-anchor.timer': {'name': 'unbound-anchor.timer', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'waiting', 'description': 'daily update of the root trust anchor for DNSSEC'}}

TASK [Check that unit state object has required fields] ************************
task path: /tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_facts.yml:12
Sunday 02 February 2025  20:15:10 -0500 (0:00:00.066)       0:00:20.166 ******* 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node3              : ok=26   changed=0    unreachable=0    failed=0    skipped=47   rescued=0    ignored=0   

Sunday 02 February 2025  20:15:10 -0500 (0:00:00.042)       0:00:20.209 ******* 
=============================================================================== 
fedora.linux_system_roles.systemd : Ensure required packages are installed -- 15.14s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
Gathering Facts --------------------------------------------------------- 1.08s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_facts.yml:3 
fedora.linux_system_roles.systemd : Gather systemd units state for system and user units --- 0.72s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7 
fedora.linux_system_roles.systemd : Check if system is ostree ----------- 0.48s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 
fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin --- 0.35s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 
fedora.linux_system_roles.systemd : Cancel linger for users if necessary --- 0.13s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166 
fedora.linux_system_roles.systemd : Manage units ------------------------ 0.10s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 
fedora.linux_system_roles.systemd : Ensure required units in correct state --- 0.10s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 
fedora.linux_system_roles.systemd : Ensure required units in correct state --- 0.10s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 
fedora.linux_system_roles.systemd : Ensure required units in correct state --- 0.08s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 
fedora.linux_system_roles.systemd : Gather systemd units state for system and user units --- 0.08s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150 
fedora.linux_system_roles.systemd : Ensure required units in correct state --- 0.08s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 
fedora.linux_system_roles.systemd : Manage user info -------------------- 0.07s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 
fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later --- 0.07s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 
Print units facts ------------------------------------------------------- 0.07s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_facts.yml:8 
fedora.linux_system_roles.systemd : DebugBefore ------------------------- 0.06s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 
fedora.linux_system_roles.systemd : Set legacy systemd_units output variable --- 0.06s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162 
fedora.linux_system_roles.systemd : Ensure required units in correct state --- 0.05s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 
fedora.linux_system_roles.systemd : Manage user info -------------------- 0.04s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 
fedora.linux_system_roles.systemd : Manage user info -------------------- 0.04s
/tmp/collections-nL4/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25