ansible-playbook [core 2.16.13]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-Vzt
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_basic.yml ******************************************************
10 plays in /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml

PLAY [Ensure that deploying unit files work correctly] *************************

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 16 November 2024  18:18:02 -0500 (0:00:00.011)       0:00:00.011 ***** 
ok: [managed-node1]

TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 16 November 2024  18:18:03 -0500 (0:00:01.158)       0:00:01.170 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27
Saturday 16 November 2024  18:18:03 -0500 (0:00:00.018)       0:00:01.189 ***** 
META: end_host conditional evaluated to False, continuing execution for managed-node1
skipping: [managed-node1] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1"
}

MSG:

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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 16 November 2024  18:18:03 -0500 (0:00:00.009)       0:00:01.198 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 16 November 2024  18:18:04 -0500 (0:00:00.502)       0:00:01.701 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 16 November 2024  18:18:04 -0500 (0:00:00.027)       0:00:01.729 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 16 November 2024  18:18:04 -0500 (0:00:00.397)       0:00:02.126 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 16 November 2024  18:18:04 -0500 (0:00:00.018)       0:00:02.145 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 16 November 2024  18:18:22 -0500 (0:00:17.601)       0:00:19.747 ***** 
skipping: [managed-node1] => {
    "false_condition": "__systemd_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 16 November 2024  18:18:22 -0500 (0:00:00.069)       0:00:19.816 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 16 November 2024  18:18:22 -0500 (0:00:00.051)       0:00:19.868 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 16 November 2024  18:18:22 -0500 (0:00:00.051)       0:00:19.920 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 16 November 2024  18:18:22 -0500 (0:00:00.021)       0:00:19.942 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins)

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:18:22 -0500 (0:00:00.069)       0:00:20.011 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:18:22 -0500 (0:00:00.059)       0:00:20.070 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:18:22 -0500 (0:00:00.065)       0:00:20.136 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:18:22 -0500 (0:00:00.064)       0:00:20.201 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:18:22 -0500 (0:00:00.065)       0:00:20.266 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:18:22 -0500 (0:00:00.061)       0:00:20.328 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:18:22 -0500 (0:00:00.067)       0:00:20.396 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:18:22 -0500 (0:00:00.065)       0:00:20.461 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:18:23 -0500 (0:00:00.048)       0:00:20.510 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 16 November 2024  18:18:23 -0500 (0:00:00.075)       0:00:20.586 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root)

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 16 November 2024  18:18:23 -0500 (0:00:00.096)       0:00:20.682 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 16 November 2024  18:18:23 -0500 (0:00:00.684)       0:00:21.366 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 16 November 2024  18:18:23 -0500 (0:00:00.081)       0:00:21.448 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 16 November 2024  18:18:24 -0500 (0:00:00.090)       0:00:21.538 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:18:24 -0500 (0:00:00.069)       0:00:21.607 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:18:24 -0500 (0:00:00.057)       0:00:21.665 ***** 
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,
    "false_condition": "__systemd_list_name == \"systemd_dropins\"",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:18:24 -0500 (0:00:00.081)       0:00:21.747 ***** 
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,
    "false_condition": "__systemd_list_name == \"systemd_unit_files\"",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:18:24 -0500 (0:00:00.076)       0:00:21.824 ***** 
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-1731799104.4552689-8115-114024465997855/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:18:25 -0500 (0:00:01.080)       0:00:22.904 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:18:25 -0500 (0:00:00.058)       0:00:22.963 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:18:25 -0500 (0:00:00.065)       0:00:23.029 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:18:25 -0500 (0:00:00.120)       0:00:23.150 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:18:25 -0500 (0:00:00.073)       0:00:23.223 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:18:25 -0500 (0:00:00.108)       0:00:23.331 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:18:25 -0500 (0:00:00.121)       0:00:23.452 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:18:26 -0500 (0:00:00.140)       0:00:23.593 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:18:26 -0500 (0:00:00.084)       0:00:23.677 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:18:26 -0500 (0:00:00.062)       0:00:23.739 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:18:26 -0500 (0:00:00.060)       0:00:23.800 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 16 November 2024  18:18:26 -0500 (0:00:00.051)       0:00:23.851 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 16 November 2024  18:18:26 -0500 (0:00:00.097)       0:00:23.949 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'})

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:26 -0500 (0:00:00.095)       0:00:24.044 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:26 -0500 (0:00:00.096)       0:00:24.141 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:26 -0500 (0:00:00.140)       0:00:24.281 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:26 -0500 (0:00:00.083)       0:00:24.364 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:26 -0500 (0:00:00.079)       0:00:24.444 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:27 -0500 (0:00:00.133)       0:00:24.578 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:27 -0500 (0:00:00.135)       0:00:24.713 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:27 -0500 (0:00:00.113)       0:00:24.827 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:27 -0500 (0:00:00.071)       0:00:24.898 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:27 -0500 (0:00:00.067)       0:00:24.966 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:27 -0500 (0:00:00.073)       0:00:25.039 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:27 -0500 (0:00:00.068)       0:00:25.107 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:27 -0500 (0:00:00.080)       0:00:25.188 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:27 -0500 (0:00:00.068)       0:00:25.257 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:27 -0500 (0:00:00.069)       0:00:25.326 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:27 -0500 (0:00:00.063)       0:00:25.390 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 16 November 2024  18:18:27 -0500 (0:00:00.070)       0:00:25.460 ***** 
ok: [managed-node1] => {}

MSG:

facts {}

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 16 November 2024  18:18:28 -0500 (0:00:00.060)       0:00:25.520 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}})

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 16 November 2024  18:18:28 -0500 (0:00:00.098)       0:00:25.619 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-3.scope": {
                    "active_state": "active",
                    "description": "Session 3 of user root",
                    "load_state": "loaded",
                    "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 16 November 2024  18:18:28 -0500 (0:00:00.828)       0:00:26.447 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 16 November 2024  18:18:29 -0500 (0:00:00.085)       0:00:26.533 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 16 November 2024  18:18:29 -0500 (0:00:00.077)       0:00:26.611 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 16 November 2024  18:18:29 -0500 (0:00:00.098)       0:00:26.709 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Verify that unit file was deployed] **************************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:12
Saturday 16 November 2024  18:18:29 -0500 (0:00:00.085)       0:00:26.794 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1731799105.3286834,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "a1576b4506271f370ca5372ca8be9af0caa84b03",
        "ctime": 1731799105.3346832,
        "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": 1731799104.8267028,
        "nlink": 1,
        "path": "/etc/systemd/system/foo.service",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 135,
        "uid": 0,
        "version": "2867255371",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

PLAY [Ensure that deploying unit file dropins work correctly] ******************

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 16 November 2024  18:18:29 -0500 (0:00:00.542)       0:00:27.336 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 16 November 2024  18:18:29 -0500 (0:00:00.061)       0:00:27.398 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27
Saturday 16 November 2024  18:18:29 -0500 (0:00:00.034)       0:00:27.433 ***** 
META: end_host conditional evaluated to False, continuing execution for managed-node1
skipping: [managed-node1] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1"
}

