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_basic.yml ******************************************************
10 plays in /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml

PLAY [Ensure that deploying unit files work correctly] *************************
META: ran handlers

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 14 December 2024  18:15:17 -0500 (0:00:00.022)       0:00:00.022 ***** 
ok: [managed-node1]

TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 14 December 2024  18:15:18 -0500 (0:00:01.006)       0:00:01.029 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: end_host conditional evaluated to false, continuing execution for managed-node1

TASK [fedora.linux_system_roles.systemd : Check if system is ostree] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 14 December 2024  18:15:18 -0500 (0:00:00.096)       0:00:01.126 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 14 December 2024  18:15:18 -0500 (0:00:00.419)       0:00:01.546 ***** 
ok: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 14 December 2024  18:15:18 -0500 (0:00:00.028)       0:00:01.575 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 14 December 2024  18:15:18 -0500 (0:00:00.374)       0:00:01.950 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 14 December 2024  18:15:18 -0500 (0:00:00.030)       0:00:01.980 ***** 
ok: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 14 December 2024  18:15:37 -0500 (0:00:18.050)       0:00:20.030 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 14 December 2024  18:15:37 -0500 (0:00:00.034)       0:00:20.064 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 14 December 2024  18:15:37 -0500 (0:00:00.052)       0:00:20.117 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 14 December 2024  18:15:37 -0500 (0:00:00.028)       0:00:20.145 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {}
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 14 December 2024  18:15:37 -0500 (0:00:00.022)       0:00:20.168 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:15:37 -0500 (0:00:00.092)       0:00:20.261 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:15:37 -0500 (0:00:00.039)       0:00:20.301 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:15:37 -0500 (0:00:00.035)       0:00:20.337 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:15:37 -0500 (0:00:00.040)       0:00:20.377 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:15:37 -0500 (0:00:00.038)       0:00:20.416 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:15:37 -0500 (0:00:00.040)       0:00:20.457 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:15:37 -0500 (0:00:00.034)       0:00:20.492 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:15:37 -0500 (0:00:00.038)       0:00:20.530 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:15:37 -0500 (0:00:00.021)       0:00:20.552 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 14 December 2024  18:15:37 -0500 (0:00:00.048)       0:00:20.600 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 14 December 2024  18:15:37 -0500 (0:00:00.066)       0:00:20.667 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "getent_passwd": {
            "root": [
                "x",
                "0",
                "0",
                "root",
                "/root",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 14 December 2024  18:15:38 -0500 (0:00:00.707)       0:00:21.375 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {
            "root": {
                "group": "0",
                "units_dir": "/etc/systemd/system",
                "xdg_dir": "/run/user/0"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 14 December 2024  18:15:38 -0500 (0:00:00.060)       0:00:21.436 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_dict_list": [
            {
                "dir_mode": "0755",
                "group": "0",
                "item": "foo.service.j2",
                "mode": "0644",
                "state": "present",
                "units_dir": "/etc/systemd/system",
                "user": "root",
                "xdg_dir": "/run/user/0"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Enable linger if needed] *************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 14 December 2024  18:15:38 -0500 (0:00:00.073)       0:00:21.509 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:15:38 -0500 (0:00:00.032)       0:00:21.542 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:15:38 -0500 (0:00:00.023)       0:00:21.565 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:15:38 -0500 (0:00:00.073)       0:00:21.639 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:15:38 -0500 (0:00:00.095)       0:00:21.734 ***** 
changed: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "a1576b4506271f370ca5372ca8be9af0caa84b03",
    "dest": "/etc/systemd/system/foo.service",
    "gid": 0,
    "group": "root",
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "md5sum": "76ee4946a93741eb434b4096317c7c73",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:systemd_unit_file_t:s0",
    "size": 135,
    "src": "/root/.ansible/tmp/ansible-tmp-1734218138.890211-8171-266377106411300/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:15:39 -0500 (0:00:01.213)       0:00:22.948 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:15:39 -0500 (0:00:00.035)       0:00:22.984 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.065)       0:00:23.049 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.027)       0:00:23.076 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.037)       0:00:23.113 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.036)       0:00:23.150 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.056)       0:00:23.207 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.051)       0:00:23.259 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.046)       0:00:23.306 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.028)       0:00:23.334 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.028)       0:00:23.362 ***** 

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.024)       0:00:23.386 ***** 

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.031)       0:00:23.418 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.117)       0:00:23.535 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.056)       0:00:23.592 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.040)       0:00:23.632 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.042)       0:00:23.674 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.047)       0:00:23.721 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.072)       0:00:23.794 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.086)       0:00:23.881 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:40 -0500 (0:00:00.076)       0:00:23.957 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:41 -0500 (0:00:00.061)       0:00:24.018 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:41 -0500 (0:00:00.041)       0:00:24.060 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:41 -0500 (0:00:00.077)       0:00:24.138 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:41 -0500 (0:00:00.054)       0:00:24.193 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:41 -0500 (0:00:00.114)       0:00:24.307 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:41 -0500 (0:00:00.051)       0:00:24.359 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:41 -0500 (0:00:00.044)       0:00:24.403 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:41 -0500 (0:00:00.032)       0:00:24.436 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 14 December 2024  18:15:41 -0500 (0:00:00.035)       0:00:24.472 ***** 
ok: [managed-node1] => {}

MSG:

facts {}

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 14 December 2024  18:15:41 -0500 (0:00:00.027)       0:00:24.500 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 14 December 2024  18:15:41 -0500 (0:00:00.051)       0:00:24.552 ***** 
ok: [managed-node1] => {
    "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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-5.scope": {
                    "active_state": "active",
                    "description": "Session 5 of user root",
                    "load_state": "loaded",
                    "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 14 December 2024  18:15:42 -0500 (0:00:00.550)       0:00:25.102 ***** 
ok: [managed-node1] => {}

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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 14 December 2024  18:15:42 -0500 (0:00:00.023)       0:00:25.125 ***** 
ok: [managed-node1] => {
    "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 14 December 2024  18:15:42 -0500 (0:00:00.097)       0:00:25.223 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 14 December 2024  18:15:42 -0500 (0:00:00.044)       0:00:25.267 ***** 

TASK [Verify that unit file was deployed] **************************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:12
Saturday 14 December 2024  18:15:42 -0500 (0:00:00.022)       0:00:25.290 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1734218139.8689952,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "a1576b4506271f370ca5372ca8be9af0caa84b03",
        "ctime": 1734218139.8749952,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 182452418,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1734218139.419995,
        "nlink": 1,
        "path": "/etc/systemd/system/foo.service",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 135,
        "uid": 0,
        "version": "4207816346",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
META: ran handlers
META: ran handlers

PLAY [Ensure that deploying unit file dropins work correctly] ******************
META: ran handlers

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 14 December 2024  18:15:42 -0500 (0:00:00.405)       0:00:25.696 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 14 December 2024  18:15:42 -0500 (0:00:00.024)       0:00:25.720 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: end_host conditional evaluated to false, continuing execution for managed-node1

TASK [fedora.linux_system_roles.systemd : Check if system is ostree] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 14 December 2024  18:15:42 -0500 (0:00:00.048)       0:00:25.768 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 14 December 2024  18:15:42 -0500 (0:00:00.019)       0:00:25.788 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 14 December 2024  18:15:42 -0500 (0:00:00.023)       0:00:25.811 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 14 December 2024  18:15:42 -0500 (0:00:00.019)       0:00:25.831 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 14 December 2024  18:15:42 -0500 (0:00:00.019)       0:00:25.851 ***** 
ok: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 14 December 2024  18:15:45 -0500 (0:00:02.874)       0:00:28.726 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 14 December 2024  18:15:45 -0500 (0:00:00.019)       0:00:28.745 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 14 December 2024  18:15:45 -0500 (0:00:00.019)       0:00:28.765 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 14 December 2024  18:15:45 -0500 (0:00:00.019)       0:00:28.784 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {}
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 14 December 2024  18:15:45 -0500 (0:00:00.019)       0:00:28.804 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:15:45 -0500 (0:00:00.048)       0:00:28.852 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:15:45 -0500 (0:00:00.028)       0:00:28.880 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:15:45 -0500 (0:00:00.020)       0:00:28.901 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:15:45 -0500 (0:00:00.034)       0:00:28.935 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:15:45 -0500 (0:00:00.038)       0:00:28.974 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.034)       0:00:29.009 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.020)       0:00:29.029 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.019)       0:00:29.049 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.021)       0:00:29.070 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.027)       0:00:29.098 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.019)       0:00:29.117 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.033)       0:00:29.151 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.036)       0:00:29.187 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.032)       0:00:29.219 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.019)       0:00:29.239 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.019)       0:00:29.258 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.018)       0:00:29.276 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.037)       0:00:29.314 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.050)       0:00:29.365 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.030)       0:00:29.395 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {
            "root": {
                "group": "0",
                "units_dir": "/etc/systemd/system",
                "xdg_dir": "/run/user/0"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.039)       0:00:29.435 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_dict_list": [
            {
                "dir_mode": "0755",
                "group": "0",
                "item": "foo.service.conf.j2",
                "mode": "0644",
                "state": "present",
                "units_dir": "/etc/systemd/system",
                "user": "root",
                "xdg_dir": "/run/user/0"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Enable linger if needed] *************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.041)       0:00:29.477 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.026)       0:00:29.503 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:15:46 -0500 (0:00:00.021)       0:00:29.525 ***** 