MSG:

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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 16 November 2024  18:18:29 -0500 (0:00:00.025)       0:00:27.459 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 16 November 2024  18:18:30 -0500 (0:00:00.059)       0:00:27.518 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 16 November 2024  18:18:30 -0500 (0:00:00.063)       0:00:27.581 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 16 November 2024  18:18:30 -0500 (0:00:00.037)       0:00:27.619 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 16 November 2024  18:18:30 -0500 (0:00:00.030)       0:00:27.649 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 16 November 2024  18:18:33 -0500 (0:00:03.444)       0:00:31.094 ***** 
skipping: [managed-node1] => {
    "false_condition": "__systemd_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 16 November 2024  18:18:33 -0500 (0:00:00.037)       0:00:31.131 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 16 November 2024  18:18:33 -0500 (0:00:00.038)       0:00:31.170 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 16 November 2024  18:18:33 -0500 (0:00:00.038)       0:00:31.208 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 16 November 2024  18:18:33 -0500 (0:00:00.017)       0:00:31.226 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins)

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

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:18:33 -0500 (0:00:00.045)       0:00:31.319 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:18:33 -0500 (0:00:00.042)       0:00:31.362 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:18:33 -0500 (0:00:00.053)       0:00:31.415 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:18:33 -0500 (0:00:00.050)       0:00:31.465 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:18:34 -0500 (0:00:00.049)       0:00:31.515 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:18:34 -0500 (0:00:00.038)       0:00:31.553 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:18:34 -0500 (0:00:00.042)       0:00:31.596 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:18:34 -0500 (0:00:00.042)       0:00:31.639 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:18:34 -0500 (0:00:00.069)       0:00:31.708 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:18:34 -0500 (0:00:00.063)       0:00:31.772 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:18:34 -0500 (0:00:00.080)       0:00:31.852 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:18:34 -0500 (0:00:00.081)       0:00:31.934 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:18:34 -0500 (0:00:00.080)       0:00:32.014 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:18:34 -0500 (0:00:00.065)       0:00:32.080 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:18:34 -0500 (0:00:00.069)       0:00:32.149 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:18:34 -0500 (0:00:00.055)       0:00:32.204 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 16 November 2024  18:18:34 -0500 (0:00:00.066)       0:00:32.271 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root)

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 16 November 2024  18:18:34 -0500 (0:00:00.106)       0:00:32.378 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 16 November 2024  18:18:34 -0500 (0:00:00.063)       0:00:32.441 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 16 November 2024  18:18:35 -0500 (0:00:00.067)       0:00:32.508 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 16 November 2024  18:18:35 -0500 (0:00:00.060)       0:00:32.568 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:18:35 -0500 (0:00:00.046)       0:00:32.615 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:18:35 -0500 (0:00:00.042)       0:00:32.657 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:18:35 -0500 (0:00:00.642)       0:00:33.300 ***** 
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,
    "false_condition": "__systemd_list_name == \"systemd_unit_files\"",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:18:35 -0500 (0:00:00.072)       0:00:33.373 ***** 
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-1731799115.9806786-8708-93356249720010/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:18:36 -0500 (0:00:00.826)       0:00:34.200 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:18:36 -0500 (0:00:00.042)       0:00:34.243 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:18:36 -0500 (0:00:00.048)       0:00:34.292 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 16 November 2024  18:18:36 -0500 (0:00:00.043)       0:00:34.336 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 16 November 2024  18:18:37 -0500 (0:00:01.032)       0:00:35.368 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'})

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:37 -0500 (0:00:00.066)       0:00:35.435 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.077)       0:00:35.512 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.136)       0:00:35.649 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.069)       0:00:35.719 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.077)       0:00:35.796 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.051)       0:00:35.847 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.059)       0:00:35.907 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.049)       0:00:35.957 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.049)       0:00:36.006 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.043)       0:00:36.049 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.051)       0:00:36.100 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.054)       0:00:36.155 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.075)       0:00:36.230 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.073)       0:00:36.303 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.080)       0:00:36.384 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.051)       0:00:36.435 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 16 November 2024  18:18:38 -0500 (0:00:00.051)       0:00:36.487 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 16 November 2024  18:18:39 -0500 (0:00:00.043)       0:00:36.531 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}})

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 16 November 2024  18:18:39 -0500 (0:00:00.064)       0:00:36.595 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-3.scope": {
                    "active_state": "active",
                    "description": "Session 3 of user root",
                    "load_state": "loaded",
                    "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 16 November 2024  18:18:39 -0500 (0:00:00.519)       0:00:37.114 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 16 November 2024  18:18:39 -0500 (0:00:00.045)       0:00:37.160 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 16 November 2024  18:18:39 -0500 (0:00:00.046)       0:00:37.206 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 16 November 2024  18:18:39 -0500 (0:00:00.036)       0:00:37.242 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Stat the dropin directory path] ******************************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:25
Saturday 16 November 2024  18:18:39 -0500 (0:00:00.047)       0:00:37.289 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1731799115.7472768,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1731799116.6472418,
        "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": 1731799116.6472418,
        "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": "3690503294",
        "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-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:30
Saturday 16 November 2024  18:18:40 -0500 (0:00:00.399)       0:00:37.689 ***** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that dropin file was deployed] ************************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:35
Saturday 16 November 2024  18:18:40 -0500 (0:00:00.051)       0:00:37.740 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1731799116.641242,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "43138f80633a2dd32d446b237b9ed62fa32438dd",
        "ctime": 1731799116.6482418,
        "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": 1731799116.3292542,
        "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": "1583481032",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

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

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 16 November 2024  18:18:40 -0500 (0:00:00.414)       0:00:38.155 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 16 November 2024  18:18:40 -0500 (0:00:00.066)       0:00:38.222 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27
Saturday 16 November 2024  18:18:40 -0500 (0:00:00.031)       0:00:38.253 ***** 
META: end_host conditional evaluated to False, continuing execution for managed-node1
skipping: [managed-node1] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1"
}

MSG:

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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 16 November 2024  18:18:40 -0500 (0:00:00.025)       0:00:38.279 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 16 November 2024  18:18:40 -0500 (0:00:00.029)       0:00:38.308 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 16 November 2024  18:18:40 -0500 (0:00:00.028)       0:00:38.337 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 16 November 2024  18:18:40 -0500 (0:00:00.028)       0:00:38.366 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 16 November 2024  18:18:40 -0500 (0:00:00.031)       0:00:38.397 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 16 November 2024  18:18:44 -0500 (0:00:03.288)       0:00:41.686 ***** 
skipping: [managed-node1] => {
    "false_condition": "__systemd_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.053)       0:00:41.739 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.044)       0:00:41.784 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.043)       0:00:41.827 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.018)       0:00:41.845 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins)

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.049)       0:00:41.895 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.043)       0:00:41.939 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.051)       0:00:41.991 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.069)       0:00:42.060 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.060)       0:00:42.121 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.061)       0:00:42.183 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.043)       0:00:42.226 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.044)       0:00:42.271 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.037)       0:00:42.309 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.048)       0:00:42.357 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.050)       0:00:42.407 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:18:44 -0500 (0:00:00.057)       0:00:42.465 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.053)       0:00:42.518 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.050)       0:00:42.568 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.038)       0:00:42.607 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.038)       0:00:42.645 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.050)       0:00:42.695 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.062)       0:00:42.758 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.057)       0:00:42.815 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.057)       0:00:42.873 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.052)       0:00:42.925 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.050)       0:00:42.975 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.038)       0:00:43.014 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.043)       0:00:43.057 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.041)       0:00:43.099 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.054)       0:00:43.153 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'})

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.073)       0:00:43.227 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.057)       0:00:43.285 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root)

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.067)       0:00:43.352 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 16 November 2024  18:18:45 -0500 (0:00:00.060)       0:00:43.413 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 16 November 2024  18:18:46 -0500 (0:00:00.092)       0:00:43.505 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 16 November 2024  18:18:46 -0500 (0:00:00.099)       0:00:43.604 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:46 -0500 (0:00:00.075)       0:00:43.680 ***** 
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": "systemd-journald.socket basic.target system.slice systemd-tmpfiles-setup.service sysinit.target tmp.mount -.mount",
        "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": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "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": "system.slice sysinit.target -.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]",
        "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": "22405",
        "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:46 -0500 (0:00:00.676)       0:00:44.356 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:46 -0500 (0:00:00.052)       0:00:44.408 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:46 -0500 (0:00:00.049)       0:00:44.458 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:47 -0500 (0:00:00.045)       0:00:44.503 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:47 -0500 (0:00:00.053)       0:00:44.557 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:47 -0500 (0:00:00.068)       0:00:44.625 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:47 -0500 (0:00:00.080)       0:00:44.706 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:47 -0500 (0:00:00.049)       0:00:44.755 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:47 -0500 (0:00:00.059)       0:00:44.814 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:47 -0500 (0:00:00.048)       0:00:44.863 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:47 -0500 (0:00:00.051)       0:00:44.915 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:47 -0500 (0:00:00.047)       0:00:44.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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:47 -0500 (0:00:00.056)       0:00:45.019 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:47 -0500 (0:00:00.069)       0:00:45.089 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 16 November 2024  18:18:47 -0500 (0:00:00.079)       0:00:45.168 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 16 November 2024  18:18:47 -0500 (0:00:00.070)       0:00:45.239 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}})

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 16 November 2024  18:18:47 -0500 (0:00:00.100)       0:00:45.339 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-3.scope": {
                    "active_state": "active",
                    "description": "Session 3 of user root",
                    "load_state": "loaded",
                    "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 16 November 2024  18:18:48 -0500 (0:00:00.553)       0:00:45.892 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 16 November 2024  18:18:48 -0500 (0:00:00.048)       0:00:45.941 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 16 November 2024  18:18:48 -0500 (0:00:00.061)       0:00:46.003 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 16 November 2024  18:18:48 -0500 (0:00:00.068)       0:00:46.071 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Make sure that foo.service main state is active] *************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:48