changed: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "gid": 0,
    "group": "root",
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "mode": "0755",
    "owner": "root",
    "path": "/etc/systemd/system/foo.service.d",
    "secontext": "unconfined_u:object_r:systemd_unit_file_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:15:47 -0500 (0:00:00.530)       0:00:30.055 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:15:47 -0500 (0:00:00.082)       0:00:30.137 ***** 
changed: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "43138f80633a2dd32d446b237b9ed62fa32438dd",
    "dest": "/etc/systemd/system/foo.service.d/99-override.conf",
    "gid": 0,
    "group": "root",
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "md5sum": "59b0663876980f2d7e6d3c5e2b13cdbc",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:systemd_unit_file_t:s0",
    "size": 48,
    "src": "/root/.ansible/tmp/ansible-tmp-1734218147.2551682-8831-267791008872523/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:15:47 -0500 (0:00:00.781)       0:00:30.918 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:15:47 -0500 (0:00:00.022)       0:00:30.941 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:15:47 -0500 (0:00:00.026)       0:00:30.968 ***** 

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 14 December 2024  18:15:47 -0500 (0:00:00.021)       0:00:30.990 ***** 
ok: [managed-node1] => (item=root) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "root",
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 14 December 2024  18:15:48 -0500 (0:00:00.889)       0:00:31.879 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:48 -0500 (0:00:00.116)       0:00:31.996 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.029)       0:00:32.025 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.042)       0:00:32.068 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.030)       0:00:32.099 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.037)       0:00:32.137 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.027)       0:00:32.164 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.032)       0:00:32.196 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.027)       0:00:32.224 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.031)       0:00:32.255 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.029)       0:00:32.284 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.037)       0:00:32.322 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.037)       0:00:32.360 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.040)       0:00:32.401 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.031)       0:00:32.433 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.037)       0:00:32.470 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.035)       0:00:32.505 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.036)       0:00:32.542 ***** 
ok: [managed-node1] => {}

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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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 : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.024)       0:00:32.567 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 14 December 2024  18:15:49 -0500 (0:00:00.087)       0:00:32.654 ***** 
ok: [managed-node1] => {
    "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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-5.scope": {
                    "active_state": "active",
                    "description": "Session 5 of user root",
                    "load_state": "loaded",
                    "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 14 December 2024  18:15:50 -0500 (0:00:00.456)       0:00:33.111 ***** 
ok: [managed-node1] => {}

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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 14 December 2024  18:15:50 -0500 (0:00:00.030)       0:00:33.142 ***** 
ok: [managed-node1] => {
    "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 14 December 2024  18:15:50 -0500 (0:00:00.040)       0:00:33.182 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 14 December 2024  18:15:50 -0500 (0:00:00.040)       0:00:33.222 ***** 

TASK [Stat the dropin directory path] ******************************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:25
Saturday 14 December 2024  18:15:50 -0500 (0:00:00.019)       0:00:33.242 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1734218146.9849963,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1734218147.8519964,
        "dev": 51713,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 205521088,
        "isblk": false,
        "ischr": false,
        "isdir": true,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/directory",
        "mode": "0755",
        "mtime": 1734218147.8519964,
        "nlink": 2,
        "path": "/etc/systemd/system/foo.service.d",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 30,
        "uid": 0,
        "version": "4017846002",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [Check that drop in directory exists] *************************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:30
Saturday 14 December 2024  18:15:50 -0500 (0:00:00.354)       0:00:33.597 ***** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that dropin file was deployed] ************************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:35
Saturday 14 December 2024  18:15:50 -0500 (0:00:00.022)       0:00:33.619 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1734218147.8469965,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "43138f80633a2dd32d446b237b9ed62fa32438dd",
        "ctime": 1734218147.8539965,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 207618242,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1734218147.5929964,
        "nlink": 1,
        "path": "/etc/systemd/system/foo.service.d/99-override.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 48,
        "uid": 0,
        "version": "796269906",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
META: ran handlers
META: ran handlers

PLAY [Ensure that we can start units using the role] ***************************
META: ran handlers

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 14 December 2024  18:15:51 -0500 (0:00:00.398)       0:00:34.017 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 14 December 2024  18:15:51 -0500 (0:00:00.024)       0:00:34.042 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: end_host conditional evaluated to false, continuing execution for managed-node1

TASK [fedora.linux_system_roles.systemd : Check if system is ostree] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 14 December 2024  18:15:51 -0500 (0:00:00.036)       0:00:34.079 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 14 December 2024  18:15:51 -0500 (0:00:00.018)       0:00:34.098 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 14 December 2024  18:15:51 -0500 (0:00:00.020)       0:00:34.118 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 14 December 2024  18:15:51 -0500 (0:00:00.019)       0:00:34.137 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 14 December 2024  18:15:51 -0500 (0:00:00.021)       0:00:34.159 ***** 
ok: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 14 December 2024  18:15:54 -0500 (0:00:02.880)       0:00:37.039 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.023)       0:00:37.063 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.033)       0:00:37.097 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.032)       0:00:37.129 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {}
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.025)       0:00:37.155 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.062)       0:00:37.217 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.031)       0:00:37.248 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.026)       0:00:37.275 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.041)       0:00:37.316 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.034)       0:00:37.351 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.035)       0:00:37.386 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.022)       0:00:37.409 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.020)       0:00:37.430 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.018)       0:00:37.448 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.034)       0:00:37.482 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.022)       0:00:37.505 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.047)       0:00:37.553 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.051)       0:00:37.605 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.050)       0:00:37.656 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.032)       0:00:37.688 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.022)       0:00:37.711 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.022)       0:00:37.734 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.039)       0:00:37.774 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.021)       0:00:37.796 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.040)       0:00:37.836 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.036)       0:00:37.872 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service.conf.j2",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.033)       0:00:37.906 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.020)       0:00:37.927 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.020)       0:00:37.947 ***** 

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.018)       0:00:37.966 ***** 

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 14 December 2024  18:15:54 -0500 (0:00:00.025)       0:00:37.991 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:55 -0500 (0:00:00.155)       0:00:38.146 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 14 December 2024  18:15:55 -0500 (0:00:00.045)       0:00:38.191 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 14 December 2024  18:15:55 -0500 (0:00:00.062)       0:00:38.254 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 14 December 2024  18:15:55 -0500 (0:00:00.033)       0:00:38.288 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {
            "root": {
                "group": "0",
                "units_dir": "/etc/systemd/system",
                "xdg_dir": "/run/user/0"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 14 December 2024  18:15:55 -0500 (0:00:00.039)       0:00:38.328 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_dict_list": [
            {
                "dir_mode": "0755",
                "group": "0",
                "item": "foo.service",
                "mode": "0644",
                "state": "present",
                "units_dir": "/etc/systemd/system",
                "user": "root",
                "xdg_dir": "/run/user/0"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Enable linger if needed] *************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 14 December 2024  18:15:55 -0500 (0:00:00.042)       0:00:38.370 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:55 -0500 (0:00:00.027)       0:00:38.398 ***** 
changed: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "name": "foo.service",
    "state": "started",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "-.mount systemd-journald.socket system.slice tmp.mount systemd-tmpfiles-setup.service basic.target sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "foo.service",
        "DevicePolicy": "auto",
        "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/etc/systemd/system/foo.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "foo.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "foo.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "yes",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target -.mount system.slice",
        "RequiresMountsFor": "/var/tmp",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22406",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:55 -0500 (0:00:00.560)       0:00:38.959 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:55 -0500 (0:00:00.033)       0:00:38.993 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:56 -0500 (0:00:00.037)       0:00:39.030 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:56 -0500 (0:00:00.031)       0:00:39.062 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:56 -0500 (0:00:00.033)       0:00:39.096 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:56 -0500 (0:00:00.026)       0:00:39.123 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:56 -0500 (0:00:00.031)       0:00:39.154 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:56 -0500 (0:00:00.026)       0:00:39.181 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:56 -0500 (0:00:00.037)       0:00:39.219 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:56 -0500 (0:00:00.029)       0:00:39.248 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:56 -0500 (0:00:00.044)       0:00:39.292 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:56 -0500 (0:00:00.040)       0:00:39.333 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:15:56 -0500 (0:00:00.050)       0:00:39.383 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:15:56 -0500 (0:00:00.045)       0:00:39.428 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 14 December 2024  18:15:56 -0500 (0:00:00.051)       0:00:39.480 ***** 
ok: [managed-node1] => {}

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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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 : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 14 December 2024  18:15:56 -0500 (0:00:00.038)       0:00:39.519 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 14 December 2024  18:15:56 -0500 (0:00:00.079)       0:00:39.598 ***** 
ok: [managed-node1] => {
    "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"
            },
            "foo.service": {
                "active_state": "active",
                "description": "foo.service",
                "load_state": "loaded",
                "name": "foo.service",
                "sub_state": "running"
            },
            "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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"
                },
                "foo.service": {
                    "active_state": "active",
                    "description": "foo.service",
                    "load_state": "loaded",
                    "name": "foo.service",
                    "sub_state": "running"
                },
                "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-5.scope": {
                    "active_state": "active",
                    "description": "Session 5 of user root",
                    "load_state": "loaded",
                    "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 14 December 2024  18:15:57 -0500 (0:00:00.481)       0:00:40.080 ***** 
ok: [managed-node1] => {}

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"
        },
        "foo.service": {
            "active_state": "active",
            "description": "foo.service",
            "load_state": "loaded",
            "name": "foo.service",
            "sub_state": "running"
        },
        "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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 14 December 2024  18:15:57 -0500 (0:00:00.029)       0:00:40.110 ***** 
ok: [managed-node1] => {
    "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"
            },
            "foo.service": {
                "active_state": "active",
                "description": "foo.service",
                "load_state": "loaded",
                "name": "foo.service",
                "sub_state": "running"
            },
            "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 14 December 2024  18:15:57 -0500 (0:00:00.047)       0:00:40.157 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 14 December 2024  18:15:57 -0500 (0:00:00.051)       0:00:40.209 ***** 

TASK [Make sure that foo.service main state is active] *************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:48
Saturday 14 December 2024  18:15:57 -0500 (0:00:00.023)       0:00:40.233 ***** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY [Ensure that we can restart units using the role] *************************

TASK [Save MainPID of foo.service before restart] ******************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:69
Saturday 14 December 2024  18:15:57 -0500 (0:00:00.034)       0:00:40.267 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "MainPID",
        "foo.service"
    ],
    "delta": "0:00:00.010821",
    "end": "2024-12-14 18:15:57.724252",
    "rc": 0,
    "start": "2024-12-14 18:15:57.713431"
}