Saturday 16 November 2024  18:18:48 -0500 (0:00:00.049)       0:00:46.121 ***** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

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

TASK [Save MainPID of foo.service before restart] ******************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:69
Saturday 16 November 2024  18:18:48 -0500 (0:00:00.035)       0:00:46.157 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "MainPID",
        "foo.service"
    ],
    "delta": "0:00:00.011557",
    "end": "2024-11-16 18:18:49.129960",
    "rc": 0,
    "start": "2024-11-16 18:18:49.118403"
}

STDOUT:

MainPID=9510

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 16 November 2024  18:18:49 -0500 (0:00:00.515)       0:00:46.672 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 16 November 2024  18:18:49 -0500 (0:00:00.043)       0:00:46.716 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27
Saturday 16 November 2024  18:18:49 -0500 (0:00:00.021)       0:00:46.737 ***** 
META: end_host conditional evaluated to False, continuing execution for managed-node1
skipping: [managed-node1] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1"
}

MSG:

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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 16 November 2024  18:18:49 -0500 (0:00:00.023)       0:00:46.761 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 16 November 2024  18:18:49 -0500 (0:00:00.031)       0:00:46.792 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 16 November 2024  18:18:49 -0500 (0:00:00.030)       0:00:46.823 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 16 November 2024  18:18:49 -0500 (0:00:00.029)       0:00:46.852 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 16 November 2024  18:18:49 -0500 (0:00:00.019)       0:00:46.872 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 16 November 2024  18:18:52 -0500 (0:00:03.240)       0:00:50.112 ***** 
skipping: [managed-node1] => {
    "false_condition": "__systemd_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 16 November 2024  18:18:52 -0500 (0:00:00.059)       0:00:50.172 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 16 November 2024  18:18:52 -0500 (0:00:00.059)       0:00:50.231 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 16 November 2024  18:18:52 -0500 (0:00:00.058)       0:00:50.290 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 16 November 2024  18:18:52 -0500 (0:00:00.029)       0:00:50.319 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins)

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:18:52 -0500 (0:00:00.095)       0:00:50.414 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:18:52 -0500 (0:00:00.060)       0:00:50.475 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.053)       0:00:50.528 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.053)       0:00:50.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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.050)       0:00:50.632 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.049)       0:00:50.682 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.038)       0:00:50.721 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.038)       0:00:50.759 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.036)       0:00:50.796 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.048)       0:00:50.844 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.049)       0:00:50.894 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.069)       0:00:50.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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.062)       0:00:51.026 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.059)       0:00:51.086 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.039)       0:00:51.125 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.039)       0:00:51.165 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.036)       0:00:51.201 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.044)       0:00:51.246 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.041)       0:00:51.288 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.050)       0:00:51.338 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.053)       0:00:51.391 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:18:53 -0500 (0:00:00.057)       0:00:51.449 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:18:54 -0500 (0:00:00.049)       0:00:51.498 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:18:54 -0500 (0:00:00.055)       0:00:51.553 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 16 November 2024  18:18:54 -0500 (0:00:00.047)       0:00:51.601 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 16 November 2024  18:18:54 -0500 (0:00:00.059)       0:00:51.661 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'})

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:54 -0500 (0:00:00.071)       0:00:51.732 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:54 -0500 (0:00:00.045)       0:00:51.777 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:54 -0500 (0:00:00.052)       0:00:51.830 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:54 -0500 (0:00:00.048)       0:00:51.878 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:54 -0500 (0:00:00.053)       0:00:51.932 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 16 November 2024  18:18:54 -0500 (0:00:00.053)       0:00:51.986 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root)

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 16 November 2024  18:18:54 -0500 (0:00:00.088)       0:00:52.074 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 16 November 2024  18:18:54 -0500 (0:00:00.074)       0:00:52.149 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 16 November 2024  18:18:54 -0500 (0:00:00.096)       0:00:52.245 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 16 November 2024  18:18:54 -0500 (0:00:00.108)       0:00:52.354 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:54 -0500 (0:00:00.079)       0:00:52.434 ***** 
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-11-16 18:18:46 EST",
        "ActiveEnterTimestampMonotonic": "407919864",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "sysinit.target systemd-tmpfiles-setup.service basic.target tmp.mount system.slice systemd-journald.socket -.mount",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-16 18:18:46 EST",
        "AssertTimestampMonotonic": "407918063",
        "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-11-16 18:18:46 EST",
        "ConditionTimestampMonotonic": "407918061",
        "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": "9510",
        "ExecMainStartTimestamp": "Sat 2024-11-16 18:18:46 EST",
        "ExecMainStartTimestampMonotonic": "407919804",
        "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-11-16 18:18:46 EST] ; stop_time=[n/a] ; pid=9510 ; 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-11-16 18:18:46 EST",
        "InactiveExitTimestampMonotonic": "407919864",
        "InvocationID": "be697ab989504c3cbd009b0aea608889",
        "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": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "9510",
        "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": "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-11-16 18:18:46 EST",
        "StateChangeTimestampMonotonic": "407919864",
        "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": "22405",
        "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-11-16 18:18:46 EST",
        "WatchdogTimestampMonotonic": "407919861",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:55 -0500 (0:00:00.659)       0:00:53.093 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:55 -0500 (0:00:00.049)       0:00:53.143 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:55 -0500 (0:00:00.050)       0:00:53.193 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:55 -0500 (0:00:00.061)       0:00:53.255 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:55 -0500 (0:00:00.078)       0:00:53.333 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:55 -0500 (0:00:00.062)       0:00:53.395 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:55 -0500 (0:00:00.059)       0:00:53.454 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:56 -0500 (0:00:00.056)       0:00:53.511 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:18:56 -0500 (0:00:00.053)       0:00:53.564 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:18:56 -0500 (0:00:00.044)       0:00:53.609 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 16 November 2024  18:18:56 -0500 (0:00:00.053)       0:00:53.663 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 16 November 2024  18:18:56 -0500 (0:00:00.051)       0:00:53.714 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}})

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 16 November 2024  18:18:56 -0500 (0:00:00.114)       0:00:53.829 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-3.scope": {
                    "active_state": "active",
                    "description": "Session 3 of user root",
                    "load_state": "loaded",
                    "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 16 November 2024  18:18:56 -0500 (0:00:00.537)       0:00:54.367 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 16 November 2024  18:18:56 -0500 (0:00:00.057)       0:00:54.424 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 16 November 2024  18:18:56 -0500 (0:00:00.046)       0:00:54.471 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 16 November 2024  18:18:57 -0500 (0:00:00.043)       0:00:54.514 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Get MainPID of foo.service] **********************************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:75
Saturday 16 November 2024  18:18:57 -0500 (0:00:00.048)       0:00:54.563 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "MainPID",
        "foo.service"
    ],
    "delta": "0:00:00.009755",
    "end": "2024-11-16 18:18:57.428319",
    "rc": 0,
    "start": "2024-11-16 18:18:57.418564"
}

STDOUT:

MainPID=10014

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

MSG:

All assertions passed

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

TASK [Delete reload flag file] *************************************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:95
Saturday 16 November 2024  18:18:57 -0500 (0:00:00.028)       0:00:54.999 ***** 
ok: [managed-node1] => {
    "changed": false,
    "path": "/tmp/foo-service-reloaded",
    "state": "absent"
}

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 16 November 2024  18:18:57 -0500 (0:00:00.384)       0:00:55.384 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 16 November 2024  18:18:57 -0500 (0:00:00.042)       0:00:55.426 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27
Saturday 16 November 2024  18:18:57 -0500 (0:00:00.020)       0:00:55.446 ***** 
META: end_host conditional evaluated to False, continuing execution for managed-node1
skipping: [managed-node1] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1"
}

MSG:

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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 16 November 2024  18:18:57 -0500 (0:00:00.014)       0:00:55.461 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 16 November 2024  18:18:57 -0500 (0:00:00.017)       0:00:55.478 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 16 November 2024  18:18:58 -0500 (0:00:00.021)       0:00:55.500 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 16 November 2024  18:18:58 -0500 (0:00:00.018)       0:00:55.518 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 16 November 2024  18:18:58 -0500 (0:00:00.017)       0:00:55.535 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 16 November 2024  18:19:01 -0500 (0:00:03.393)       0:00:58.929 ***** 
skipping: [managed-node1] => {
    "false_condition": "__systemd_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 16 November 2024  18:19:01 -0500 (0:00:00.109)       0:00:59.039 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 16 November 2024  18:19:01 -0500 (0:00:00.039)       0:00:59.078 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 16 November 2024  18:19:01 -0500 (0:00:00.038)       0:00:59.117 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 16 November 2024  18:19:01 -0500 (0:00:00.018)       0:00:59.136 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins)

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:01 -0500 (0:00:00.054)       0:00:59.190 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:01 -0500 (0:00:00.062)       0:00:59.253 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:01 -0500 (0:00:00.066)       0:00:59.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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:01 -0500 (0:00:00.057)       0:00:59.377 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:01 -0500 (0:00:00.066)       0:00:59.443 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.055)       0:00:59.499 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.046)       0:00:59.546 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.041)       0:00:59.588 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.039)       0:00:59.627 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.051)       0:00:59.679 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.058)       0:00:59.737 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.078)       0:00:59.816 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.077)       0:00:59.893 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.058)       0:00:59.951 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.050)       0:01:00.002 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.052)       0:01:00.055 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.043)       0:01:00.099 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.046)       0:01:00.145 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.042)       0:01:00.187 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.051)       0:01:00.239 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.066)       0:01:00.306 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.079)       0:01:00.386 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:02 -0500 (0:00:00.061)       0:01:00.448 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:03 -0500 (0:00:00.061)       0:01:00.509 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 16 November 2024  18:19:03 -0500 (0:00:00.059)       0:01:00.569 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 16 November 2024  18:19:03 -0500 (0:00:00.083)       0:01:00.653 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'})

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:03 -0500 (0:00:00.114)       0:01:00.768 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:03 -0500 (0:00:00.057)       0:01:00.825 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:03 -0500 (0:00:00.068)       0:01:00.894 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:03 -0500 (0:00:00.069)       0:01:00.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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:03 -0500 (0:00:00.074)       0:01:01.038 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:03 -0500 (0:00:00.052)       0:01:01.090 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:03 -0500 (0:00:00.053)       0:01:01.144 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 16 November 2024  18:19:03 -0500 (0:00:00.055)       0:01:01.200 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root)

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 16 November 2024  18:19:03 -0500 (0:00:00.071)       0:01:01.272 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 16 November 2024  18:19:03 -0500 (0:00:00.062)       0:01:01.334 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 16 November 2024  18:19:03 -0500 (0:00:00.092)       0:01:01.427 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 16 November 2024  18:19:04 -0500 (0:00:00.098)       0:01:01.525 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:04 -0500 (0:00:00.075)       0:01:01.601 ***** 
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-11-16 18:18:55 EST",
        "ActiveEnterTimestampMonotonic": "416654632",
        "ActiveExitTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "ActiveExitTimestampMonotonic": "416646701",
        "ActiveState": "active",
        "After": "sysinit.target systemd-tmpfiles-setup.service basic.target tmp.mount system.slice systemd-journald.socket -.mount",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "AssertTimestampMonotonic": "416652922",
        "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-11-16 18:18:55 EST",
        "ConditionTimestampMonotonic": "416652921",
        "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": "10014",
        "ExecMainStartTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "ExecMainStartTimestampMonotonic": "416654576",
        "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-11-16 18:18:55 EST] ; stop_time=[n/a] ; pid=10014 ; 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-11-16 18:18:55 EST",
        "InactiveEnterTimestampMonotonic": "416651924",
        "InactiveExitTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "InactiveExitTimestampMonotonic": "416654632",
        "InvocationID": "8570ef20182d4f1489b2c4002fb1662a",
        "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": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10014",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "192512",
        "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-11-16 18:18:55 EST",
        "StateChangeTimestampMonotonic": "416654632",
        "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": "22405",
        "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-11-16 18:18:55 EST",
        "WatchdogTimestampMonotonic": "416654629",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:04 -0500 (0:00:00.670)       0:01:02.271 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:04 -0500 (0:00:00.068)       0:01:02.339 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:04 -0500 (0:00:00.081)       0:01:02.421 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:05 -0500 (0:00:00.073)       0:01:02.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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:05 -0500 (0:00:00.060)       0:01:02.555 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:05 -0500 (0:00:00.053)       0:01:02.608 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:05 -0500 (0:00:00.056)       0:01:02.665 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:05 -0500 (0:00:00.044)       0:01:02.709 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 16 November 2024  18:19:05 -0500 (0:00:00.048)       0:01:02.758 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 16 November 2024  18:19:05 -0500 (0:00:00.045)       0:01:02.803 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}})

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 16 November 2024  18:19:05 -0500 (0:00:00.081)       0:01:02.885 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-3.scope": {
                    "active_state": "active",
                    "description": "Session 3 of user root",
                    "load_state": "loaded",
                    "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 16 November 2024  18:19:05 -0500 (0:00:00.505)       0:01:03.391 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 16 November 2024  18:19:05 -0500 (0:00:00.045)       0:01:03.437 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 16 November 2024  18:19:05 -0500 (0:00:00.045)       0:01:03.483 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 16 November 2024  18:19:06 -0500 (0:00:00.061)       0:01:03.544 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Reload operation should created flag file] *******************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:100
Saturday 16 November 2024  18:19:06 -0500 (0:00:00.060)       0:01:03.605 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

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

TASK [Save UnitFileState before calling role] **********************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:113
Saturday 16 November 2024  18:19:06 -0500 (0:00:00.390)       0:01:03.996 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "UnitFileState",
        "foo.service"
    ],
    "delta": "0:00:00.009777",
    "end": "2024-11-16 18:19:06.843681",
    "rc": 0,
    "start": "2024-11-16 18:19:06.833904"
}

STDOUT:

UnitFileState=disabled

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 16 November 2024  18:19:06 -0500 (0:00:00.393)       0:01:04.389 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 16 November 2024  18:19:06 -0500 (0:00:00.043)       0:01:04.432 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27
Saturday 16 November 2024  18:19:06 -0500 (0:00:00.021)       0:01:04.453 ***** 
META: end_host conditional evaluated to False, continuing execution for managed-node1
skipping: [managed-node1] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1"
}