STDOUT:

MainPID=9504
META: ran handlers

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 14 December 2024  18:15:57 -0500 (0:00:00.505)       0:00:40.772 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 14 December 2024  18:15:57 -0500 (0:00:00.028)       0:00:40.801 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: end_host conditional evaluated to false, continuing execution for managed-node1

TASK [fedora.linux_system_roles.systemd : Check if system is ostree] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 14 December 2024  18:15:57 -0500 (0:00:00.043)       0:00:40.845 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 14 December 2024  18:15:57 -0500 (0:00:00.028)       0:00:40.873 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 14 December 2024  18:15:57 -0500 (0:00:00.021)       0:00:40.894 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 14 December 2024  18:15:57 -0500 (0:00:00.026)       0:00:40.921 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 14 December 2024  18:15:57 -0500 (0:00:00.022)       0:00:40.943 ***** 
ok: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 14 December 2024  18:16:00 -0500 (0:00:02.862)       0:00:43.805 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 14 December 2024  18:16:00 -0500 (0:00:00.019)       0:00:43.825 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 14 December 2024  18:16:00 -0500 (0:00:00.018)       0:00:43.844 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 14 December 2024  18:16:00 -0500 (0:00:00.018)       0:00:43.862 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {}
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 14 December 2024  18:16:00 -0500 (0:00:00.018)       0:00:43.880 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:00 -0500 (0:00:00.051)       0:00:43.932 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:00 -0500 (0:00:00.040)       0:00:43.973 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.036)       0:00:44.009 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.047)       0:00:44.057 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.038)       0:00:44.095 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.039)       0:00:44.135 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.027)       0:00:44.162 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.021)       0:00:44.184 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.022)       0:00:44.206 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.027)       0:00:44.233 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.021)       0:00:44.254 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.036)       0:00:44.290 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.034)       0:00:44.324 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.035)       0:00:44.360 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.025)       0:00:44.385 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.027)       0:00:44.413 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.030)       0:00:44.444 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.039)       0:00:44.483 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.023)       0:00:44.507 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.041)       0:00:44.548 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.043)       0:00:44.591 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.039)       0:00:44.631 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.022)       0:00:44.654 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.021)       0:00:44.676 ***** 

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.017)       0:00:44.694 ***** 

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.023)       0:00:44.718 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.070)       0:00:44.788 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.035)       0:00:44.824 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.040)       0:00:44.865 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.041)       0:00:44.907 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:01 -0500 (0:00:00.051)       0:00:44.958 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 14 December 2024  18:16:02 -0500 (0:00:00.044)       0:00:45.002 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 14 December 2024  18:16:02 -0500 (0:00:00.061)       0:00:45.064 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 14 December 2024  18:16:02 -0500 (0:00:00.036)       0:00:45.101 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {
            "root": {
                "group": "0",
                "units_dir": "/etc/systemd/system",
                "xdg_dir": "/run/user/0"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 14 December 2024  18:16:02 -0500 (0:00:00.046)       0:00:45.147 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_dict_list": [
            {
                "dir_mode": "0755",
                "group": "0",
                "item": "foo.service",
                "mode": "0644",
                "state": "present",
                "units_dir": "/etc/systemd/system",
                "user": "root",
                "xdg_dir": "/run/user/0"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Enable linger if needed] *************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 14 December 2024  18:16:02 -0500 (0:00:00.044)       0:00:45.192 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:02 -0500 (0:00:00.027)       0:00:45.219 ***** 
changed: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "name": "foo.service",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-14 18:15:55 EST",
        "ActiveEnterTimestampMonotonic": "306896538",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice sysinit.target tmp.mount systemd-tmpfiles-setup.service basic.target -.mount systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 18:15:55 EST",
        "AssertTimestampMonotonic": "306895147",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 18:15:55 EST",
        "ConditionTimestampMonotonic": "306895146",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/foo.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "foo.service",
        "DevicePolicy": "auto",
        "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "9504",
        "ExecMainStartTimestamp": "Sat 2024-12-14 18:15:55 EST",
        "ExecMainStartTimestampMonotonic": "306896498",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[Sat 2024-12-14 18:15:55 EST] ; stop_time=[n/a] ; pid=9504 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/etc/systemd/system/foo.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "foo.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-12-14 18:15:55 EST",
        "InactiveExitTimestampMonotonic": "306896538",
        "InvocationID": "0940d051c32e461eba6471a8be5c6f31",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "9504",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "188416",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "foo.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "yes",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice -.mount",
        "RequiresMountsFor": "/var/tmp",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 18:15:55 EST",
        "StateChangeTimestampMonotonic": "306896538",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22406",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogTimestamp": "Sat 2024-12-14 18:15:55 EST",
        "WatchdogTimestampMonotonic": "306896535",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:02 -0500 (0:00:00.556)       0:00:45.775 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:02 -0500 (0:00:00.031)       0:00:45.807 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:02 -0500 (0:00:00.036)       0:00:45.843 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:02 -0500 (0:00:00.032)       0:00:45.876 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:02 -0500 (0:00:00.039)       0:00:45.915 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:02 -0500 (0:00:00.030)       0:00:45.946 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:02 -0500 (0:00:00.031)       0:00:45.978 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:03 -0500 (0:00:00.027)       0:00:46.006 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:03 -0500 (0:00:00.036)       0:00:46.042 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:03 -0500 (0:00:00.027)       0:00:46.069 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 14 December 2024  18:16:03 -0500 (0:00:00.034)       0:00:46.104 ***** 
ok: [managed-node1] => {}

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"
        },
        "foo.service": {
            "active_state": "active",
            "description": "foo.service",
            "load_state": "loaded",
            "name": "foo.service",
            "sub_state": "running"
        },
        "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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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 : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 14 December 2024  18:16:03 -0500 (0:00:00.029)       0:00:46.134 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 14 December 2024  18:16:03 -0500 (0:00:00.066)       0:00:46.200 ***** 
ok: [managed-node1] => {
    "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"
            },
            "foo.service": {
                "active_state": "active",
                "description": "foo.service",
                "load_state": "loaded",
                "name": "foo.service",
                "sub_state": "running"
            },
            "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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"
                },
                "foo.service": {
                    "active_state": "active",
                    "description": "foo.service",
                    "load_state": "loaded",
                    "name": "foo.service",
                    "sub_state": "running"
                },
                "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-5.scope": {
                    "active_state": "active",
                    "description": "Session 5 of user root",
                    "load_state": "loaded",
                    "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 14 December 2024  18:16:03 -0500 (0:00:00.585)       0:00:46.785 ***** 
ok: [managed-node1] => {}

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"
        },
        "foo.service": {
            "active_state": "active",
            "description": "foo.service",
            "load_state": "loaded",
            "name": "foo.service",
            "sub_state": "running"
        },
        "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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 14 December 2024  18:16:03 -0500 (0:00:00.031)       0:00:46.817 ***** 
ok: [managed-node1] => {
    "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"
            },
            "foo.service": {
                "active_state": "active",
                "description": "foo.service",
                "load_state": "loaded",
                "name": "foo.service",
                "sub_state": "running"
            },
            "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 14 December 2024  18:16:03 -0500 (0:00:00.047)       0:00:46.865 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 14 December 2024  18:16:03 -0500 (0:00:00.044)       0:00:46.910 ***** 

TASK [Get MainPID of foo.service] **********************************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:75
Saturday 14 December 2024  18:16:03 -0500 (0:00:00.021)       0:00:46.932 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "MainPID",
        "foo.service"
    ],
    "delta": "0:00:00.008536",
    "end": "2024-12-14 18:16:04.231164",
    "rc": 0,
    "start": "2024-12-14 18:16:04.222628"
}

STDOUT:

MainPID=10013