MSG:

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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 16 November 2024  18:19:06 -0500 (0:00:00.014)       0:01:04.468 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 16 November 2024  18:19:07 -0500 (0:00:00.019)       0:01:04.506 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 16 November 2024  18:19:07 -0500 (0:00:00.023)       0:01:04.530 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 16 November 2024  18:19:07 -0500 (0:00:00.020)       0:01:04.551 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 16 November 2024  18:19:10 -0500 (0:00:03.393)       0:01:07.945 ***** 
skipping: [managed-node1] => {
    "false_condition": "__systemd_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 16 November 2024  18:19:10 -0500 (0:00:00.052)       0:01:07.997 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 16 November 2024  18:19:10 -0500 (0:00:00.045)       0:01:08.042 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 16 November 2024  18:19:10 -0500 (0:00:00.045)       0:01:08.087 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 16 November 2024  18:19:10 -0500 (0:00:00.018)       0:01:08.106 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins)

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:10 -0500 (0:00:00.050)       0:01:08.157 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:10 -0500 (0:00:00.045)       0:01:08.203 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:10 -0500 (0:00:00.042)       0:01:08.245 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:10 -0500 (0:00:00.054)       0:01:08.300 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:10 -0500 (0:00:00.053)       0:01:08.354 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:10 -0500 (0:00:00.053)       0:01:08.407 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:10 -0500 (0:00:00.044)       0:01:08.452 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.039)       0:01:08.492 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.037)       0:01:08.529 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.044)       0:01:08.573 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.041)       0:01:08.615 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.050)       0:01:08.666 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.055)       0:01:08.721 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.051)       0:01:08.773 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.040)       0:01:08.814 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.040)       0:01:08.855 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.041)       0:01:08.896 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.075)       0:01:08.972 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.076)       0:01:09.049 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.104)       0:01:09.153 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.052)       0:01:09.206 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.051)       0:01:09.258 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.039)       0:01:09.297 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.039)       0:01:09.337 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.037)       0:01:09.374 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 16 November 2024  18:19:11 -0500 (0:00:00.045)       0:01:09.420 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'})

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:12 -0500 (0:00:00.069)       0:01:09.489 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:12 -0500 (0:00:00.046)       0:01:09.535 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:12 -0500 (0:00:00.050)       0:01:09.586 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:12 -0500 (0:00:00.044)       0:01:09.631 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:12 -0500 (0:00:00.050)       0:01:09.682 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:12 -0500 (0:00:00.049)       0:01:09.732 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:12 -0500 (0:00:00.050)       0:01:09.782 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:12 -0500 (0:00:00.044)       0:01:09.827 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:12 -0500 (0:00:00.049)       0:01:09.876 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 16 November 2024  18:19:12 -0500 (0:00:00.057)       0:01:09.934 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root)

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 16 November 2024  18:19:12 -0500 (0:00:00.074)       0:01:10.008 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 16 November 2024  18:19:12 -0500 (0:00:00.049)       0:01:10.058 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 16 November 2024  18:19:12 -0500 (0:00:00.060)       0:01:10.118 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 16 November 2024  18:19:12 -0500 (0:00:00.062)       0:01:10.181 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:12 -0500 (0:00:00.048)       0:01:10.229 ***** 
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-11-16 18:18:55 EST",
        "ActiveEnterTimestampMonotonic": "416654632",
        "ActiveExitTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "ActiveExitTimestampMonotonic": "416646701",
        "ActiveState": "active",
        "After": "sysinit.target systemd-tmpfiles-setup.service basic.target tmp.mount system.slice systemd-journald.socket -.mount",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "AssertTimestampMonotonic": "416652922",
        "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-11-16 18:18:55 EST",
        "ConditionTimestampMonotonic": "416652921",
        "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": "10014",
        "ExecMainStartTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "ExecMainStartTimestampMonotonic": "416654576",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[Sat 2024-11-16 18:19:04 EST] ; stop_time=[Sat 2024-11-16 18:19:04 EST] ; pid=10639 ; code=exited ; status=0 }",
        "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[Sat 2024-11-16 18:18:55 EST] ; stop_time=[n/a] ; pid=10014 ; 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-11-16 18:18:55 EST",
        "InactiveEnterTimestampMonotonic": "416651924",
        "InactiveExitTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "InactiveExitTimestampMonotonic": "416654632",
        "InvocationID": "8570ef20182d4f1489b2c4002fb1662a",
        "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": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10014",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "192512",
        "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-11-16 18:19:04 EST",
        "StateChangeTimestampMonotonic": "425822216",
        "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": "22405",
        "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-11-16 18:18:55 EST",
        "WatchdogTimestampMonotonic": "416654629",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:13 -0500 (0:00:00.760)       0:01:10.989 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:13 -0500 (0:00:00.070)       0:01:11.060 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:13 -0500 (0:00:00.082)       0:01:11.143 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:13 -0500 (0:00:00.073)       0:01:11.216 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:13 -0500 (0:00:00.083)       0:01:11.299 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:13 -0500 (0:00:00.078)       0:01:11.377 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 16 November 2024  18:19:13 -0500 (0:00:00.083)       0:01:11.460 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 16 November 2024  18:19:14 -0500 (0:00:00.068)       0:01:11.529 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}})

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 16 November 2024  18:19:14 -0500 (0:00:00.107)       0:01:11.637 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-3.scope": {
                    "active_state": "active",
                    "description": "Session 3 of user root",
                    "load_state": "loaded",
                    "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 16 November 2024  18:19:14 -0500 (0:00:00.591)       0:01:12.228 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 16 November 2024  18:19:14 -0500 (0:00:00.071)       0:01:12.299 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 16 November 2024  18:19:14 -0500 (0:00:00.072)       0:01:12.371 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 16 November 2024  18:19:14 -0500 (0:00:00.066)       0:01:12.438 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Get UnitFileState=] ******************************************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:119
Saturday 16 November 2024  18:19:15 -0500 (0:00:00.071)       0:01:12.510 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "UnitFileState",
        "foo.service"
    ],
    "delta": "0:00:00.009966",
    "end": "2024-11-16 18:19:15.393890",
    "rc": 0,
    "start": "2024-11-16 18:19:15.383924"
}

STDOUT:

UnitFileState=enabled

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

MSG:

All assertions passed

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

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 16 November 2024  18:19:15 -0500 (0:00:00.046)       0:01:12.996 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 16 November 2024  18:19:15 -0500 (0:00:00.070)       0:01:13.066 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27
Saturday 16 November 2024  18:19:15 -0500 (0:00:00.033)       0:01:13.100 ***** 
META: end_host conditional evaluated to False, continuing execution for managed-node1
skipping: [managed-node1] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1"
}

MSG:

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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 16 November 2024  18:19:15 -0500 (0:00:00.029)       0:01:13.129 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 16 November 2024  18:19:15 -0500 (0:00:00.031)       0:01:13.161 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 16 November 2024  18:19:15 -0500 (0:00:00.035)       0:01:13.197 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 16 November 2024  18:19:15 -0500 (0:00:00.031)       0:01:13.228 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 16 November 2024  18:19:15 -0500 (0:00:00.034)       0:01:13.263 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 16 November 2024  18:19:19 -0500 (0:00:03.275)       0:01:16.538 ***** 
skipping: [managed-node1] => {
    "false_condition": "__systemd_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.039)       0:01:16.577 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.042)       0:01:16.619 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.057)       0:01:16.677 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.025)       0:01:16.702 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins)

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.061)       0:01:16.764 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.062)       0:01:16.827 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.043)       0:01:16.870 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.049)       0:01:16.920 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.050)       0:01:16.970 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.051)       0:01:17.021 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.040)       0:01:17.062 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.042)       0:01:17.104 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.041)       0:01:17.145 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.049)       0:01:17.195 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.043)       0:01:17.238 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.054)       0:01:17.293 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.074)       0:01:17.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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.060)       0:01:17.428 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:19 -0500 (0:00:00.053)       0:01:17.482 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.043)       0:01:17.525 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.038)       0:01:17.563 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.045)       0:01:17.609 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.041)       0:01:17.651 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.054)       0:01:17.705 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.054)       0:01:17.760 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.057)       0:01:17.817 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.047)       0:01:17.865 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.061)       0:01:17.926 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.044)       0:01:17.971 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.051)       0:01:18.022 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'})

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.082)       0:01:18.105 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.046)       0:01:18.152 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.053)       0:01:18.206 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.045)       0:01:18.251 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.050)       0:01:18.301 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.044)       0:01:18.346 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.049)       0:01:18.395 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:20 -0500 (0:00:00.048)       0:01:18.444 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:21 -0500 (0:00:00.070)       0:01:18.515 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:21 -0500 (0:00:00.050)       0:01:18.565 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:21 -0500 (0:00:00.059)       0:01:18.624 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 16 November 2024  18:19:21 -0500 (0:00:00.065)       0:01:18.689 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root)

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 16 November 2024  18:19:21 -0500 (0:00:00.101)       0:01:18.791 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 16 November 2024  18:19:21 -0500 (0:00:00.102)       0:01:18.893 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 16 November 2024  18:19:21 -0500 (0:00:00.060)       0:01:18.954 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 16 November 2024  18:19:21 -0500 (0:00:00.062)       0:01:19.016 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:21 -0500 (0:00:00.048)       0:01:19.064 ***** 
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-11-16 18:18:55 EST",
        "ActiveEnterTimestampMonotonic": "416654632",
        "ActiveExitTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "ActiveExitTimestampMonotonic": "416646701",
        "ActiveState": "active",
        "After": "systemd-tmpfiles-setup.service tmp.mount -.mount sysinit.target systemd-journald.socket basic.target system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "AssertTimestampMonotonic": "416652922",
        "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-11-16 18:18:55 EST",
        "ConditionTimestampMonotonic": "416652921",
        "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": "10014",
        "ExecMainStartTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "ExecMainStartTimestampMonotonic": "416654576",
        "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-11-16 18:18:55 EST",
        "InactiveEnterTimestampMonotonic": "416651924",
        "InactiveExitTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "InactiveExitTimestampMonotonic": "416654632",
        "InvocationID": "8570ef20182d4f1489b2c4002fb1662a",
        "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": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10014",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "192512",
        "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-11-16 18:19:04 EST",
        "StateChangeTimestampMonotonic": "425822216",
        "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": "22405",
        "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-11-16 18:18:55 EST",
        "WatchdogTimestampMonotonic": "416654629",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:22 -0500 (0:00:00.779)       0:01:19.843 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:22 -0500 (0:00:00.076)       0:01:19.920 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:22 -0500 (0:00:00.081)       0:01:20.001 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:22 -0500 (0:00:00.075)       0:01:20.077 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 16 November 2024  18:19:22 -0500 (0:00:00.083)       0:01:20.161 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 16 November 2024  18:19:22 -0500 (0:00:00.076)       0:01:20.237 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}})

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 16 November 2024  18:19:22 -0500 (0:00:00.110)       0:01:20.348 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-3.scope": {
                    "active_state": "active",
                    "description": "Session 3 of user root",
                    "load_state": "loaded",
                    "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 16 November 2024  18:19:23 -0500 (0:00:00.544)       0:01:20.892 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 16 November 2024  18:19:23 -0500 (0:00:00.071)       0:01:20.963 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 16 November 2024  18:19:23 -0500 (0:00:00.068)       0:01:21.031 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 16 November 2024  18:19:23 -0500 (0:00:00.067)       0:01:21.099 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Get UnitFileState=] ******************************************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:140
Saturday 16 November 2024  18:19:23 -0500 (0:00:00.071)       0:01:21.170 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "UnitFileState",
        "foo.service"
    ],
    "delta": "0:00:00.011323",
    "end": "2024-11-16 18:19:24.024109",
    "rc": 0,
    "start": "2024-11-16 18:19:24.012786"
}

STDOUT:

UnitFileState=disabled

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

MSG:

All assertions passed

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

TASK [Save UnitFileState before calling role] **********************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:161
Saturday 16 November 2024  18:19:24 -0500 (0:00:00.044)       0:01:21.625 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "UnitFileState",
        "sshd.service"
    ],
    "delta": "0:00:00.010347",
    "end": "2024-11-16 18:19:24.485336",
    "rc": 0,
    "start": "2024-11-16 18:19:24.474989"
}

STDOUT:

UnitFileState=enabled

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 16 November 2024  18:19:24 -0500 (0:00:00.408)       0:01:22.034 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 16 November 2024  18:19:24 -0500 (0:00:00.066)       0:01:22.100 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27
Saturday 16 November 2024  18:19:24 -0500 (0:00:00.032)       0:01:22.132 ***** 
META: end_host conditional evaluated to False, continuing execution for managed-node1
skipping: [managed-node1] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1"
}

MSG:

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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 16 November 2024  18:19:24 -0500 (0:00:00.029)       0:01:22.162 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 16 November 2024  18:19:24 -0500 (0:00:00.030)       0:01:22.192 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 16 November 2024  18:19:24 -0500 (0:00:00.028)       0:01:22.221 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 16 November 2024  18:19:24 -0500 (0:00:00.029)       0:01:22.250 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 16 November 2024  18:19:24 -0500 (0:00:00.028)       0:01:22.279 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 16 November 2024  18:19:28 -0500 (0:00:03.256)       0:01:25.535 ***** 
skipping: [managed-node1] => {
    "false_condition": "__systemd_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.040)       0:01:25.576 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.044)       0:01:25.620 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.060)       0:01:25.680 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.031)       0:01:25.712 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins)

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.090)       0:01:25.803 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.071)       0:01:25.875 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.067)       0:01:25.942 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.083)       0:01:26.025 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.082)       0:01:26.108 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.066)       0:01:26.174 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.046)       0:01:26.221 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.049)       0:01:26.271 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.044)       0:01:26.316 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.048)       0:01:26.364 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.047)       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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:28 -0500 (0:00:00.052)       0:01:26.464 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.051)       0:01:26.515 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.051)       0:01:26.566 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.039)       0:01:26.606 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.039)       0:01:26.646 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.037)       0:01:26.684 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.044)       0:01:26.728 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.041)       0:01:26.770 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.054)       0:01:26.825 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.054)       0:01:26.879 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.055)       0:01:26.934 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.046)       0:01:26.981 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.044)       0:01:27.026 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.039)       0:01:27.065 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.045)       0:01:27.111 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'})

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.066)       0:01:27.178 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.046)       0:01:27.224 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

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

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.049)       0:01:27.326 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.052)       0:01:27.379 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.047)       0:01:27.427 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:29 -0500 (0:00:00.052)       0:01:27.479 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:30 -0500 (0:00:00.047)       0:01:27.527 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:30 -0500 (0:00:00.052)       0:01:27.579 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:30 -0500 (0:00:00.047)       0:01:27.627 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:30 -0500 (0:00:00.052)       0:01:27.679 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:30 -0500 (0:00:00.047)       0:01:27.726 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:30 -0500 (0:00:00.056)       0:01:27.783 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 16 November 2024  18:19:30 -0500 (0:00:00.060)       0:01:27.843 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root)

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 16 November 2024  18:19:30 -0500 (0:00:00.078)       0:01:27.922 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 16 November 2024  18:19:30 -0500 (0:00:00.051)       0:01:27.973 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 16 November 2024  18:19:30 -0500 (0:00:00.066)       0:01:28.040 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 16 November 2024  18:19:30 -0500 (0:00:00.065)       0:01:28.105 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:30 -0500 (0:00:00.050)       0:01:28.156 ***** 
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-11-16 18:12:19 EST",
        "ActiveEnterTimestampMonotonic": "20735618",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice sshd-keygen.target systemd-journald.socket network.target cloud-init.service sysinit.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-16 18:12:19 EST",
        "AssertTimestampMonotonic": "20707649",
        "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-11-16 18:12:19 EST",
        "ConditionTimestampMonotonic": "20707647",
        "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": "1032",
        "ExecMainStartTimestamp": "Sat 2024-11-16 18:12:19 EST",
        "ExecMainStartTimestampMonotonic": "20711389",
        "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-11-16 18:12:19 EST",
        "InactiveExitTimestampMonotonic": "20711438",
        "InvocationID": "8235de9d883e4da0b69b4fd45736725a",
        "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": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "1032",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "6692864",
        "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": "system.slice sysinit.target",
        "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-11-16 18:12:19 EST",
        "StateChangeTimestampMonotonic": "20735618",
        "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": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target cloud-init.service",
        "Wants": "sshd-keygen.target",
        "WatchdogTimestamp": "Sat 2024-11-16 18:12:19 EST",
        "WatchdogTimestampMonotonic": "20735614",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:31 -0500 (0:00:00.742)       0:01:28.898 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:31 -0500 (0:00:00.059)       0:01:28.957 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 16 November 2024  18:19:31 -0500 (0:00:00.080)       0:01:29.037 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 16 November 2024  18:19:31 -0500 (0:00:00.077)       0:01:29.115 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}})

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 16 November 2024  18:19:31 -0500 (0:00:00.117)       0:01:29.232 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-3.scope": {
                    "active_state": "active",
                    "description": "Session 3 of user root",
                    "load_state": "loaded",
                    "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 16 November 2024  18:19:32 -0500 (0:00:00.672)       0:01:29.904 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 16 November 2024  18:19:32 -0500 (0:00:00.072)       0:01:29.977 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 16 November 2024  18:19:32 -0500 (0:00:00.072)       0:01:30.050 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 16 November 2024  18:19:32 -0500 (0:00:00.066)       0:01:30.116 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Get UnitFileState=] ******************************************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:167