TASK [Check that service was restarted by looking at MainPID] ******************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:81
Saturday 14 December 2024  18:16:04 -0500 (0:00:00.349)       0:00:47.281 ***** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY [Ensure that we can reload units] *****************************************

TASK [Delete reload flag file] *************************************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:95
Saturday 14 December 2024  18:16:04 -0500 (0:00:00.035)       0:00:47.317 ***** 
ok: [managed-node1] => {
    "changed": false,
    "path": "/tmp/foo-service-reloaded",
    "state": "absent"
}
META: ran handlers

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 14 December 2024  18:16:04 -0500 (0:00:00.343)       0:00:47.661 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 14 December 2024  18:16:04 -0500 (0:00:00.022)       0:00:47.683 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: end_host conditional evaluated to false, continuing execution for managed-node1

TASK [fedora.linux_system_roles.systemd : Check if system is ostree] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 14 December 2024  18:16:04 -0500 (0:00:00.037)       0:00:47.720 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 14 December 2024  18:16:04 -0500 (0:00:00.020)       0:00:47.740 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 14 December 2024  18:16:04 -0500 (0:00:00.020)       0:00:47.761 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 14 December 2024  18:16:04 -0500 (0:00:00.022)       0:00:47.783 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 14 December 2024  18:16:04 -0500 (0:00:00.030)       0:00:47.814 ***** 
ok: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 14 December 2024  18:16:07 -0500 (0:00:02.886)       0:00:50.700 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 14 December 2024  18:16:07 -0500 (0:00:00.023)       0:00:50.723 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 14 December 2024  18:16:07 -0500 (0:00:00.026)       0:00:50.750 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 14 December 2024  18:16:07 -0500 (0:00:00.023)       0:00:50.774 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {}
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 14 December 2024  18:16:07 -0500 (0:00:00.018)       0:00:50.792 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:07 -0500 (0:00:00.048)       0:00:50.840 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:07 -0500 (0:00:00.027)       0:00:50.868 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:07 -0500 (0:00:00.022)       0:00:50.891 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:07 -0500 (0:00:00.034)       0:00:50.925 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:07 -0500 (0:00:00.038)       0:00:50.964 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.043)       0:00:51.008 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.031)       0:00:51.039 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.032)       0:00:51.071 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.026)       0:00:51.098 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.031)       0:00:51.130 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.026)       0:00:51.157 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.039)       0:00:51.197 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.038)       0:00:51.235 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.038)       0:00:51.274 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.020)       0:00:51.295 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.020)       0:00:51.315 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.022)       0:00:51.338 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.029)       0:00:51.367 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.021)       0:00:51.388 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.043)       0:00:51.431 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.043)       0:00:51.475 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.049)       0:00:51.524 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.030)       0:00:51.555 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.022)       0:00:51.578 ***** 

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.022)       0:00:51.601 ***** 

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.023)       0:00:51.625 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.082)       0:00:51.707 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.028)       0:00:51.736 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.030)       0:00:51.767 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.026)       0:00:51.794 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.032)       0:00:51.827 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.031)       0:00:51.858 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.036)       0:00:51.894 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 14 December 2024  18:16:08 -0500 (0:00:00.050)       0:00:51.945 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 14 December 2024  18:16:09 -0500 (0:00:00.076)       0:00:52.022 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 14 December 2024  18:16:09 -0500 (0:00:00.047)       0:00:52.069 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {
            "root": {
                "group": "0",
                "units_dir": "/etc/systemd/system",
                "xdg_dir": "/run/user/0"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 14 December 2024  18:16:09 -0500 (0:00:00.058)       0:00:52.128 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_dict_list": [
            {
                "dir_mode": "0755",
                "group": "0",
                "item": "foo.service",
                "mode": "0644",
                "state": "present",
                "units_dir": "/etc/systemd/system",
                "user": "root",
                "xdg_dir": "/run/user/0"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Enable linger if needed] *************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 14 December 2024  18:16:09 -0500 (0:00:00.048)       0:00:52.176 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:09 -0500 (0:00:00.032)       0:00:52.209 ***** 
changed: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "name": "foo.service",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ActiveEnterTimestampMonotonic": "313703691",
        "ActiveExitTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ActiveExitTimestampMonotonic": "313697317",
        "ActiveState": "active",
        "After": "system.slice sysinit.target tmp.mount systemd-tmpfiles-setup.service basic.target -.mount systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "AssertTimestampMonotonic": "313702435",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ConditionTimestampMonotonic": "313702434",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/foo.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "foo.service",
        "DevicePolicy": "auto",
        "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "10013",
        "ExecMainStartTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ExecMainStartTimestampMonotonic": "313703645",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[Sat 2024-12-14 18:16:02 EST] ; stop_time=[n/a] ; pid=10013 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/etc/systemd/system/foo.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "foo.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "InactiveEnterTimestampMonotonic": "313701762",
        "InactiveExitTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "InactiveExitTimestampMonotonic": "313703691",
        "InvocationID": "21c365a857324a8a9db82c398c0d66da",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10013",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "200704",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "foo.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "yes",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice -.mount",
        "RequiresMountsFor": "/var/tmp",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "StateChangeTimestampMonotonic": "313703691",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22406",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "WatchdogTimestampMonotonic": "313703688",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:09 -0500 (0:00:00.529)       0:00:52.738 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:09 -0500 (0:00:00.027)       0:00:52.765 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:09 -0500 (0:00:00.038)       0:00:52.803 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:09 -0500 (0:00:00.035)       0:00:52.839 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:09 -0500 (0:00:00.049)       0:00:52.889 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:09 -0500 (0:00:00.039)       0:00:52.928 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:10 -0500 (0:00:00.110)       0:00:53.038 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:10 -0500 (0:00:00.034)       0:00:53.073 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 14 December 2024  18:16:10 -0500 (0:00:00.039)       0:00:53.112 ***** 
ok: [managed-node1] => {}

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"
        },
        "foo.service": {
            "active_state": "active",
            "description": "foo.service",
            "load_state": "loaded",
            "name": "foo.service",
            "sub_state": "running"
        },
        "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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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 : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 14 December 2024  18:16:10 -0500 (0:00:00.028)       0:00:53.140 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 14 December 2024  18:16:10 -0500 (0:00:00.051)       0:00:53.192 ***** 
ok: [managed-node1] => {
    "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"
            },
            "foo.service": {
                "active_state": "active",
                "description": "foo.service",
                "load_state": "loaded",
                "name": "foo.service",
                "sub_state": "running"
            },
            "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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"
                },
                "foo.service": {
                    "active_state": "active",
                    "description": "foo.service",
                    "load_state": "loaded",
                    "name": "foo.service",
                    "sub_state": "running"
                },
                "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-5.scope": {
                    "active_state": "active",
                    "description": "Session 5 of user root",
                    "load_state": "loaded",
                    "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 14 December 2024  18:16:10 -0500 (0:00:00.452)       0:00:53.644 ***** 
ok: [managed-node1] => {}

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"
        },
        "foo.service": {
            "active_state": "active",
            "description": "foo.service",
            "load_state": "loaded",
            "name": "foo.service",
            "sub_state": "running"
        },
        "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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 14 December 2024  18:16:10 -0500 (0:00:00.025)       0:00:53.669 ***** 
ok: [managed-node1] => {
    "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"
            },
            "foo.service": {
                "active_state": "active",
                "description": "foo.service",
                "load_state": "loaded",
                "name": "foo.service",
                "sub_state": "running"
            },
            "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 14 December 2024  18:16:10 -0500 (0:00:00.040)       0:00:53.709 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 14 December 2024  18:16:10 -0500 (0:00:00.041)       0:00:53.751 ***** 

TASK [Reload operation should created flag file] *******************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:100
Saturday 14 December 2024  18:16:10 -0500 (0:00:00.020)       0:00:53.771 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}
META: ran handlers
META: ran handlers

PLAY [Ensure that we can enable unit files] ************************************

TASK [Save UnitFileState before calling role] **********************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:113
Saturday 14 December 2024  18:16:11 -0500 (0:00:00.350)       0:00:54.122 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "UnitFileState",
        "foo.service"
    ],
    "delta": "0:00:00.008121",
    "end": "2024-12-14 18:16:11.429373",
    "rc": 0,
    "start": "2024-12-14 18:16:11.421252"
}

STDOUT:

UnitFileState=disabled
META: ran handlers

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 14 December 2024  18:16:11 -0500 (0:00:00.361)       0:00:54.484 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 14 December 2024  18:16:11 -0500 (0:00:00.026)       0:00:54.511 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: end_host conditional evaluated to false, continuing execution for managed-node1