Saturday 16 November 2024  18:19:32 -0500 (0:00:00.075)       0:01:30.192 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "UnitFileState",
        "sshd.service"
    ],
    "delta": "0:00:00.009588",
    "end": "2024-11-16 18:19:33.093700",
    "rc": 0,
    "start": "2024-11-16 18:19:33.084112"
}

STDOUT:

UnitFileState=masked

TASK [Check that sshd is masked] ***********************************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:173
Saturday 16 November 2024  18:19:33 -0500 (0:00:00.453)       0:01:30.646 ***** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

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

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 16 November 2024  18:19:33 -0500 (0:00:00.048)       0:01:30.695 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 16 November 2024  18:19:33 -0500 (0:00:00.067)       0:01:30.762 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27
Saturday 16 November 2024  18:19:33 -0500 (0:00:00.034)       0:01:30.797 ***** 
META: end_host conditional evaluated to False, continuing execution for managed-node1
skipping: [managed-node1] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1"
}

MSG:

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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 16 November 2024  18:19:33 -0500 (0:00:00.026)       0:01:30.823 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 16 November 2024  18:19:33 -0500 (0:00:00.031)       0:01:30.855 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 16 November 2024  18:19:33 -0500 (0:00:00.029)       0:01:30.884 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 16 November 2024  18:19:33 -0500 (0:00:00.029)       0:01:30.914 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 16 November 2024  18:19:33 -0500 (0:00:00.032)       0:01:30.946 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 16 November 2024  18:19:36 -0500 (0:00:03.440)       0:01:34.387 ***** 
skipping: [managed-node1] => {
    "false_condition": "__systemd_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 16 November 2024  18:19:36 -0500 (0:00:00.039)       0:01:34.426 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 16 November 2024  18:19:36 -0500 (0:00:00.049)       0:01:34.476 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.060)       0:01:34.536 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.030)       0:01:34.567 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins)

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.065)       0:01:34.632 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.052)       0:01:34.684 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.056)       0:01:34.741 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.053)       0:01:34.794 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.050)       0:01:34.845 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.050)       0:01:34.895 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.039)       0:01:34.935 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.039)       0:01:34.975 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.037)       0:01:35.012 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.044)       0:01:35.056 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.045)       0:01:35.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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.086)       0:01:35.188 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.062)       0:01:35.251 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.065)       0:01:35.317 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.049)       0:01:35.366 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.040)       0:01:35.407 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:37 -0500 (0:00:00.037)       0:01:35.444 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.044)       0:01:35.489 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.041)       0:01:35.530 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.050)       0:01:35.580 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.050)       0:01:35.631 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.051)       0:01:35.682 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.040)       0:01:35.722 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.043)       0:01:35.766 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.059)       0:01:35.825 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.057)       0:01:35.883 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'})

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.090)       0:01:35.973 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.047)       0:01:36.021 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.050)       0:01:36.071 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.044)       0:01:36.116 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.051)       0:01:36.167 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.050)       0:01:36.218 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.052)       0:01:36.270 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.049)       0:01:36.319 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.070)       0:01:36.390 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:38 -0500 (0:00:00.058)       0:01:36.448 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:39 -0500 (0:00:00.055)       0:01:36.503 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:39 -0500 (0:00:00.055)       0:01:36.559 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:39 -0500 (0:00:00.052)       0:01:36.612 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:39 -0500 (0:00:00.044)       0:01:36.656 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:39 -0500 (0:00:00.049)       0:01:36.705 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 16 November 2024  18:19:39 -0500 (0:00:00.053)       0:01:36.758 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root)

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 16 November 2024  18:19:39 -0500 (0:00:00.070)       0:01:36.829 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 16 November 2024  18:19:39 -0500 (0:00:00.052)       0:01:36.882 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 16 November 2024  18:19:39 -0500 (0:00:00.076)       0:01:36.959 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 16 November 2024  18:19:39 -0500 (0:00:00.077)       0:01:37.037 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:39 -0500 (0:00:00.060)       0:01:37.097 ***** 
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-11-16 18:12:19 EST",
        "ActiveEnterTimestampMonotonic": "20735618",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "cloud-init.service",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-16 18:12:19 EST",
        "AssertTimestampMonotonic": "20707649",
        "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-11-16 18:12:19 EST",
        "ConditionTimestampMonotonic": "20707647",
        "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": "1032",
        "ExecMainStartTimestamp": "Sat 2024-11-16 18:12:19 EST",
        "ExecMainStartTimestampMonotonic": "20711389",
        "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-11-16 18:12:19 EST",
        "InactiveExitTimestampMonotonic": "20711438",
        "InvocationID": "8235de9d883e4da0b69b4fd45736725a",
        "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": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "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": "1032",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "6692864",
        "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-11-16 18:12:19 EST",
        "StateChangeTimestampMonotonic": "20735618",
        "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": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target cloud-init.service",
        "WatchdogTimestamp": "Sat 2024-11-16 18:12:19 EST",
        "WatchdogTimestampMonotonic": "20735614",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 16 November 2024  18:19:40 -0500 (0:00:00.742)       0:01:37.839 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 16 November 2024  18:19:40 -0500 (0:00:00.045)       0:01:37.885 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}})

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 16 November 2024  18:19:40 -0500 (0:00:00.064)       0:01:37.950 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-3.scope": {
                    "active_state": "active",
                    "description": "Session 3 of user root",
                    "load_state": "loaded",
                    "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 16 November 2024  18:19:41 -0500 (0:00:00.548)       0:01:38.498 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 16 November 2024  18:19:41 -0500 (0:00:00.072)       0:01:38.571 ***** 
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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 16 November 2024  18:19:41 -0500 (0:00:00.074)       0:01:38.645 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 16 November 2024  18:19:41 -0500 (0:00:00.069)       0:01:38.715 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Get UnitFileState=] ******************************************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:190
Saturday 16 November 2024  18:19:41 -0500 (0:00:00.075)       0:01:38.790 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "show",
        "-p",
        "UnitFileState",
        "sshd.service"
    ],
    "delta": "0:00:00.010454",
    "end": "2024-11-16 18:19:41.663980",
    "rc": 0,
    "start": "2024-11-16 18:19:41.653526"
}

STDOUT:

UnitFileState=enabled

TASK [Check that sshd was correctly unmasked] **********************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:196
Saturday 16 November 2024  18:19:41 -0500 (0:00:00.430)       0:01:39.221 ***** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

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

TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3
Saturday 16 November 2024  18:19:41 -0500 (0:00:00.052)       0:01:39.274 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13
Saturday 16 November 2024  18:19:41 -0500 (0:00:00.066)       0:01:39.341 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")",
    "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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27
Saturday 16 November 2024  18:19:41 -0500 (0:00:00.026)       0:01:39.367 ***** 
META: end_host conditional evaluated to False, continuing execution for managed-node1
skipping: [managed-node1] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1"
}