TASK [fedora.linux_system_roles.systemd : Check if system is ostree] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 14 December 2024  18:16:11 -0500 (0:00:00.063)       0:00:54.574 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 14 December 2024  18:16:11 -0500 (0:00:00.020)       0:00:54.594 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 14 December 2024  18:16:11 -0500 (0:00:00.023)       0:00:54.618 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 14 December 2024  18:16:11 -0500 (0:00:00.027)       0:00:54.646 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 14 December 2024  18:16:11 -0500 (0:00:00.020)       0:00:54.666 ***** 
ok: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 14 December 2024  18:16:14 -0500 (0:00:02.865)       0:00:57.532 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 14 December 2024  18:16:14 -0500 (0:00:00.020)       0:00:57.552 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 14 December 2024  18:16:14 -0500 (0:00:00.019)       0:00:57.572 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 14 December 2024  18:16:14 -0500 (0:00:00.021)       0:00:57.594 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {}
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 14 December 2024  18:16:14 -0500 (0:00:00.018)       0:00:57.612 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:14 -0500 (0:00:00.048)       0:00:57.661 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:14 -0500 (0:00:00.033)       0:00:57.695 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:14 -0500 (0:00:00.026)       0:00:57.722 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:14 -0500 (0:00:00.045)       0:00:57.767 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:14 -0500 (0:00:00.055)       0:00:57.823 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:14 -0500 (0:00:00.046)       0:00:57.869 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:14 -0500 (0:00:00.023)       0:00:57.893 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:14 -0500 (0:00:00.022)       0:00:57.915 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:14 -0500 (0:00:00.024)       0:00:57.940 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:14 -0500 (0:00:00.031)       0:00:57.971 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.029)       0:00:58.000 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.039)       0:00:58.040 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.034)       0:00:58.074 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.036)       0:00:58.110 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.060)       0:00:58.171 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.021)       0:00:58.192 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.018)       0:00:58.210 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.034)       0:00:58.245 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.023)       0:00:58.269 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.050)       0:00:58.320 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.053)       0:00:58.374 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.052)       0:00:58.427 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.032)       0:00:58.459 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.030)       0:00:58.489 ***** 

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.028)       0:00:58.518 ***** 

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.036)       0:00:58.555 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.113)       0:00:58.668 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.034)       0:00:58.702 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.043)       0:00:58.745 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.046)       0:00:58.792 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.049)       0:00:58.842 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.043)       0:00:58.885 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.042)       0:00:58.927 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:15 -0500 (0:00:00.035)       0:00:58.963 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:16 -0500 (0:00:00.038)       0:00:59.001 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 14 December 2024  18:16:16 -0500 (0:00:00.038)       0:00:59.040 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 14 December 2024  18:16:16 -0500 (0:00:00.055)       0:00:59.095 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 14 December 2024  18:16:16 -0500 (0:00:00.031)       0:00:59.127 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {
            "root": {
                "group": "0",
                "units_dir": "/etc/systemd/system",
                "xdg_dir": "/run/user/0"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 14 December 2024  18:16:16 -0500 (0:00:00.046)       0:00:59.174 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_dict_list": [
            {
                "dir_mode": "0755",
                "group": "0",
                "item": "foo.service",
                "mode": "0644",
                "state": "present",
                "units_dir": "/etc/systemd/system",
                "user": "root",
                "xdg_dir": "/run/user/0"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Enable linger if needed] *************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 14 December 2024  18:16:16 -0500 (0:00:00.060)       0:00:59.235 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:16 -0500 (0:00:00.043)       0:00:59.278 ***** 
changed: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "enabled": true,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "name": "foo.service",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ActiveEnterTimestampMonotonic": "313703691",
        "ActiveExitTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ActiveExitTimestampMonotonic": "313697317",
        "ActiveState": "active",
        "After": "system.slice sysinit.target tmp.mount systemd-tmpfiles-setup.service basic.target -.mount systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "AssertTimestampMonotonic": "313702435",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ConditionTimestampMonotonic": "313702434",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/foo.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "foo.service",
        "DevicePolicy": "auto",
        "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "10013",
        "ExecMainStartTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ExecMainStartTimestampMonotonic": "313703645",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[Sat 2024-12-14 18:16:09 EST] ; stop_time=[Sat 2024-12-14 18:16:09 EST] ; pid=10642 ; code=exited ; status=0 }",
        "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[Sat 2024-12-14 18:16:02 EST] ; stop_time=[n/a] ; pid=10013 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/etc/systemd/system/foo.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "foo.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "InactiveEnterTimestampMonotonic": "313701762",
        "InactiveExitTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "InactiveExitTimestampMonotonic": "313703691",
        "InvocationID": "21c365a857324a8a9db82c398c0d66da",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10013",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "200704",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "foo.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "yes",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice -.mount",
        "RequiresMountsFor": "/var/tmp",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 18:16:09 EST",
        "StateChangeTimestampMonotonic": "320686146",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22406",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "WatchdogTimestampMonotonic": "313703688",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:16 -0500 (0:00:00.713)       0:00:59.991 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:17 -0500 (0:00:00.041)       0:01:00.032 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:17 -0500 (0:00:00.037)       0:01:00.070 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:17 -0500 (0:00:00.031)       0:01:00.102 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:17 -0500 (0:00:00.036)       0:01:00.138 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:17 -0500 (0:00:00.033)       0:01:00.172 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 14 December 2024  18:16:17 -0500 (0:00:00.039)       0:01:00.212 ***** 
ok: [managed-node1] => {}

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"
        },
        "foo.service": {
            "active_state": "active",
            "description": "foo.service",
            "load_state": "loaded",
            "name": "foo.service",
            "sub_state": "running"
        },
        "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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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 : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 14 December 2024  18:16:17 -0500 (0:00:00.025)       0:01:00.237 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 14 December 2024  18:16:17 -0500 (0:00:00.047)       0:01:00.285 ***** 
ok: [managed-node1] => {
    "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"
            },
            "foo.service": {
                "active_state": "active",
                "description": "foo.service",
                "load_state": "loaded",
                "name": "foo.service",
                "sub_state": "running"
            },
            "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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"
                },
                "foo.service": {
                    "active_state": "active",
                    "description": "foo.service",
                    "load_state": "loaded",
                    "name": "foo.service",
                    "sub_state": "running"
                },
                "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-5.scope": {
                    "active_state": "active",
                    "description": "Session 5 of user root",
                    "load_state": "loaded",
                    "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 14 December 2024  18:16:17 -0500 (0:00:00.451)       0:01:00.737 ***** 
ok: [managed-node1] => {}

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"
        },
        "foo.service": {
            "active_state": "active",
            "description": "foo.service",
            "load_state": "loaded",
            "name": "foo.service",
            "sub_state": "running"
        },
        "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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 14 December 2024  18:16:17 -0500 (0:00:00.024)       0:01:00.761 ***** 
ok: [managed-node1] => {
    "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"
            },
            "foo.service": {
                "active_state": "active",
                "description": "foo.service",
                "load_state": "loaded",
                "name": "foo.service",
                "sub_state": "running"
            },
            "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 14 December 2024  18:16:17 -0500 (0:00:00.049)       0:01:00.811 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 14 December 2024  18:16:17 -0500 (0:00:00.049)       0:01:00.860 ***** 

TASK [Get UnitFileState=] ******************************************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:119
Saturday 14 December 2024  18:16:17 -0500 (0:00:00.020)       0:01:00.881 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "UnitFileState",
        "foo.service"
    ],
    "delta": "0:00:00.008969",
    "end": "2024-12-14 18:16:18.186479",
    "rc": 0,
    "start": "2024-12-14 18:16:18.177510"
}

STDOUT:

UnitFileState=enabled

TASK [Check that unit file was enabled] ****************************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:125
Saturday 14 December 2024  18:16:18 -0500 (0:00:00.361)       0:01:01.242 ***** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY [Ensure that we can disable unit files] ***********************************
META: ran handlers

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 14 December 2024  18:16:18 -0500 (0:00:00.038)       0:01:01.280 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 14 December 2024  18:16:18 -0500 (0:00:00.023)       0:01:01.304 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: end_host conditional evaluated to false, continuing execution for managed-node1

TASK [fedora.linux_system_roles.systemd : Check if system is ostree] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 14 December 2024  18:16:18 -0500 (0:00:00.075)       0:01:01.380 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 14 December 2024  18:16:18 -0500 (0:00:00.019)       0:01:01.399 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 14 December 2024  18:16:18 -0500 (0:00:00.020)       0:01:01.420 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 14 December 2024  18:16:18 -0500 (0:00:00.019)       0:01:01.440 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 14 December 2024  18:16:18 -0500 (0:00:00.020)       0:01:01.460 ***** 
ok: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 14 December 2024  18:16:21 -0500 (0:00:02.882)       0:01:04.343 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.022)       0:01:04.365 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.023)       0:01:04.388 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.021)       0:01:04.410 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {}
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.023)       0:01:04.433 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.057)       0:01:04.490 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.034)       0:01:04.525 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.021)       0:01:04.547 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.035)       0:01:04.582 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.033)       0:01:04.616 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.033)       0:01:04.649 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.019)       0:01:04.669 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.021)       0:01:04.691 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.019)       0:01:04.711 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.036)       0:01:04.748 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.020)       0:01:04.768 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.037)       0:01:04.805 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.045)       0:01:04.850 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.036)       0:01:04.886 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.023)       0:01:04.910 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.018)       0:01:04.929 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.017)       0:01:04.946 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.026)       0:01:04.973 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:21 -0500 (0:00:00.020)       0:01:04.994 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.032)       0:01:05.027 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.035)       0:01:05.063 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.036)       0:01:05.099 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.027)       0:01:05.126 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.022)       0:01:05.149 ***** 

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.023)       0:01:05.172 ***** 

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.024)       0:01:05.197 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.084)       0:01:05.281 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.029)       0:01:05.311 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.033)       0:01:05.344 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.026)       0:01:05.371 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.033)       0:01:05.404 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.027)       0:01:05.431 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.033)       0:01:05.465 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.029)       0:01:05.494 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.045)       0:01:05.539 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.040)       0:01:05.580 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.047)       0:01:05.627 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.055)       0:01:05.683 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.077)       0:01:05.761 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.047)       0:01:05.808 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {
            "root": {
                "group": "0",
                "units_dir": "/etc/systemd/system",
                "xdg_dir": "/run/user/0"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.061)       0:01:05.870 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_dict_list": [
            {
                "dir_mode": "0755",
                "group": "0",
                "item": "foo.service",
                "mode": "0644",
                "state": "present",
                "units_dir": "/etc/systemd/system",
                "user": "root",
                "xdg_dir": "/run/user/0"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Enable linger if needed] *************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.071)       0:01:05.941 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:22 -0500 (0:00:00.042)       0:01:05.984 ***** 
changed: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "enabled": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "name": "foo.service",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ActiveEnterTimestampMonotonic": "313703691",
        "ActiveExitTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ActiveExitTimestampMonotonic": "313697317",
        "ActiveState": "active",
        "After": "tmp.mount basic.target systemd-tmpfiles-setup.service systemd-journald.socket system.slice -.mount sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "AssertTimestampMonotonic": "313702435",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ConditionTimestampMonotonic": "313702434",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/foo.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "foo.service",
        "DevicePolicy": "auto",
        "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "10013",
        "ExecMainStartTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ExecMainStartTimestampMonotonic": "313703645",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/etc/systemd/system/foo.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "foo.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "InactiveEnterTimestampMonotonic": "313701762",
        "InactiveExitTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "InactiveExitTimestampMonotonic": "313703691",
        "InvocationID": "21c365a857324a8a9db82c398c0d66da",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10013",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "200704",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "foo.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "yes",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "-.mount sysinit.target system.slice",
        "RequiresMountsFor": "/var/tmp",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 18:16:09 EST",
        "StateChangeTimestampMonotonic": "320686146",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22406",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "WatchdogTimestampMonotonic": "313703688",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:23 -0500 (0:00:00.643)       0:01:06.628 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:23 -0500 (0:00:00.027)       0:01:06.656 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:23 -0500 (0:00:00.032)       0:01:06.689 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:23 -0500 (0:00:00.027)       0:01:06.717 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 14 December 2024  18:16:23 -0500 (0:00:00.033)       0:01:06.750 ***** 
ok: [managed-node1] => {}

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"
        },
        "foo.service": {
            "active_state": "active",
            "description": "foo.service",
            "load_state": "loaded",
            "name": "foo.service",
            "sub_state": "running"
        },
        "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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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 : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 14 December 2024  18:16:23 -0500 (0:00:00.024)       0:01:06.775 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 14 December 2024  18:16:23 -0500 (0:00:00.050)       0:01:06.826 ***** 
ok: [managed-node1] => {
    "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"
            },
            "foo.service": {
                "active_state": "active",
                "description": "foo.service",
                "load_state": "loaded",
                "name": "foo.service",
                "sub_state": "running"
            },
            "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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"
                },
                "foo.service": {
                    "active_state": "active",
                    "description": "foo.service",
                    "load_state": "loaded",
                    "name": "foo.service",
                    "sub_state": "running"
                },
                "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-5.scope": {
                    "active_state": "active",
                    "description": "Session 5 of user root",
                    "load_state": "loaded",
                    "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 14 December 2024  18:16:24 -0500 (0:00:00.503)       0:01:07.329 ***** 
ok: [managed-node1] => {}

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"
        },
        "foo.service": {
            "active_state": "active",
            "description": "foo.service",
            "load_state": "loaded",
            "name": "foo.service",
            "sub_state": "running"
        },
        "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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 14 December 2024  18:16:24 -0500 (0:00:00.025)       0:01:07.355 ***** 
ok: [managed-node1] => {
    "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"
            },
            "foo.service": {
                "active_state": "active",
                "description": "foo.service",
                "load_state": "loaded",
                "name": "foo.service",
                "sub_state": "running"
            },
            "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 14 December 2024  18:16:24 -0500 (0:00:00.041)       0:01:07.396 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 14 December 2024  18:16:24 -0500 (0:00:00.039)       0:01:07.436 ***** 

TASK [Get UnitFileState=] ******************************************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:140
Saturday 14 December 2024  18:16:24 -0500 (0:00:00.019)       0:01:07.456 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "UnitFileState",
        "foo.service"
    ],
    "delta": "0:00:00.010764",
    "end": "2024-12-14 18:16:24.755821",
    "rc": 0,
    "start": "2024-12-14 18:16:24.745057"
}

STDOUT:

UnitFileState=disabled

TASK [Check that foo.service is disabled] **************************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:146
Saturday 14 December 2024  18:16:24 -0500 (0:00:00.348)       0:01:07.804 ***** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY [Ensure that we can mask unit files] **************************************

TASK [Save UnitFileState before calling role] **********************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:161
Saturday 14 December 2024  18:16:24 -0500 (0:00:00.028)       0:01:07.833 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "UnitFileState",
        "sshd.service"
    ],
    "delta": "0:00:00.009374",
    "end": "2024-12-14 18:16:25.134987",
    "rc": 0,
    "start": "2024-12-14 18:16:25.125613"
}

STDOUT:

UnitFileState=enabled
META: ran handlers

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 14 December 2024  18:16:25 -0500 (0:00:00.352)       0:01:08.185 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 14 December 2024  18:16:25 -0500 (0:00:00.022)       0:01:08.207 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: end_host conditional evaluated to false, continuing execution for managed-node1

TASK [fedora.linux_system_roles.systemd : Check if system is ostree] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 14 December 2024  18:16:25 -0500 (0:00:00.038)       0:01:08.246 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 14 December 2024  18:16:25 -0500 (0:00:00.019)       0:01:08.266 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 14 December 2024  18:16:25 -0500 (0:00:00.019)       0:01:08.285 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 14 December 2024  18:16:25 -0500 (0:00:00.019)       0:01:08.304 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 14 December 2024  18:16:25 -0500 (0:00:00.018)       0:01:08.323 ***** 
ok: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 14 December 2024  18:16:28 -0500 (0:00:02.848)       0:01:11.172 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.024)       0:01:11.196 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.019)       0:01:11.216 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.025)       0:01:11.241 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {}
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.019)       0:01:11.261 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.059)       0:01:11.321 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.026)       0:01:11.347 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.020)       0:01:11.368 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.034)       0:01:11.402 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.033)       0:01:11.436 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.037)       0:01:11.473 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.026)       0:01:11.499 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.027)       0:01:11.527 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.029)       0:01:11.557 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.039)       0:01:11.596 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.025)       0:01:11.621 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.037)       0:01:11.659 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.040)       0:01:11.700 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.043)       0:01:11.744 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.023)       0:01:11.767 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.021)       0:01:11.789 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.018)       0:01:11.807 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.027)       0:01:11.835 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.021)       0:01:11.856 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.033)       0:01:11.890 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.035)       0:01:11.925 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:28 -0500 (0:00:00.039)       0:01:11.965 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.036)       0:01:12.002 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.032)       0:01:12.035 ***** 

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.028)       0:01:12.063 ***** 

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.036)       0:01:12.099 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.110)       0:01:12.210 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.041)       0:01:12.252 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.051)       0:01:12.303 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.032)       0:01:12.336 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.037)       0:01:12.374 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.031)       0:01:12.406 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.037)       0:01:12.443 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.031)       0:01:12.475 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.033)       0:01:12.509 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.027)       0:01:12.536 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.033)       0:01:12.569 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.027)       0:01:12.597 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.036)       0:01:12.634 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.044)       0:01:12.679 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.064)       0:01:12.743 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.077)       0:01:12.821 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {
            "root": {
                "group": "0",
                "units_dir": "/etc/systemd/system",
                "xdg_dir": "/run/user/0"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.042)       0:01:12.864 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_dict_list": [
            {
                "dir_mode": "0755",
                "group": "0",
                "item": "sshd.service",
                "mode": "0644",
                "state": "present",
                "units_dir": "/etc/systemd/system",
                "user": "root",
                "xdg_dir": "/run/user/0"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Enable linger if needed] *************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.046)       0:01:12.911 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:29 -0500 (0:00:00.031)       0:01:12.942 ***** 