MSG:

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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40
Saturday 16 November 2024  18:19:41 -0500 (0:00:00.015)       0:01:39.382 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45
Saturday 16 November 2024  18:19:41 -0500 (0:00:00.026)       0:01:39.409 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52
Saturday 16 November 2024  18:19:41 -0500 (0:00:00.022)       0:01:39.431 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57
Saturday 16 November 2024  18:19:41 -0500 (0:00:00.026)       0:01:39.458 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __systemd_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61
Saturday 16 November 2024  18:19:41 -0500 (0:00:00.023)       0:01:39.481 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73
Saturday 16 November 2024  18:19:45 -0500 (0:00:03.257)       0:01:42.738 ***** 
skipping: [managed-node1] => {
    "false_condition": "__systemd_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78
Saturday 16 November 2024  18:19:45 -0500 (0:00:00.051)       0:01:42.790 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83
Saturday 16 November 2024  18:19:45 -0500 (0:00:00.086)       0:01:42.876 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] ***********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90
Saturday 16 November 2024  18:19:45 -0500 (0:00:00.080)       0:01:42.957 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94
Saturday 16 November 2024  18:19:45 -0500 (0:00:00.043)       0:01:43.001 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates)
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins)

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:45 -0500 (0:00:00.050)       0:01:43.052 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:45 -0500 (0:00:00.044)       0:01:43.097 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:45 -0500 (0:00:00.054)       0:01:43.152 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:45 -0500 (0:00:00.056)       0:01:43.208 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:45 -0500 (0:00:00.065)       0:01:43.274 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:45 -0500 (0:00:00.056)       0:01:43.330 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:45 -0500 (0:00:00.042)       0:01:43.372 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:45 -0500 (0:00:00.043)       0:01:43.416 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:45 -0500 (0:00:00.042)       0:01:43.459 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.055)       0:01:43.515 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.045)       0:01:43.560 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.060)       0:01:43.621 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.053)       0:01:43.674 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.050)       0:01:43.725 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.039)       0:01:43.765 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.039)       0:01:43.804 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.040)       0:01:43.845 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.072)       0:01:43.917 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.069)       0:01:43.987 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] *******
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.085)       0:01:44.073 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.080)       0:01:44.154 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ********
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.078)       0:01:44.232 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] *****
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.065)       0:01:44.298 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.072)       0:01:44.370 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Reload systemd] **********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.040)       0:01:44.411 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Manage units] ************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119
Saturday 16 November 2024  18:19:46 -0500 (0:00:00.050)       0:01:44.462 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'})
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'})

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:47 -0500 (0:00:00.080)       0:01:44.542 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:47 -0500 (0:00:00.045)       0:01:44.587 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:47 -0500 (0:00:00.049)       0:01:44.637 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27
Saturday 16 November 2024  18:19:47 -0500 (0:00:00.053)       0:01:44.691 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root)

TASK [fedora.linux_system_roles.systemd : Get user information] ****************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7
Saturday 16 November 2024  18:19:47 -0500 (0:00:00.068)       0:01:44.759 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14
Saturday 16 November 2024  18:19:47 -0500 (0:00:00.047)       0:01:44.807 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34
Saturday 16 November 2024  18:19:47 -0500 (0:00:00.058)       0:01:44.866 ***** 
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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71
Saturday 16 November 2024  18:19:47 -0500 (0:00:00.064)       0:01:44.930 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:47 -0500 (0:00:00.051)       0:01:44.981 ***** 
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-11-16 18:18:55 EST",
        "ActiveEnterTimestampMonotonic": "416654632",
        "ActiveExitTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "ActiveExitTimestampMonotonic": "416646701",
        "ActiveState": "active",
        "After": "sysinit.target systemd-journald.socket basic.target -.mount tmp.mount system.slice systemd-tmpfiles-setup.service",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "AssertTimestampMonotonic": "416652922",
        "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-11-16 18:18:55 EST",
        "ConditionTimestampMonotonic": "416652921",
        "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": "10014",
        "ExecMainStartTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "ExecMainStartTimestampMonotonic": "416654576",
        "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-11-16 18:18:55 EST",
        "InactiveEnterTimestampMonotonic": "416651924",
        "InactiveExitTimestamp": "Sat 2024-11-16 18:18:55 EST",
        "InactiveExitTimestampMonotonic": "416654632",
        "InvocationID": "8570ef20182d4f1489b2c4002fb1662a",
        "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": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10014",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "192512",
        "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]",
        "StateChangeTimestamp": "Sat 2024-11-16 18:19:04 EST",
        "StateChangeTimestampMonotonic": "425822216",
        "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": "22405",
        "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-11-16 18:18:55 EST",
        "WatchdogTimestampMonotonic": "416654629",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:48 -0500 (0:00:00.616)       0:01:45.598 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:48 -0500 (0:00:00.045)       0:01:45.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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:48 -0500 (0:00:00.049)       0:01:45.692 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:48 -0500 (0:00:00.044)       0:01:45.737 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:48 -0500 (0:00:00.049)       0:01:45.786 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:48 -0500 (0:00:00.044)       0:01:45.831 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:48 -0500 (0:00:00.049)       0:01:45.880 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:48 -0500 (0:00:00.044)       0:01:45.924 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:48 -0500 (0:00:00.052)       0:01:45.976 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:48 -0500 (0:00:00.047)       0:01:46.023 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : Manage user info] ********************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25
Saturday 16 November 2024  18:19:48 -0500 (0:00:00.052)       0:01:46.076 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__systemd_list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28
Saturday 16 November 2024  18:19:48 -0500 (0:00:00.050)       0:01:46.126 ***** 
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,
    "false_condition": "__systemd_list | length > 0",
    "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"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.systemd : DebugBefore] *************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146
Saturday 16 November 2024  18:19:48 -0500 (0:00:00.049)       0:01:46.176 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150
Saturday 16 November 2024  18:19:48 -0500 (0:00:00.044)       0:01:46.220 ***** 
included: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}})

TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] ***
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7
Saturday 16 November 2024  18:19:48 -0500 (0:00:00.064)       0:01:46.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"
            },
            "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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-3.scope": {
                    "active_state": "active",
                    "description": "Session 3 of user root",
                    "load_state": "loaded",
                    "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158
Saturday 16 November 2024  18:19:49 -0500 (0:00:00.486)       0:01:46.771 ***** 
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-3.scope": {
            "active_state": "active",
            "description": "Session 3 of user root",
            "load_state": "loaded",
            "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162
Saturday 16 November 2024  18:19:49 -0500 (0:00:00.045)       0:01: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"
            },
            "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-3.scope": {
                "active_state": "active",
                "description": "Session 3 of user root",
                "load_state": "loaded",
                "name": "session-3.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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166
Saturday 16 November 2024  18:19:49 -0500 (0:00:00.042)       0:01:46.859 ***** 
included: /tmp/collections-Vzt/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-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10
Saturday 16 November 2024  18:19:49 -0500 (0:00:00.036)       0:01:46.896 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Foo.service shouldn't be in systemd_units] *******************************
task path: /tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:210
Saturday 16 November 2024  18:19:49 -0500 (0:00:00.043)       0:01:46.940 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_facts['systemd_units']['foo.service'] is defined",
    "skip_reason": "Conditional result was False"
}

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

Saturday 16 November 2024  18:19:49 -0500 (0:00:00.013)       0:01:46.954 ***** 
=============================================================================== 
fedora.linux_system_roles.systemd : Ensure required packages are installed -- 17.60s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 3.44s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 3.44s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 3.39s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 3.39s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 3.29s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 3.28s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 3.26s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 3.26s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure required packages are installed --- 3.24s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 
fedora.linux_system_roles.systemd : Ensure ansible_facts used by role --- 1.16s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 
fedora.linux_system_roles.systemd : Ensure unit file templates are present --- 1.08s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 
fedora.linux_system_roles.systemd : Reload systemd ---------------------- 1.03s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 
fedora.linux_system_roles.systemd : Gather systemd units state for system and user units --- 0.83s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7 
fedora.linux_system_roles.systemd : Ensure unit file templates are present --- 0.83s
/tmp/collections-Vzt/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.78s
/tmp/collections-Vzt/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.76s
/tmp/collections-Vzt/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.74s
/tmp/collections-Vzt/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.74s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 
fedora.linux_system_roles.systemd : Get user information ---------------- 0.68s
/tmp/collections-Vzt/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7