changed: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "name": "sshd.service",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-14 18:11:03 EST",
        "ActiveEnterTimestampMonotonic": "14523234",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target network.target systemd-journald.socket system.slice cloud-init.service sshd-keygen.target sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 18:11:03 EST",
        "AssertTimestampMonotonic": "14481425",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 18:11:03 EST",
        "ConditionTimestampMonotonic": "14481423",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ConsistsOf": "sshd-keygen.target",
        "ControlGroup": "/system.slice/sshd.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "OpenSSH server daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:sshd(8) man:sshd_config(5)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/sshd (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "1021",
        "ExecMainStartTimestamp": "Sat 2024-12-14 18:11:03 EST",
        "ExecMainStartTimestampMonotonic": "14484327",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/sshd ; argv[]=/usr/sbin/sshd -D $OPTIONS $CRYPTO_POLICY ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/sshd.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "sshd.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-12-14 18:11:03 EST",
        "InactiveExitTimestampMonotonic": "14484365",
        "InvocationID": "62e36fba7fee4ff1b766d728f06a4574",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "1021",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "6701056",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "sshd.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartUSec": "42s",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 18:11:03 EST",
        "StateChangeTimestampMonotonic": "14523234",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22406",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "cloud-init.service multi-user.target",
        "Wants": "sshd-keygen.target",
        "WatchdogTimestamp": "Sat 2024-12-14 18:11:03 EST",
        "WatchdogTimestampMonotonic": "14523232",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:30 -0500 (0:00:00.701)       0:01:13.644 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:30 -0500 (0:00:00.040)       0:01:13.684 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 14 December 2024  18:16:30 -0500 (0:00:00.036)       0:01:13.720 ***** 
ok: [managed-node1] => {}

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"
        },
        "foo.service": {
            "active_state": "active",
            "description": "foo.service",
            "load_state": "loaded",
            "name": "foo.service",
            "sub_state": "running"
        },
        "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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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 : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 14 December 2024  18:16:30 -0500 (0:00:00.035)       0:01:13.755 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 14 December 2024  18:16:30 -0500 (0:00:00.059)       0:01:13.815 ***** 
ok: [managed-node1] => {
    "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"
            },
            "foo.service": {
                "active_state": "active",
                "description": "foo.service",
                "load_state": "loaded",
                "name": "foo.service",
                "sub_state": "running"
            },
            "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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": "sshd.service",
                "load_state": "masked",
                "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"
                },
                "foo.service": {
                    "active_state": "active",
                    "description": "foo.service",
                    "load_state": "loaded",
                    "name": "foo.service",
                    "sub_state": "running"
                },
                "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-5.scope": {
                    "active_state": "active",
                    "description": "Session 5 of user root",
                    "load_state": "loaded",
                    "name": "session-5.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": "sshd.service",
                    "load_state": "masked",
                    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 14 December 2024  18:16:31 -0500 (0:00:00.437)       0:01:14.253 ***** 
ok: [managed-node1] => {}

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"
        },
        "foo.service": {
            "active_state": "active",
            "description": "foo.service",
            "load_state": "loaded",
            "name": "foo.service",
            "sub_state": "running"
        },
        "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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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": "sshd.service",
            "load_state": "masked",
            "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 14 December 2024  18:16:31 -0500 (0:00:00.030)       0:01:14.283 ***** 
ok: [managed-node1] => {
    "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"
            },
            "foo.service": {
                "active_state": "active",
                "description": "foo.service",
                "load_state": "loaded",
                "name": "foo.service",
                "sub_state": "running"
            },
            "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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": "sshd.service",
                "load_state": "masked",
                "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 14 December 2024  18:16:31 -0500 (0:00:00.066)       0:01:14.350 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 14 December 2024  18:16:31 -0500 (0:00:00.071)       0:01:14.421 ***** 

TASK [Get UnitFileState=] ******************************************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:167
Saturday 14 December 2024  18:16:31 -0500 (0:00:00.035)       0:01:14.456 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "UnitFileState",
        "sshd.service"
    ],
    "delta": "0:00:00.008442",
    "end": "2024-12-14 18:16:31.785660",
    "rc": 0,
    "start": "2024-12-14 18:16:31.777218"
}

STDOUT:

UnitFileState=masked

TASK [Check that sshd is masked] ***********************************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:173
Saturday 14 December 2024  18:16:31 -0500 (0:00:00.384)       0:01:14.841 ***** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY [Ensure that we can unmask unit files] ************************************
META: ran handlers

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 14 December 2024  18:16:31 -0500 (0:00:00.037)       0:01:14.879 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 14 December 2024  18:16:31 -0500 (0:00:00.026)       0:01:14.905 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: end_host conditional evaluated to false, continuing execution for managed-node1

TASK [fedora.linux_system_roles.systemd : Check if system is ostree] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 14 December 2024  18:16:31 -0500 (0:00:00.035)       0:01:14.940 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 14 December 2024  18:16:31 -0500 (0:00:00.019)       0:01:14.960 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 14 December 2024  18:16:31 -0500 (0:00:00.018)       0:01:14.979 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 14 December 2024  18:16:32 -0500 (0:00:00.019)       0:01:14.998 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 14 December 2024  18:16:32 -0500 (0:00:00.018)       0:01:15.016 ***** 
ok: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 14 December 2024  18:16:34 -0500 (0:00:02.879)       0:01:17.896 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 14 December 2024  18:16:34 -0500 (0:00:00.024)       0:01:17.920 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 14 December 2024  18:16:34 -0500 (0:00:00.026)       0:01:17.947 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 14 December 2024  18:16:34 -0500 (0:00:00.024)       0:01:17.972 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {}
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 14 December 2024  18:16:34 -0500 (0:00:00.022)       0:01:17.995 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.054)       0:01:18.049 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.031)       0:01:18.081 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.020)       0:01:18.102 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.035)       0:01:18.137 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.035)       0:01:18.173 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.039)       0:01:18.213 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.028)       0:01:18.241 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.022)       0:01:18.263 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.022)       0:01:18.286 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.029)       0:01:18.315 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.059)       0:01:18.375 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.034)       0:01:18.410 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.034)       0:01:18.445 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.037)       0:01:18.483 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.031)       0:01:18.514 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.030)       0:01:18.545 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.031)       0:01:18.576 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.031)       0:01:18.607 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.028)       0:01:18.636 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.041)       0:01:18.677 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.045)       0:01:18.722 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.035)       0:01:18.758 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.020)       0:01:18.779 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.020)       0:01:18.799 ***** 

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.018)       0:01:18.817 ***** 

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.023)       0:01:18.841 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.078)       0:01:18.920 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.035)       0:01:18.956 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:35 -0500 (0:00:00.036)       0:01:18.992 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.030)       0:01:19.022 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.033)       0:01:19.056 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.026)       0:01:19.083 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.033)       0:01:19.116 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.026)       0:01:19.143 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.035)       0:01:19.179 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.036)       0:01:19.216 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.050)       0:01:19.266 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.035)       0:01:19.302 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.038)       0:01:19.341 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.033)       0:01:19.374 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.038)       0:01:19.413 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.041)       0:01:19.454 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.053)       0:01:19.507 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.032)       0:01:19.539 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {
            "root": {
                "group": "0",
                "units_dir": "/etc/systemd/system",
                "xdg_dir": "/run/user/0"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.040)       0:01:19.580 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_dict_list": [
            {
                "dir_mode": "0755",
                "group": "0",
                "item": "sshd.service",
                "mode": "0644",
                "state": "present",
                "units_dir": "/etc/systemd/system",
                "user": "root",
                "xdg_dir": "/run/user/0"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Enable linger if needed] *************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.050)       0:01:19.631 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:36 -0500 (0:00:00.033)       0:01:19.664 ***** 
changed: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "name": "sshd.service",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-14 18:11:03 EST",
        "ActiveEnterTimestampMonotonic": "14523234",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "cloud-init.service",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 18:11:03 EST",
        "AssertTimestampMonotonic": "14481425",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 18:11:03 EST",
        "ConditionTimestampMonotonic": "14481423",
        "ConfigurationDirectoryMode": "0755",
        "ConsistsOf": "sshd-keygen.target",
        "ControlGroup": "/system.slice/sshd.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "sshd.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "1021",
        "ExecMainStartTimestamp": "Sat 2024-12-14 18:11:03 EST",
        "ExecMainStartTimestampMonotonic": "14484327",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "sshd.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-12-14 18:11:03 EST",
        "InactiveExitTimestampMonotonic": "14484365",
        "InvocationID": "62e36fba7fee4ff1b766d728f06a4574",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit sshd.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "1021",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "6701056",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "sshd.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 18:11:03 EST",
        "StateChangeTimestampMonotonic": "14523234",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22406",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WantedBy": "cloud-init.service multi-user.target",
        "WatchdogTimestamp": "Sat 2024-12-14 18:11:03 EST",
        "WatchdogTimestampMonotonic": "14523232",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 14 December 2024  18:16:37 -0500 (0:00:00.644)       0:01:20.309 ***** 
ok: [managed-node1] => {}

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"
        },
        "foo.service": {
            "active_state": "active",
            "description": "foo.service",
            "load_state": "loaded",
            "name": "foo.service",
            "sub_state": "running"
        },
        "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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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": "sshd.service",
            "load_state": "masked",
            "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 : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 14 December 2024  18:16:37 -0500 (0:00:00.025)       0:01:20.334 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 14 December 2024  18:16:37 -0500 (0:00:00.047)       0:01:20.382 ***** 
ok: [managed-node1] => {
    "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"
            },
            "foo.service": {
                "active_state": "active",
                "description": "foo.service",
                "load_state": "loaded",
                "name": "foo.service",
                "sub_state": "running"
            },
            "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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"
                },
                "foo.service": {
                    "active_state": "active",
                    "description": "foo.service",
                    "load_state": "loaded",
                    "name": "foo.service",
                    "sub_state": "running"
                },
                "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-5.scope": {
                    "active_state": "active",
                    "description": "Session 5 of user root",
                    "load_state": "loaded",
                    "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 14 December 2024  18:16:37 -0500 (0:00:00.448)       0:01:20.830 ***** 
ok: [managed-node1] => {}

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"
        },
        "foo.service": {
            "active_state": "active",
            "description": "foo.service",
            "load_state": "loaded",
            "name": "foo.service",
            "sub_state": "running"
        },
        "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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 14 December 2024  18:16:37 -0500 (0:00:00.029)       0:01:20.860 ***** 
ok: [managed-node1] => {
    "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"
            },
            "foo.service": {
                "active_state": "active",
                "description": "foo.service",
                "load_state": "loaded",
                "name": "foo.service",
                "sub_state": "running"
            },
            "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 14 December 2024  18:16:37 -0500 (0:00:00.062)       0:01:20.923 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 14 December 2024  18:16:37 -0500 (0:00:00.066)       0:01:20.989 ***** 

TASK [Get UnitFileState=] ******************************************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:190
Saturday 14 December 2024  18:16:38 -0500 (0:00:00.021)       0:01:21.011 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "UnitFileState",
        "sshd.service"
    ],
    "delta": "0:00:00.008751",
    "end": "2024-12-14 18:16:38.331647",
    "rc": 0,
    "start": "2024-12-14 18:16:38.322896"
}

STDOUT:

UnitFileState=enabled

TASK [Check that sshd was correctly unmasked] **********************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:196
Saturday 14 December 2024  18:16:38 -0500 (0:00:00.382)       0:01:21.393 ***** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY [Ensure that we can stop units] *******************************************
META: ran handlers

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 14 December 2024  18:16:38 -0500 (0:00:00.044)       0:01:21.438 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 14 December 2024  18:16:38 -0500 (0:00:00.033)       0:01:21.471 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: end_host conditional evaluated to false, continuing execution for managed-node1

TASK [fedora.linux_system_roles.systemd : Check if system is ostree] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 14 December 2024  18:16:38 -0500 (0:00:00.061)       0:01:21.532 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 14 December 2024  18:16:38 -0500 (0:00:00.031)       0:01:21.564 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 14 December 2024  18:16:38 -0500 (0:00:00.030)       0:01:21.594 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 14 December 2024  18:16:38 -0500 (0:00:00.029)       0:01:21.624 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 14 December 2024  18:16:38 -0500 (0:00:00.026)       0:01:21.650 ***** 
ok: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 14 December 2024  18:16:41 -0500 (0:00:02.867)       0:01:24.517 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.023)       0:01:24.541 ***** 
skipping: [managed-node1] => {
    "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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.026)       0:01:24.568 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.024)       0:01:24.592 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {}
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.022)       0:01:24.615 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.053)       0:01:24.668 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.029)       0:01:24.697 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.020)       0:01:24.718 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.036)       0:01:24.754 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.038)       0:01:24.792 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.041)       0:01:24.834 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.025)       0:01:24.859 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.024)       0:01:24.884 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.023)       0:01:24.907 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.027)       0:01:24.935 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.020)       0:01:24.955 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:41 -0500 (0:00:00.036)       0:01:24.992 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.036)       0:01:25.028 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.034)       0:01:25.062 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.024)       0:01:25.087 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.024)       0:01:25.111 ***** 

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.028)       0:01:25.140 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.041)       0:01:25.181 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.025)       0:01:25.207 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.037)       0:01:25.244 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.047)       0:01:25.292 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.043)       0:01:25.335 ***** 

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.022)       0:01:25.357 ***** 

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.024)       0:01:25.382 ***** 

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.018)       0:01:25.401 ***** 

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.024)       0:01:25.425 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.072)       0:01:25.498 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.027)       0:01:25.526 ***** 
skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "sshd.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.041)       0:01:25.567 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.047)       0:01:25.614 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.056)       0:01:25.671 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.032)       0:01:25.703 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_user_info": {
            "root": {
                "group": "0",
                "units_dir": "/etc/systemd/system",
                "xdg_dir": "/run/user/0"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.042)       0:01:25.746 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__systemd_dict_list": [
            {
                "dir_mode": "0755",
                "group": "0",
                "item": "foo.service",
                "mode": "0644",
                "state": "present",
                "units_dir": "/etc/systemd/system",
                "user": "root",
                "xdg_dir": "/run/user/0"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.systemd : Enable linger if needed] *************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.046)       0:01:25.792 ***** 

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:42 -0500 (0:00:00.034)       0:01:25.827 ***** 
changed: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "name": "foo.service",
    "state": "stopped",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ActiveEnterTimestampMonotonic": "313703691",
        "ActiveExitTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ActiveExitTimestampMonotonic": "313697317",
        "ActiveState": "active",
        "After": "sysinit.target systemd-tmpfiles-setup.service systemd-journald.socket system.slice basic.target tmp.mount -.mount",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "AssertTimestampMonotonic": "313702435",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ConditionTimestampMonotonic": "313702434",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/foo.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "foo.service",
        "DevicePolicy": "auto",
        "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "10013",
        "ExecMainStartTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "ExecMainStartTimestampMonotonic": "313703645",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/etc/systemd/system/foo.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "foo.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "InactiveEnterTimestampMonotonic": "313701762",
        "InactiveExitTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "InactiveExitTimestampMonotonic": "313703691",
        "InvocationID": "21c365a857324a8a9db82c398c0d66da",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10013",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "200704",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "foo.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "yes",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice -.mount sysinit.target",
        "RequiresMountsFor": "/var/tmp",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 18:16:09 EST",
        "StateChangeTimestampMonotonic": "320686146",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22406",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogTimestamp": "Sat 2024-12-14 18:16:02 EST",
        "WatchdogTimestampMonotonic": "313703688",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:43 -0500 (0:00:00.556)       0:01:26.384 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:43 -0500 (0:00:00.027)       0:01:26.411 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:43 -0500 (0:00:00.033)       0:01:26.444 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:43 -0500 (0:00:00.027)       0:01:26.472 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:43 -0500 (0:00:00.035)       0:01:26.508 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:43 -0500 (0:00:00.044)       0:01:26.552 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:43 -0500 (0:00:00.044)       0:01:26.597 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:43 -0500 (0:00:00.046)       0:01:26.643 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:43 -0500 (0:00:00.054)       0:01:26.698 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:43 -0500 (0:00:00.043)       0:01:26.741 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 14 December 2024  18:16:43 -0500 (0:00:00.049)       0:01:26.790 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 14 December 2024  18:16:43 -0500 (0:00:00.050)       0:01:26.840 ***** 
skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "dir_mode": "0755",
        "group": "0",
        "item": "foo.service",
        "mode": "0644",
        "state": "present",
        "units_dir": "/etc/systemd/system",
        "user": "root",
        "xdg_dir": "/run/user/0"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 14 December 2024  18:16:43 -0500 (0:00:00.046)       0:01:26.887 ***** 
ok: [managed-node1] => {}

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"
        },
        "foo.service": {
            "active_state": "active",
            "description": "foo.service",
            "load_state": "loaded",
            "name": "foo.service",
            "sub_state": "running"
        },
        "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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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 : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 14 December 2024  18:16:43 -0500 (0:00:00.038)       0:01:26.926 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 14 December 2024  18:16:44 -0500 (0:00:00.080)       0:01:27.006 ***** 
ok: [managed-node1] => {
    "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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-5.scope": {
                    "active_state": "active",
                    "description": "Session 5 of user root",
                    "load_state": "loaded",
                    "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 14 December 2024  18:16:44 -0500 (0:00:00.580)       0:01:27.587 ***** 
ok: [managed-node1] => {}

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-5.scope": {
            "active_state": "active",
            "description": "Session 5 of user root",
            "load_state": "loaded",
            "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 14 December 2024  18:16:44 -0500 (0:00:00.027)       0:01:27.615 ***** 
ok: [managed-node1] => {
    "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-5.scope": {
                "active_state": "active",
                "description": "Session 5 of user root",
                "load_state": "loaded",
                "name": "session-5.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-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 14 December 2024  18:16:44 -0500 (0:00:00.047)       0:01:27.663 ***** 
included: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1

TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ********
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 14 December 2024  18:16:44 -0500 (0:00:00.051)       0:01:27.714 ***** 

TASK [Foo.service shouldn't be in systemd_units] *******************************
task path: /tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:210
Saturday 14 December 2024  18:16:44 -0500 (0:00:00.020)       0:01:27.735 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node1              : ok=268  changed=11   unreachable=0    failed=0    skipped=503  rescued=0    ignored=0   

Saturday 14 December 2024  18:16:44 -0500 (0:00:00.015)       0:01:27.751 ***** 
=============================================================================== 
fedora.linux_system_roles.systemd : Ensure required packages are installed -- 18.05s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.89s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.88s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.88s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.88s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.87s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.87s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.87s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.86s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.85s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure unit file templates are present --- 1.21s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 
fedora.linux_system_roles.systemd : Ensure ansible_facts used by role --- 1.01s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 
fedora.linux_system_roles.systemd : Reload systemd ---------------------- 0.89s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 
fedora.linux_system_roles.systemd : Ensure unit file templates are present --- 0.78s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 
fedora.linux_system_roles.systemd : Ensure required units in correct state --- 0.71s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 
fedora.linux_system_roles.systemd : Get user information ---------------- 0.71s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 
fedora.linux_system_roles.systemd : Ensure required units in correct state --- 0.70s
/tmp/collections-W7s/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.64s
/tmp/collections-W7s/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.64s
/tmp/collections-W7s/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.59s
/tmp/collections-W7s/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7