ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_basic.yml ****************************************************** 10 plays in /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml PLAY [Ensure that deploying unit files work correctly] ************************* META: ran handlers TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:52:59 -0500 (0:00:00.021) 0:00:00.021 ******* ok: [managed-node1] TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:53:00 -0500 (0:00:01.030) 0:00:01.052 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:53:00 -0500 (0:00:00.091) 0:00:01.143 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:53:01 -0500 (0:00:00.425) 0:00:01.568 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:53:01 -0500 (0:00:00.028) 0:00:01.596 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:53:01 -0500 (0:00:00.378) 0:00:01.975 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:53:01 -0500 (0:00:00.027) 0:00:02.002 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:53:17 -0500 (0:00:15.735) 0:00:17.738 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:53:17 -0500 (0:00:00.016) 0:00:17.754 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:53:17 -0500 (0:00:00.021) 0:00:17.776 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:53:17 -0500 (0:00:00.019) 0:00:17.796 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:53:17 -0500 (0:00:00.013) 0:00:17.809 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:17 -0500 (0:00:00.042) 0:00:17.852 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:17 -0500 (0:00:00.021) 0:00:17.874 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:17 -0500 (0:00:00.025) 0:00:17.900 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:17 -0500 (0:00:00.025) 0:00:17.925 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:17 -0500 (0:00:00.024) 0:00:17.950 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:17 -0500 (0:00:00.024) 0:00:17.975 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:17 -0500 (0:00:00.024) 0:00:18.000 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:17 -0500 (0:00:00.025) 0:00:18.026 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:17 -0500 (0:00:00.014) 0:00:18.040 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:53:17 -0500 (0:00:00.031) 0:00:18.072 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:17 -0500 (0:00:00.044) 0:00:18.116 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:18 -0500 (0:00:00.474) 0:00:18.590 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:53:18 -0500 (0:00:00.034) 0:00:18.625 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:53:18 -0500 (0:00:00.039) 0:00:18.664 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:18 -0500 (0:00:00.023) 0:00:18.688 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:18 -0500 (0:00:00.017) 0:00:18.705 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:18 -0500 (0:00:00.050) 0:00:18.756 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:18 -0500 (0:00:00.058) 0:00:18.814 ******* 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-1731361998.5893273-7978-118122045103676/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:19 -0500 (0:00:00.957) 0:00:19.772 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:19 -0500 (0:00:00.024) 0:00:19.796 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:19 -0500 (0:00:00.024) 0:00:19.821 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:19 -0500 (0:00:00.031) 0:00:19.853 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:19 -0500 (0:00:00.042) 0:00:19.896 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:19 -0500 (0:00:00.024) 0:00:19.921 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:19 -0500 (0:00:00.041) 0:00:19.962 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:19 -0500 (0:00:00.044) 0:00:20.006 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:19 -0500 (0:00:00.043) 0:00:20.050 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:19 -0500 (0:00:00.024) 0:00:20.074 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:19 -0500 (0:00:00.024) 0:00:20.098 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:53:19 -0500 (0:00:00.020) 0:00:20.119 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:53:19 -0500 (0:00:00.031) 0:00:20.150 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:19 -0500 (0:00:00.092) 0:00:20.243 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:19 -0500 (0:00:00.032) 0:00:20.276 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:20 -0500 (0:00:00.042) 0:00:20.318 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:20 -0500 (0:00:00.034) 0:00:20.352 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:20 -0500 (0:00:00.042) 0:00:20.394 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:20 -0500 (0:00:00.032) 0:00:20.427 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:20 -0500 (0:00:00.041) 0:00:20.469 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:20 -0500 (0:00:00.028) 0:00:20.497 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:20 -0500 (0:00:00.033) 0:00:20.530 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:20 -0500 (0:00:00.026) 0:00:20.557 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:20 -0500 (0:00:00.043) 0:00:20.601 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:20 -0500 (0:00:00.038) 0:00:20.639 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:20 -0500 (0:00:00.040) 0:00:20.680 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:20 -0500 (0:00:00.035) 0:00:20.716 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:20 -0500 (0:00:00.044) 0:00:20.760 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:20 -0500 (0:00:00.030) 0:00:20.791 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:53:20 -0500 (0:00:00.048) 0:00:20.839 ******* ok: [managed-node1] => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "ansible_loop_var": "item", "changed": false, "item": { "key": "root", "value": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:53:21 -0500 (0:00:00.707) 0:00:21.547 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:53:21 -0500 (0:00:00.150) 0:00:21.698 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:53:21 -0500 (0:00:00.067) 0:00:21.765 ******* TASK [Verify that unit file was deployed] ************************************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:12 Monday 11 November 2024 16:53:21 -0500 (0:00:00.039) 0:00:21.805 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731361999.3826535, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a1576b4506271f370ca5372ca8be9af0caa84b03", "ctime": 1731361999.3886535, "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": 1731361998.9066522, "nlink": 1, "path": "/etc/systemd/system/foo.service", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 135, "uid": 0, "version": "1799867872", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } META: ran handlers META: ran handlers PLAY [Ensure that deploying unit file dropins work correctly] ****************** META: ran handlers TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:53:22 -0500 (0:00:00.566) 0:00:22.372 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:53:22 -0500 (0:00:00.043) 0:00:22.415 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:53:22 -0500 (0:00:00.057) 0:00:22.472 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:53:22 -0500 (0:00:00.049) 0:00:22.522 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:53:22 -0500 (0:00:00.071) 0:00:22.593 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:53:22 -0500 (0:00:00.084) 0:00:22.677 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:53:22 -0500 (0:00:00.046) 0:00:22.724 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:53:25 -0500 (0:00:03.205) 0:00:25.930 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:53:25 -0500 (0:00:00.024) 0:00:25.954 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:53:25 -0500 (0:00:00.022) 0:00:25.977 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:53:25 -0500 (0:00:00.022) 0:00:25.999 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:53:25 -0500 (0:00:00.018) 0:00:26.018 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:25 -0500 (0:00:00.077) 0:00:26.095 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:25 -0500 (0:00:00.041) 0:00:26.137 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:25 -0500 (0:00:00.034) 0:00:26.172 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:25 -0500 (0:00:00.047) 0:00:26.219 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:25 -0500 (0:00:00.040) 0:00:26.260 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:25 -0500 (0:00:00.046) 0:00:26.307 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:26 -0500 (0:00:00.024) 0:00:26.331 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:26 -0500 (0:00:00.023) 0:00:26.354 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:26 -0500 (0:00:00.019) 0:00:26.374 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:26 -0500 (0:00:00.026) 0:00:26.401 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:26 -0500 (0:00:00.020) 0:00:26.422 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:26 -0500 (0:00:00.032) 0:00:26.455 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:26 -0500 (0:00:00.031) 0:00:26.486 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:26 -0500 (0:00:00.034) 0:00:26.521 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:26 -0500 (0:00:00.019) 0:00:26.540 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:26 -0500 (0:00:00.019) 0:00:26.559 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:26 -0500 (0:00:00.017) 0:00:26.577 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:53:26 -0500 (0:00:00.037) 0:00:26.614 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:26 -0500 (0:00:00.049) 0:00:26.664 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:26 -0500 (0:00:00.032) 0:00:26.697 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:53:26 -0500 (0:00:00.040) 0:00:26.737 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:53:26 -0500 (0:00:00.041) 0:00:26.778 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:26 -0500 (0:00:00.025) 0:00:26.804 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:26 -0500 (0:00:00.019) 0:00:26.824 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:27 -0500 (0:00:00.523) 0:00:27.347 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:27 -0500 (0:00:00.053) 0:00:27.401 ******* 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-1731362007.1709013-8767-124954150994293/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:27 -0500 (0:00:00.705) 0:00:28.106 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:27 -0500 (0:00:00.019) 0:00:28.126 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:27 -0500 (0:00:00.019) 0:00:28.145 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:53:27 -0500 (0:00:00.017) 0:00:28.163 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:53:28 -0500 (0:00:00.871) 0:00:29.034 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:28 -0500 (0:00:00.100) 0:00:29.135 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:28 -0500 (0:00:00.039) 0:00:29.175 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:28 -0500 (0:00:00.048) 0:00:29.223 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:28 -0500 (0:00:00.038) 0:00:29.262 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:29 -0500 (0:00:00.051) 0:00:29.313 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:29 -0500 (0:00:00.038) 0:00:29.352 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:29 -0500 (0:00:00.044) 0:00:29.396 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:29 -0500 (0:00:00.033) 0:00:29.430 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:29 -0500 (0:00:00.039) 0:00:29.469 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:29 -0500 (0:00:00.044) 0:00:29.514 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:29 -0500 (0:00:00.048) 0:00:29.563 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:29 -0500 (0:00:00.038) 0:00:29.602 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:29 -0500 (0:00:00.037) 0:00:29.639 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:29 -0500 (0:00:00.032) 0:00:29.672 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:29 -0500 (0:00:00.036) 0:00:29.708 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:29 -0500 (0:00:00.029) 0:00:29.738 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:53:29 -0500 (0:00:00.033) 0:00:29.771 ******* ok: [managed-node1] => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "ansible_loop_var": "item", "changed": false, "item": { "key": "root", "value": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:53:29 -0500 (0:00:00.519) 0:00:30.291 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:53:30 -0500 (0:00:00.052) 0:00:30.344 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:53:30 -0500 (0:00:00.065) 0:00:30.409 ******* TASK [Stat the dropin directory path] ****************************************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:25 Monday 11 November 2024 16:53:30 -0500 (0:00:00.023) 0:00:30.433 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731362006.976674, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731362007.7306762, "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": 1731362007.7306762, "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": "2623129256", "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-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:30 Monday 11 November 2024 16:53:30 -0500 (0:00:00.370) 0:00:30.803 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify that dropin file was deployed] ************************************ task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:35 Monday 11 November 2024 16:53:30 -0500 (0:00:00.034) 0:00:30.838 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731362007.7246761, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "43138f80633a2dd32d446b237b9ed62fa32438dd", "ctime": 1731362007.7306762, "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": 1731362007.4696755, "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": "3799323998", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } META: ran handlers META: ran handlers PLAY [Ensure that we can start units using the role] *************************** META: ran handlers TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:53:30 -0500 (0:00:00.384) 0:00:31.222 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:53:30 -0500 (0:00:00.022) 0:00:31.244 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:53:30 -0500 (0:00:00.036) 0:00:31.281 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:53:30 -0500 (0:00:00.019) 0:00:31.301 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:53:31 -0500 (0:00:00.018) 0:00:31.319 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:53:31 -0500 (0:00:00.018) 0:00:31.338 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:53:31 -0500 (0:00:00.023) 0:00:31.361 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:53:33 -0500 (0:00:02.908) 0:00:34.270 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:53:33 -0500 (0:00:00.018) 0:00:34.288 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:53:33 -0500 (0:00:00.018) 0:00:34.307 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:53:34 -0500 (0:00:00.018) 0:00:34.326 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:53:34 -0500 (0:00:00.017) 0:00:34.344 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:34 -0500 (0:00:00.057) 0:00:34.401 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:34 -0500 (0:00:00.039) 0:00:34.441 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:34 -0500 (0:00:00.027) 0:00:34.468 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:34 -0500 (0:00:00.036) 0:00:34.505 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:34 -0500 (0:00:00.041) 0:00:34.547 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:34 -0500 (0:00:00.038) 0:00:34.585 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:34 -0500 (0:00:00.022) 0:00:34.608 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:34 -0500 (0:00:00.023) 0:00:34.631 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:34 -0500 (0:00:00.018) 0:00:34.649 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:34 -0500 (0:00:00.026) 0:00:34.676 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:34 -0500 (0:00:00.019) 0:00:34.696 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:34 -0500 (0:00:00.032) 0:00:34.728 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:34 -0500 (0:00:00.033) 0:00:34.762 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:34 -0500 (0:00:00.039) 0:00:34.802 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:34 -0500 (0:00:00.020) 0:00:34.822 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:34 -0500 (0:00:00.026) 0:00:34.848 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:34 -0500 (0:00:00.018) 0:00:34.866 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:34 -0500 (0:00:00.030) 0:00:34.897 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:34 -0500 (0:00:00.024) 0:00:34.922 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:34 -0500 (0:00:00.037) 0:00:34.959 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:34 -0500 (0:00:00.034) 0:00:34.994 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:34 -0500 (0:00:00.034) 0:00:35.028 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:34 -0500 (0:00:00.019) 0:00:35.048 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:34 -0500 (0:00:00.024) 0:00:35.073 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:53:34 -0500 (0:00:00.018) 0:00:35.091 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:53:34 -0500 (0:00:00.022) 0:00:35.114 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:34 -0500 (0:00:00.084) 0:00:35.199 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:53:34 -0500 (0:00:00.054) 0:00:35.254 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:35 -0500 (0:00:00.077) 0:00:35.331 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:35 -0500 (0:00:00.049) 0:00:35.381 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:53:35 -0500 (0:00:00.061) 0:00:35.442 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:53:35 -0500 (0:00:00.064) 0:00:35.507 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:35 -0500 (0:00:00.040) 0:00:35.547 ******* 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": "sysinit.target systemd-tmpfiles-setup.service tmp.mount system.slice basic.target systemd-journald.socket -.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": "-.mount system.slice 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]", "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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:35 -0500 (0:00:00.640) 0:00:36.188 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:35 -0500 (0:00:00.029) 0:00:36.217 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:35 -0500 (0:00:00.034) 0:00:36.252 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:35 -0500 (0:00:00.027) 0:00:36.280 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:36 -0500 (0:00:00.033) 0:00:36.313 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:36 -0500 (0:00:00.026) 0:00:36.340 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:36 -0500 (0:00:00.034) 0:00:36.374 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:36 -0500 (0:00:00.031) 0:00:36.406 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:36 -0500 (0:00:00.040) 0:00:36.446 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:36 -0500 (0:00:00.040) 0:00:36.486 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:36 -0500 (0:00:00.046) 0:00:36.532 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:36 -0500 (0:00:00.031) 0:00:36.563 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:36 -0500 (0:00:00.039) 0:00:36.603 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:36 -0500 (0:00:00.028) 0:00:36.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, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:53:36 -0500 (0:00:00.038) 0:00:36.670 ******* ok: [managed-node1] => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "ansible_loop_var": "item", "changed": false, "item": { "key": "root", "value": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:53:36 -0500 (0:00:00.446) 0:00:37.116 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:53:36 -0500 (0:00:00.045) 0:00:37.162 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:53:36 -0500 (0:00:00.038) 0:00:37.201 ******* TASK [Make sure that foo.service main state is active] ************************* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:48 Monday 11 November 2024 16:53:36 -0500 (0:00:00.020) 0:00:37.221 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Ensure that we can restart units using the role] ************************* TASK [Save MainPID of foo.service before restart] ****************************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:69 Monday 11 November 2024 16:53:36 -0500 (0:00:00.032) 0:00:37.254 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "MainPID", "foo.service" ], "delta": "0:00:00.010218", "end": "2024-11-11 16:53:37.397949", "rc": 0, "start": "2024-11-11 16:53:37.387731" } STDOUT: MainPID=9502 META: ran handlers TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:53:37 -0500 (0:00:00.523) 0:00:37.777 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:53:37 -0500 (0:00:00.040) 0:00:37.817 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:53:37 -0500 (0:00:00.046) 0:00:37.864 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:53:37 -0500 (0:00:00.021) 0:00:37.885 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:53:37 -0500 (0:00:00.025) 0:00:37.911 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:53:37 -0500 (0:00:00.019) 0:00:37.930 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:53:37 -0500 (0:00:00.023) 0:00:37.953 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:53:40 -0500 (0:00:02.939) 0:00:40.893 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:53:40 -0500 (0:00:00.020) 0:00:40.914 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:53:40 -0500 (0:00:00.018) 0:00:40.932 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:53:40 -0500 (0:00:00.019) 0:00:40.952 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:53:40 -0500 (0:00:00.054) 0:00:41.006 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:40 -0500 (0:00:00.066) 0:00:41.072 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:40 -0500 (0:00:00.040) 0:00:41.112 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:40 -0500 (0:00:00.030) 0:00:41.142 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:40 -0500 (0:00:00.050) 0:00:41.193 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:40 -0500 (0:00:00.048) 0:00:41.242 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:40 -0500 (0:00:00.049) 0:00:41.292 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:41 -0500 (0:00:00.031) 0:00:41.323 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:41 -0500 (0:00:00.028) 0:00:41.352 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:41 -0500 (0:00:00.017) 0:00:41.369 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:41 -0500 (0:00:00.028) 0:00:41.397 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:41 -0500 (0:00:00.023) 0:00:41.420 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:41 -0500 (0:00:00.038) 0:00:41.459 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:41 -0500 (0:00:00.035) 0:00:41.495 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:41 -0500 (0:00:00.036) 0:00:41.531 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:41 -0500 (0:00:00.019) 0:00:41.550 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:41 -0500 (0:00:00.019) 0:00:41.570 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:41 -0500 (0:00:00.017) 0:00:41.587 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:41 -0500 (0:00:00.026) 0:00:41.614 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:41 -0500 (0:00:00.019) 0:00:41.633 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:41 -0500 (0:00:00.033) 0:00:41.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, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:41 -0500 (0:00:00.036) 0:00:41.703 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:41 -0500 (0:00:00.045) 0:00:41.748 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:41 -0500 (0:00:00.027) 0:00:41.776 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:41 -0500 (0:00:00.029) 0:00:41.805 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:53:41 -0500 (0:00:00.019) 0:00:41.824 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:53:41 -0500 (0:00:00.027) 0:00:41.851 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:41 -0500 (0:00:00.083) 0:00:41.934 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:41 -0500 (0:00:00.032) 0:00:41.967 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:41 -0500 (0:00:00.033) 0:00:42.000 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:41 -0500 (0:00:00.026) 0:00:42.027 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:41 -0500 (0:00:00.032) 0:00:42.059 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:53:41 -0500 (0:00:00.035) 0:00:42.095 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:41 -0500 (0:00:00.058) 0:00:42.154 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:41 -0500 (0:00:00.042) 0:00:42.196 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:53:41 -0500 (0:00:00.059) 0:00:42.256 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:53:41 -0500 (0:00:00.048) 0:00:42.304 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:42 -0500 (0:00:00.032) 0:00:42.337 ******* 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": "Mon 2024-11-11 16:53:35 EST", "ActiveEnterTimestampMonotonic": "259771526", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "tmp.mount -.mount system.slice systemd-tmpfiles-setup.service sysinit.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 16:53:35 EST", "AssertTimestampMonotonic": "259770220", "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": "Mon 2024-11-11 16:53:35 EST", "ConditionTimestampMonotonic": "259770219", "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": "9502", "ExecMainStartTimestamp": "Mon 2024-11-11 16:53:35 EST", "ExecMainStartTimestampMonotonic": "259771471", "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=[Mon 2024-11-11 16:53:35 EST] ; stop_time=[n/a] ; pid=9502 ; 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": "Mon 2024-11-11 16:53:35 EST", "InactiveExitTimestampMonotonic": "259771526", "InvocationID": "f9a653951e444722a2f9bb897a274d60", "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": "9502", "MemoryAccounting": "yes", "MemoryCurrent": "196608", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 16:53:35 EST", "StateChangeTimestampMonotonic": "259771526", "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": "Mon 2024-11-11 16:53:35 EST", "WatchdogTimestampMonotonic": "259771520", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:42 -0500 (0:00:00.535) 0:00:42.872 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:42 -0500 (0:00:00.027) 0:00:42.899 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:42 -0500 (0:00:00.033) 0:00:42.933 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:42 -0500 (0:00:00.025) 0:00:42.959 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:42 -0500 (0:00:00.033) 0:00:42.992 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:42 -0500 (0:00:00.025) 0:00:43.018 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:42 -0500 (0:00:00.036) 0:00:43.054 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:42 -0500 (0:00:00.035) 0:00:43.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, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:42 -0500 (0:00:00.039) 0:00:43.129 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:42 -0500 (0:00:00.032) 0:00:43.162 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:53:42 -0500 (0:00:00.040) 0:00:43.202 ******* ok: [managed-node1] => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "ansible_loop_var": "item", "changed": false, "item": { "key": "root", "value": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:53:43 -0500 (0:00:00.450) 0:00:43.653 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:53:43 -0500 (0:00:00.100) 0:00:43.754 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:53:43 -0500 (0:00:00.038) 0:00:43.792 ******* TASK [Get MainPID of foo.service] ********************************************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:75 Monday 11 November 2024 16:53:43 -0500 (0:00:00.019) 0:00:43.812 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "MainPID", "foo.service" ], "delta": "0:00:00.008984", "end": "2024-11-11 16:53:43.813470", "rc": 0, "start": "2024-11-11 16:53:43.804486" } STDOUT: MainPID=10005 TASK [Check that service was restarted by looking at MainPID] ****************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:81 Monday 11 November 2024 16:53:43 -0500 (0:00:00.371) 0:00:44.184 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Ensure that we can reload units] ***************************************** TASK [Delete reload flag file] ************************************************* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:95 Monday 11 November 2024 16:53:43 -0500 (0:00:00.027) 0:00:44.211 ******* ok: [managed-node1] => { "changed": false, "path": "/tmp/foo-service-reloaded", "state": "absent" } META: ran handlers TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:53:44 -0500 (0:00:00.373) 0:00:44.585 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:53:44 -0500 (0:00:00.020) 0:00:44.605 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:53:44 -0500 (0:00:00.034) 0:00:44.639 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:53:44 -0500 (0:00:00.019) 0:00:44.658 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:53:44 -0500 (0:00:00.021) 0:00:44.680 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:53:44 -0500 (0:00:00.018) 0:00:44.698 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:53:44 -0500 (0:00:00.026) 0:00:44.725 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:53:47 -0500 (0:00:02.939) 0:00:47.665 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:53:47 -0500 (0:00:00.018) 0:00:47.684 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:53:47 -0500 (0:00:00.017) 0:00:47.702 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:53:47 -0500 (0:00:00.018) 0:00:47.720 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:53:47 -0500 (0:00:00.017) 0:00:47.738 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:47 -0500 (0:00:00.052) 0:00:47.791 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:47 -0500 (0:00:00.037) 0:00:47.828 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:47 -0500 (0:00:00.031) 0:00:47.859 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:47 -0500 (0:00:00.048) 0:00:47.908 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:47 -0500 (0:00:00.039) 0:00:47.947 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:47 -0500 (0:00:00.041) 0:00:47.989 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:47 -0500 (0:00:00.029) 0:00:48.018 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:47 -0500 (0:00:00.033) 0:00:48.051 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:47 -0500 (0:00:00.038) 0:00:48.090 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:47 -0500 (0:00:00.040) 0:00:48.131 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:47 -0500 (0:00:00.031) 0:00:48.163 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:47 -0500 (0:00:00.050) 0:00:48.213 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:47 -0500 (0:00:00.056) 0:00:48.269 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:47 -0500 (0:00:00.042) 0:00:48.312 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:48 -0500 (0:00:00.019) 0:00:48.332 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:48 -0500 (0:00:00.028) 0:00:48.360 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:48 -0500 (0:00:00.023) 0:00:48.383 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:48 -0500 (0:00:00.030) 0:00:48.413 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:48 -0500 (0:00:00.019) 0:00:48.433 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:48 -0500 (0:00:00.032) 0:00:48.465 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:48 -0500 (0:00:00.032) 0:00:48.498 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:48 -0500 (0:00:00.031) 0:00:48.529 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:48 -0500 (0:00:00.019) 0:00:48.549 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:48 -0500 (0:00:00.018) 0:00:48.567 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:53:48 -0500 (0:00:00.018) 0:00:48.586 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:53:48 -0500 (0:00:00.023) 0:00:48.610 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:48 -0500 (0:00:00.065) 0:00:48.675 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:48 -0500 (0:00:00.027) 0:00:48.703 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:48 -0500 (0:00:00.035) 0:00:48.739 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:48 -0500 (0:00:00.026) 0:00:48.765 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:48 -0500 (0:00:00.033) 0:00:48.798 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:48 -0500 (0:00:00.030) 0:00:48.829 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:48 -0500 (0:00:00.042) 0:00:48.871 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:53:48 -0500 (0:00:00.040) 0:00:48.912 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:48 -0500 (0:00:00.058) 0:00:48.970 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:48 -0500 (0:00:00.039) 0:00:49.010 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:53:48 -0500 (0:00:00.047) 0:00:49.057 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:53:48 -0500 (0:00:00.042) 0:00:49.099 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:48 -0500 (0:00:00.025) 0:00:49.125 ******* 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": "Mon 2024-11-11 16:53:42 EST", "ActiveEnterTimestampMonotonic": "266501579", "ActiveExitTimestamp": "Mon 2024-11-11 16:53:42 EST", "ActiveExitTimestampMonotonic": "266493710", "ActiveState": "active", "After": "tmp.mount -.mount system.slice systemd-tmpfiles-setup.service sysinit.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 16:53:42 EST", "AssertTimestampMonotonic": "266500230", "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": "Mon 2024-11-11 16:53:42 EST", "ConditionTimestampMonotonic": "266500228", "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": "10005", "ExecMainStartTimestamp": "Mon 2024-11-11 16:53:42 EST", "ExecMainStartTimestampMonotonic": "266501535", "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=[Mon 2024-11-11 16:53:42 EST] ; stop_time=[n/a] ; pid=10005 ; 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": "Mon 2024-11-11 16:53:42 EST", "InactiveEnterTimestampMonotonic": "266499368", "InactiveExitTimestamp": "Mon 2024-11-11 16:53:42 EST", "InactiveExitTimestampMonotonic": "266501579", "InvocationID": "c36c5fa0e6a64e2ca6ef95d0835c78f6", "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": "10005", "MemoryAccounting": "yes", "MemoryCurrent": "200704", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 16:53:42 EST", "StateChangeTimestampMonotonic": "266501579", "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": "Mon 2024-11-11 16:53:42 EST", "WatchdogTimestampMonotonic": "266501573", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:49 -0500 (0:00:00.520) 0:00:49.645 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:49 -0500 (0:00:00.027) 0:00:49.673 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:49 -0500 (0:00:00.032) 0:00:49.705 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:49 -0500 (0:00:00.025) 0:00:49.730 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:49 -0500 (0:00:00.033) 0:00:49.764 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:49 -0500 (0:00:00.024) 0:00:49.788 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:49 -0500 (0:00:00.033) 0:00:49.821 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:49 -0500 (0:00:00.030) 0:00:49.853 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:53:49 -0500 (0:00:00.043) 0:00:49.896 ******* ok: [managed-node1] => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "ansible_loop_var": "item", "changed": false, "item": { "key": "root", "value": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:53:50 -0500 (0:00:00.536) 0:00:50.433 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:53:50 -0500 (0:00:00.039) 0:00:50.472 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:53:50 -0500 (0:00:00.044) 0:00:50.517 ******* TASK [Reload operation should created flag file] ******************************* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:100 Monday 11 November 2024 16:53:50 -0500 (0:00:00.030) 0:00:50.548 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } META: ran handlers META: ran handlers PLAY [Ensure that we can enable unit files] ************************************ TASK [Save UnitFileState before calling role] ********************************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:113 Monday 11 November 2024 16:53:50 -0500 (0:00:00.375) 0:00:50.923 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "foo.service" ], "delta": "0:00:00.009647", "end": "2024-11-11 16:53:50.931650", "rc": 0, "start": "2024-11-11 16:53:50.922003" } STDOUT: UnitFileState=disabled META: ran handlers TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:53:50 -0500 (0:00:00.377) 0:00:51.301 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:53:51 -0500 (0:00:00.024) 0:00:51.326 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:53:51 -0500 (0:00:00.047) 0:00:51.373 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:53:51 -0500 (0:00:00.028) 0:00:51.401 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:53:51 -0500 (0:00:00.030) 0:00:51.432 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:53:51 -0500 (0:00:00.029) 0:00:51.462 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:53:51 -0500 (0:00:00.032) 0:00:51.495 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:53:54 -0500 (0:00:02.931) 0:00:54.426 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:53:54 -0500 (0:00:00.018) 0:00:54.444 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:53:54 -0500 (0:00:00.024) 0:00:54.469 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:53:54 -0500 (0:00:00.022) 0:00:54.492 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:53:54 -0500 (0:00:00.021) 0:00:54.513 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:54 -0500 (0:00:00.046) 0:00:54.559 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:54 -0500 (0:00:00.027) 0:00:54.586 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:54 -0500 (0:00:00.019) 0:00:54.606 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:54 -0500 (0:00:00.031) 0:00:54.637 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:54 -0500 (0:00:00.034) 0:00:54.671 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:54 -0500 (0:00:00.032) 0:00:54.703 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:54 -0500 (0:00:00.019) 0:00:54.723 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:54 -0500 (0:00:00.021) 0:00:54.744 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:54 -0500 (0:00:00.018) 0:00:54.763 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:54 -0500 (0:00:00.026) 0:00:54.789 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:54 -0500 (0:00:00.024) 0:00:54.814 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:54 -0500 (0:00:00.040) 0:00:54.855 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:54 -0500 (0:00:00.051) 0:00:54.906 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:54 -0500 (0:00:00.038) 0:00:54.944 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:54 -0500 (0:00:00.019) 0:00:54.964 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:54 -0500 (0:00:00.023) 0:00:54.988 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:54 -0500 (0:00:00.019) 0:00:55.007 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:54 -0500 (0:00:00.033) 0:00:55.040 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:54 -0500 (0:00:00.022) 0:00:55.064 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:54 -0500 (0:00:00.035) 0:00:55.099 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:54 -0500 (0:00:00.032) 0:00:55.131 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:54 -0500 (0:00:00.035) 0:00:55.167 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:54 -0500 (0:00:00.019) 0:00:55.187 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:54 -0500 (0:00:00.020) 0:00:55.207 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:53:54 -0500 (0:00:00.018) 0:00:55.226 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:53:54 -0500 (0:00:00.022) 0:00:55.249 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:55 -0500 (0:00:00.071) 0:00:55.321 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:55 -0500 (0:00:00.027) 0:00:55.348 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:55 -0500 (0:00:00.032) 0:00:55.381 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:55 -0500 (0:00:00.029) 0:00:55.411 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:55 -0500 (0:00:00.047) 0:00:55.458 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:55 -0500 (0:00:00.038) 0:00:55.497 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:55 -0500 (0:00:00.047) 0:00:55.545 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:55 -0500 (0:00:00.041) 0:00:55.587 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:55 -0500 (0:00:00.048) 0:00:55.635 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:53:55 -0500 (0:00:00.055) 0:00:55.691 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:55 -0500 (0:00:00.074) 0:00:55.765 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:55 -0500 (0:00:00.044) 0:00:55.810 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:53:55 -0500 (0:00:00.064) 0:00:55.874 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:53:55 -0500 (0:00:00.067) 0:00:55.941 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:55 -0500 (0:00:00.045) 0:00:55.987 ******* 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": "Mon 2024-11-11 16:53:42 EST", "ActiveEnterTimestampMonotonic": "266501579", "ActiveExitTimestamp": "Mon 2024-11-11 16:53:42 EST", "ActiveExitTimestampMonotonic": "266493710", "ActiveState": "active", "After": "tmp.mount -.mount system.slice systemd-tmpfiles-setup.service sysinit.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 16:53:42 EST", "AssertTimestampMonotonic": "266500230", "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": "Mon 2024-11-11 16:53:42 EST", "ConditionTimestampMonotonic": "266500228", "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": "10005", "ExecMainStartTimestamp": "Mon 2024-11-11 16:53:42 EST", "ExecMainStartTimestampMonotonic": "266501535", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[Mon 2024-11-11 16:53:49 EST] ; stop_time=[Mon 2024-11-11 16:53:49 EST] ; pid=10628 ; code=exited ; status=0 }", "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[Mon 2024-11-11 16:53:42 EST] ; stop_time=[n/a] ; pid=10005 ; 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": "Mon 2024-11-11 16:53:42 EST", "InactiveEnterTimestampMonotonic": "266499368", "InactiveExitTimestamp": "Mon 2024-11-11 16:53:42 EST", "InactiveExitTimestampMonotonic": "266501579", "InvocationID": "c36c5fa0e6a64e2ca6ef95d0835c78f6", "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": "10005", "MemoryAccounting": "yes", "MemoryCurrent": "200704", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 16:53:49 EST", "StateChangeTimestampMonotonic": "273280153", "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": "Mon 2024-11-11 16:53:42 EST", "WatchdogTimestampMonotonic": "266501573", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:56 -0500 (0:00:00.713) 0:00:56.701 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:56 -0500 (0:00:00.030) 0:00:56.731 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:56 -0500 (0:00:00.037) 0:00:56.768 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:56 -0500 (0:00:00.029) 0:00:56.798 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:56 -0500 (0:00:00.033) 0:00:56.832 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:56 -0500 (0:00:00.027) 0:00:56.859 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:53:56 -0500 (0:00:00.032) 0:00:56.892 ******* ok: [managed-node1] => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "ansible_loop_var": "item", "changed": false, "item": { "key": "root", "value": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:53:57 -0500 (0:00:00.448) 0:00:57.340 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:53:57 -0500 (0:00:00.047) 0:00:57.388 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:53:57 -0500 (0:00:00.060) 0:00:57.448 ******* TASK [Get UnitFileState=] ****************************************************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:119 Monday 11 November 2024 16:53:57 -0500 (0:00:00.030) 0:00:57.479 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "foo.service" ], "delta": "0:00:00.008999", "end": "2024-11-11 16:53:57.467163", "rc": 0, "start": "2024-11-11 16:53:57.458164" } STDOUT: UnitFileState=enabled TASK [Check that unit file was enabled] **************************************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:125 Monday 11 November 2024 16:53:57 -0500 (0:00:00.362) 0:00:57.841 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Ensure that we can disable unit files] *********************************** META: ran handlers TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:53:57 -0500 (0:00:00.045) 0:00:57.887 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:53:57 -0500 (0:00:00.034) 0:00:57.922 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:53:57 -0500 (0:00:00.055) 0:00:57.977 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:53:57 -0500 (0:00:00.031) 0:00:58.009 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:53:57 -0500 (0:00:00.027) 0:00:58.036 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:53:57 -0500 (0:00:00.028) 0:00:58.065 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:53:57 -0500 (0:00:00.028) 0:00:58.093 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:54:00 -0500 (0:00:02.946) 0:01:01.040 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:54:00 -0500 (0:00:00.018) 0:01:01.058 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:54:00 -0500 (0:00:00.016) 0:01:01.075 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:54:00 -0500 (0:00:00.017) 0:01:01.093 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:54:00 -0500 (0:00:00.016) 0:01:01.110 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:54:00 -0500 (0:00:00.044) 0:01:01.154 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:54:00 -0500 (0:00:00.025) 0:01:01.180 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:54:00 -0500 (0:00:00.019) 0:01:01.200 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:54:00 -0500 (0:00:00.031) 0:01:01.232 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:54:00 -0500 (0:00:00.032) 0:01:01.265 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:54:00 -0500 (0:00:00.044) 0:01:01.309 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:54:01 -0500 (0:00:00.020) 0:01:01.330 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:54:01 -0500 (0:00:00.051) 0:01:01.382 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:54:01 -0500 (0:00:00.019) 0:01:01.402 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:54:01 -0500 (0:00:00.029) 0:01:01.431 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:54:01 -0500 (0:00:00.019) 0:01:01.451 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:54:01 -0500 (0:00:00.030) 0:01:01.482 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:54:01 -0500 (0:00:00.030) 0:01:01.512 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:54:01 -0500 (0:00:00.033) 0:01:01.545 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:54:01 -0500 (0:00:00.021) 0:01:01.567 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:54:01 -0500 (0:00:00.021) 0:01:01.589 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:54:01 -0500 (0:00:00.029) 0:01:01.618 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:54:01 -0500 (0:00:00.033) 0:01:01.652 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:54:01 -0500 (0:00:00.019) 0:01:01.672 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:54:01 -0500 (0:00:00.031) 0:01:01.703 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:54:01 -0500 (0:00:00.031) 0:01:01.734 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:54:01 -0500 (0:00:00.031) 0:01:01.765 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:54:01 -0500 (0:00:00.019) 0:01:01.785 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:54:01 -0500 (0:00:00.019) 0:01:01.804 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:54:01 -0500 (0:00:00.017) 0:01:01.821 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:54:01 -0500 (0:00:00.023) 0:01:01.844 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:01 -0500 (0:00:00.063) 0:01:01.908 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:01 -0500 (0:00:00.026) 0:01:01.935 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:01 -0500 (0:00:00.034) 0:01:01.969 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:01 -0500 (0:00:00.025) 0:01:01.995 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:01 -0500 (0:00:00.031) 0:01:02.027 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:01 -0500 (0:00:00.025) 0:01:02.052 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:01 -0500 (0:00:00.031) 0:01:02.084 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:01 -0500 (0:00:00.025) 0:01:02.109 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:01 -0500 (0:00:00.031) 0:01:02.141 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:01 -0500 (0:00:00.026) 0:01:02.167 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:01 -0500 (0:00:00.034) 0:01:02.202 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:54:01 -0500 (0:00:00.035) 0:01:02.237 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:54:01 -0500 (0:00:00.049) 0:01:02.287 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:54:02 -0500 (0:00:00.029) 0:01:02.316 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:54:02 -0500 (0:00:00.039) 0:01:02.356 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:54:02 -0500 (0:00:00.041) 0:01:02.398 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:02 -0500 (0:00:00.030) 0:01:02.428 ******* 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": "Mon 2024-11-11 16:53:42 EST", "ActiveEnterTimestampMonotonic": "266501579", "ActiveExitTimestamp": "Mon 2024-11-11 16:53:42 EST", "ActiveExitTimestampMonotonic": "266493710", "ActiveState": "active", "After": "basic.target systemd-tmpfiles-setup.service -.mount tmp.mount system.slice sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 16:53:42 EST", "AssertTimestampMonotonic": "266500230", "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": "Mon 2024-11-11 16:53:42 EST", "ConditionTimestampMonotonic": "266500228", "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": "10005", "ExecMainStartTimestamp": "Mon 2024-11-11 16:53:42 EST", "ExecMainStartTimestampMonotonic": "266501535", "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": "Mon 2024-11-11 16:53:42 EST", "InactiveEnterTimestampMonotonic": "266499368", "InactiveExitTimestamp": "Mon 2024-11-11 16:53:42 EST", "InactiveExitTimestampMonotonic": "266501579", "InvocationID": "c36c5fa0e6a64e2ca6ef95d0835c78f6", "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": "10005", "MemoryAccounting": "yes", "MemoryCurrent": "200704", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 16:53:49 EST", "StateChangeTimestampMonotonic": "273280153", "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": "Mon 2024-11-11 16:53:42 EST", "WatchdogTimestampMonotonic": "266501573", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:02 -0500 (0:00:00.631) 0:01:03.059 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:02 -0500 (0:00:00.025) 0:01:03.085 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:02 -0500 (0:00:00.032) 0:01:03.117 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:02 -0500 (0:00:00.025) 0:01:03.142 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:54:02 -0500 (0:00:00.031) 0:01:03.174 ******* ok: [managed-node1] => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "ansible_loop_var": "item", "changed": false, "item": { "key": "root", "value": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:54:03 -0500 (0:00:00.422) 0:01:03.597 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:54:03 -0500 (0:00:00.037) 0:01:03.634 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:54:03 -0500 (0:00:00.066) 0:01:03.701 ******* TASK [Get UnitFileState=] ****************************************************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:140 Monday 11 November 2024 16:54:03 -0500 (0:00:00.019) 0:01:03.721 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "foo.service" ], "delta": "0:00:00.010305", "end": "2024-11-11 16:54:03.711627", "rc": 0, "start": "2024-11-11 16:54:03.701322" } STDOUT: UnitFileState=disabled TASK [Check that foo.service is disabled] ************************************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:146 Monday 11 November 2024 16:54:03 -0500 (0:00:00.355) 0:01:04.076 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Ensure that we can mask unit files] ************************************** TASK [Save UnitFileState before calling role] ********************************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:161 Monday 11 November 2024 16:54:03 -0500 (0:00:00.026) 0:01:04.103 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "sshd.service" ], "delta": "0:00:00.009326", "end": "2024-11-11 16:54:04.084953", "rc": 0, "start": "2024-11-11 16:54:04.075627" } STDOUT: UnitFileState=enabled META: ran handlers TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:54:04 -0500 (0:00:00.347) 0:01:04.451 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:54:04 -0500 (0:00:00.020) 0:01:04.471 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:54:04 -0500 (0:00:00.034) 0:01:04.505 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:54:04 -0500 (0:00:00.017) 0:01:04.523 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:54:04 -0500 (0:00:00.016) 0:01:04.540 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:54:04 -0500 (0:00:00.018) 0:01:04.558 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:54:04 -0500 (0:00:00.018) 0:01:04.576 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:54:07 -0500 (0:00:02.892) 0:01:07.469 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:54:07 -0500 (0:00:00.018) 0:01:07.487 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:54:07 -0500 (0:00:00.018) 0:01:07.506 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:54:07 -0500 (0:00:00.017) 0:01:07.524 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:54:07 -0500 (0:00:00.017) 0:01:07.541 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:54:07 -0500 (0:00:00.044) 0:01:07.586 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:54:07 -0500 (0:00:00.025) 0:01:07.611 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:54:07 -0500 (0:00:00.018) 0:01:07.630 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:54:07 -0500 (0:00:00.030) 0:01:07.661 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:54:07 -0500 (0:00:00.034) 0:01:07.695 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:54:07 -0500 (0:00:00.031) 0:01:07.726 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:54:07 -0500 (0:00:00.018) 0:01:07.745 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:54:07 -0500 (0:00:00.019) 0:01:07.764 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:54:07 -0500 (0:00:00.016) 0:01:07.781 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:54:07 -0500 (0:00:00.025) 0:01:07.806 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:54:07 -0500 (0:00:00.018) 0:01:07.824 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:54:07 -0500 (0:00:00.029) 0:01:07.854 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:54:07 -0500 (0:00:00.033) 0:01:07.888 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:54:07 -0500 (0:00:00.031) 0:01:07.920 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:54:07 -0500 (0:00:00.018) 0:01:07.938 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:54:07 -0500 (0:00:00.018) 0:01:07.957 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:54:07 -0500 (0:00:00.016) 0:01:07.974 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:54:07 -0500 (0:00:00.025) 0:01:07.999 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:54:07 -0500 (0:00:00.019) 0:01:08.018 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:54:07 -0500 (0:00:00.030) 0:01:08.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, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:54:07 -0500 (0:00:00.034) 0:01:08.083 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:54:07 -0500 (0:00:00.031) 0:01:08.114 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:54:07 -0500 (0:00:00.019) 0:01:08.133 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:54:07 -0500 (0:00:00.019) 0:01:08.153 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:54:07 -0500 (0:00:00.016) 0:01:08.170 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:54:07 -0500 (0:00:00.022) 0:01:08.192 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:07 -0500 (0:00:00.064) 0:01:08.256 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:07 -0500 (0:00:00.025) 0:01:08.282 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:08 -0500 (0:00:00.031) 0:01:08.313 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:08 -0500 (0:00:00.025) 0:01:08.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, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:08 -0500 (0:00:00.031) 0:01:08.371 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:08 -0500 (0:00:00.028) 0:01:08.399 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:08 -0500 (0:00:00.032) 0:01:08.432 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:08 -0500 (0:00:00.026) 0:01:08.458 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:08 -0500 (0:00:00.035) 0:01:08.493 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:08 -0500 (0:00:00.025) 0:01:08.519 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:08 -0500 (0:00:00.031) 0:01:08.550 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:08 -0500 (0:00:00.024) 0:01:08.575 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:08 -0500 (0:00:00.031) 0:01:08.606 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:54:08 -0500 (0:00:00.035) 0:01:08.641 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:54:08 -0500 (0:00:00.047) 0:01:08.689 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:54:08 -0500 (0:00:00.030) 0:01:08.720 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:54:08 -0500 (0:00:00.039) 0:01:08.759 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:54:08 -0500 (0:00:00.041) 0:01:08.801 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:08 -0500 (0:00:00.025) 0:01:08.826 ******* 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": "Mon 2024-11-11 16:49:33 EST", "ActiveEnterTimestampMonotonic": "17279585", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sshd-keygen.target system.slice cloud-init.service basic.target systemd-journald.socket sysinit.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 16:49:33 EST", "AssertTimestampMonotonic": "17253585", "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": "Mon 2024-11-11 16:49:33 EST", "ConditionTimestampMonotonic": "17253584", "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": "1031", "ExecMainStartTimestamp": "Mon 2024-11-11 16:49:33 EST", "ExecMainStartTimestampMonotonic": "17257514", "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": "Mon 2024-11-11 16:49:33 EST", "InactiveExitTimestampMonotonic": "17257559", "InvocationID": "4ff223a616744e889ad9c00503012151", "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": "1031", "MemoryAccounting": "yes", "MemoryCurrent": "6688768", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "sshd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "42s", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 16:49:33 EST", "StateChangeTimestampMonotonic": "17279585", "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": "cloud-init.service multi-user.target", "Wants": "sshd-keygen.target", "WatchdogTimestamp": "Mon 2024-11-11 16:49:33 EST", "WatchdogTimestampMonotonic": "17279581", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:09 -0500 (0:00:00.633) 0:01:09.460 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:09 -0500 (0:00:00.030) 0:01:09.491 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:54:09 -0500 (0:00:00.032) 0:01:09.523 ******* ok: [managed-node1] => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "sshd.service", "load_state": "masked", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "sshd.service", "load_state": "masked", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "ansible_loop_var": "item", "changed": false, "item": { "key": "root", "value": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:54:09 -0500 (0:00:00.496) 0:01:10.019 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "sshd.service", "load_state": "masked", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:54:09 -0500 (0:00:00.037) 0:01:10.057 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:54:09 -0500 (0:00:00.036) 0:01:10.093 ******* TASK [Get UnitFileState=] ****************************************************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:167 Monday 11 November 2024 16:54:09 -0500 (0:00:00.019) 0:01:10.113 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "sshd.service" ], "delta": "0:00:00.009297", "end": "2024-11-11 16:54:10.096390", "rc": 0, "start": "2024-11-11 16:54:10.087093" } STDOUT: UnitFileState=masked TASK [Check that sshd is masked] *********************************************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:173 Monday 11 November 2024 16:54:10 -0500 (0:00:00.349) 0:01:10.463 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Ensure that we can unmask unit files] ************************************ META: ran handlers TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:54:10 -0500 (0:00:00.032) 0:01:10.495 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:54:10 -0500 (0:00:00.021) 0:01:10.517 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:54:10 -0500 (0:00:00.034) 0:01:10.551 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:54:10 -0500 (0:00:00.018) 0:01:10.570 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:54:10 -0500 (0:00:00.017) 0:01:10.588 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:54:10 -0500 (0:00:00.017) 0:01:10.605 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:54:10 -0500 (0:00:00.017) 0:01:10.623 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:54:13 -0500 (0:00:02.877) 0:01:13.500 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:54:13 -0500 (0:00:00.023) 0:01:13.523 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:54:13 -0500 (0:00:00.017) 0:01:13.541 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:54:13 -0500 (0:00:00.018) 0:01:13.559 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:54:13 -0500 (0:00:00.016) 0:01:13.576 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:54:13 -0500 (0:00:00.043) 0:01:13.619 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:54:13 -0500 (0:00:00.025) 0:01:13.645 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:54:13 -0500 (0:00:00.019) 0:01:13.665 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:54:13 -0500 (0:00:00.031) 0:01:13.696 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:54:13 -0500 (0:00:00.032) 0:01:13.729 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:54:13 -0500 (0:00:00.032) 0:01:13.761 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:54:13 -0500 (0:00:00.019) 0:01:13.781 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:54:13 -0500 (0:00:00.018) 0:01:13.800 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:54:13 -0500 (0:00:00.017) 0:01:13.817 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:54:13 -0500 (0:00:00.025) 0:01:13.843 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:54:13 -0500 (0:00:00.019) 0:01:13.863 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:54:13 -0500 (0:00:00.031) 0:01:13.894 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:54:13 -0500 (0:00:00.031) 0:01:13.926 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:54:13 -0500 (0:00:00.031) 0:01:13.958 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:54:13 -0500 (0:00:00.019) 0:01:13.977 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:54:13 -0500 (0:00:00.018) 0:01:13.996 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:54:13 -0500 (0:00:00.016) 0:01:14.012 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:54:13 -0500 (0:00:00.024) 0:01:14.036 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:54:13 -0500 (0:00:00.019) 0:01:14.056 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:54:13 -0500 (0:00:00.030) 0:01:14.086 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:54:13 -0500 (0:00:00.031) 0:01:14.117 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:54:13 -0500 (0:00:00.034) 0:01:14.151 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:54:13 -0500 (0:00:00.018) 0:01:14.170 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:54:13 -0500 (0:00:00.018) 0:01:14.188 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:54:13 -0500 (0:00:00.017) 0:01:14.206 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:54:13 -0500 (0:00:00.022) 0:01:14.228 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:13 -0500 (0:00:00.064) 0:01:14.293 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:14 -0500 (0:00:00.025) 0:01:14.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, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:14 -0500 (0:00:00.031) 0:01:14.350 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:14 -0500 (0:00:00.025) 0:01:14.376 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:14 -0500 (0:00:00.031) 0:01:14.407 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:14 -0500 (0:00:00.024) 0:01:14.432 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:14 -0500 (0:00:00.031) 0:01:14.464 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:14 -0500 (0:00:00.024) 0:01:14.488 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:14 -0500 (0:00:00.031) 0:01:14.520 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:14 -0500 (0:00:00.027) 0:01:14.547 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:14 -0500 (0:00:00.031) 0:01:14.579 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:14 -0500 (0:00:00.024) 0:01:14.604 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:14 -0500 (0:00:00.031) 0:01:14.635 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:14 -0500 (0:00:00.025) 0:01:14.661 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:14 -0500 (0:00:00.031) 0:01:14.692 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:54:14 -0500 (0:00:00.033) 0:01:14.725 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:54:14 -0500 (0:00:00.047) 0:01:14.773 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:54:14 -0500 (0:00:00.029) 0:01:14.803 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:54:14 -0500 (0:00:00.037) 0:01:14.840 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:54:14 -0500 (0:00:00.041) 0:01:14.882 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:14 -0500 (0:00:00.025) 0:01:14.907 ******* 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": "Mon 2024-11-11 16:49:33 EST", "ActiveEnterTimestampMonotonic": "17279585", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "cloud-init.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 16:49:33 EST", "AssertTimestampMonotonic": "17253585", "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": "Mon 2024-11-11 16:49:33 EST", "ConditionTimestampMonotonic": "17253584", "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": "1031", "ExecMainStartTimestamp": "Mon 2024-11-11 16:49:33 EST", "ExecMainStartTimestampMonotonic": "17257514", "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": "Mon 2024-11-11 16:49:33 EST", "InactiveExitTimestampMonotonic": "17257559", "InvocationID": "4ff223a616744e889ad9c00503012151", "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": "1031", "MemoryAccounting": "yes", "MemoryCurrent": "6688768", "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": "Mon 2024-11-11 16:49:33 EST", "StateChangeTimestampMonotonic": "17279585", "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": "Mon 2024-11-11 16:49:33 EST", "WatchdogTimestampMonotonic": "17279581", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:54:15 -0500 (0:00:00.638) 0:01:15.546 ******* ok: [managed-node1] => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "ansible_loop_var": "item", "changed": false, "item": { "key": "root", "value": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:54:15 -0500 (0:00:00.480) 0:01:16.026 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:54:15 -0500 (0:00:00.038) 0:01:16.065 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:54:15 -0500 (0:00:00.036) 0:01:16.101 ******* TASK [Get UnitFileState=] ****************************************************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:190 Monday 11 November 2024 16:54:15 -0500 (0:00:00.019) 0:01:16.121 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "sshd.service" ], "delta": "0:00:00.008961", "end": "2024-11-11 16:54:16.107681", "rc": 0, "start": "2024-11-11 16:54:16.098720" } STDOUT: UnitFileState=enabled TASK [Check that sshd was correctly unmasked] ********************************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:196 Monday 11 November 2024 16:54:16 -0500 (0:00:00.351) 0:01:16.473 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Ensure that we can stop units] ******************************************* META: ran handlers TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:54:16 -0500 (0:00:00.026) 0:01:16.499 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:54:16 -0500 (0:00:00.020) 0:01:16.519 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:54:16 -0500 (0:00:00.039) 0:01:16.559 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:54:16 -0500 (0:00:00.017) 0:01:16.577 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:54:16 -0500 (0:00:00.017) 0:01:16.594 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:54:16 -0500 (0:00:00.018) 0:01:16.612 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:54:16 -0500 (0:00:00.017) 0:01:16.630 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:54:19 -0500 (0:00:02.893) 0:01:19.524 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:54:19 -0500 (0:00:00.018) 0:01:19.542 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:54:19 -0500 (0:00:00.017) 0:01:19.560 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:54:19 -0500 (0:00:00.022) 0:01:19.582 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:54:19 -0500 (0:00:00.016) 0:01:19.598 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:54:19 -0500 (0:00:00.044) 0:01:19.643 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:54:19 -0500 (0:00:00.078) 0:01:19.721 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:54:19 -0500 (0:00:00.019) 0:01:19.740 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:54:19 -0500 (0:00:00.030) 0:01:19.771 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:54:19 -0500 (0:00:00.031) 0:01:19.802 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:54:19 -0500 (0:00:00.031) 0:01:19.833 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:54:19 -0500 (0:00:00.019) 0:01:19.853 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:54:19 -0500 (0:00:00.018) 0:01:19.872 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:54:19 -0500 (0:00:00.017) 0:01:19.889 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:54:19 -0500 (0:00:00.028) 0:01:19.918 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:54:19 -0500 (0:00:00.019) 0:01:19.937 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:54:19 -0500 (0:00:00.031) 0:01:19.969 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:54:19 -0500 (0:00:00.031) 0:01:20.000 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:54:19 -0500 (0:00:00.031) 0:01:20.031 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:54:19 -0500 (0:00:00.018) 0:01:20.049 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:54:19 -0500 (0:00:00.017) 0:01:20.067 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:54:19 -0500 (0:00:00.016) 0:01:20.084 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:54:19 -0500 (0:00:00.027) 0:01:20.111 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:54:19 -0500 (0:00:00.018) 0:01:20.130 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:54:19 -0500 (0:00:00.030) 0:01:20.160 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:54:19 -0500 (0:00:00.031) 0:01:20.191 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:54:19 -0500 (0:00:00.030) 0:01:20.222 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:54:19 -0500 (0:00:00.020) 0:01:20.242 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:54:19 -0500 (0:00:00.019) 0:01:20.261 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:54:19 -0500 (0:00:00.016) 0:01:20.278 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:54:19 -0500 (0:00:00.023) 0:01:20.301 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:20 -0500 (0:00:00.064) 0:01:20.366 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:20 -0500 (0:00:00.025) 0:01:20.392 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:20 -0500 (0:00:00.034) 0:01:20.426 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:54:20 -0500 (0:00:00.034) 0:01:20.461 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:54:20 -0500 (0:00:00.047) 0:01:20.508 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:54:20 -0500 (0:00:00.028) 0:01:20.537 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:54:20 -0500 (0:00:00.038) 0:01:20.576 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:54:20 -0500 (0:00:00.042) 0:01:20.619 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:20 -0500 (0:00:00.025) 0:01:20.644 ******* 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": "Mon 2024-11-11 16:53:42 EST", "ActiveEnterTimestampMonotonic": "266501579", "ActiveExitTimestamp": "Mon 2024-11-11 16:53:42 EST", "ActiveExitTimestampMonotonic": "266493710", "ActiveState": "active", "After": "systemd-tmpfiles-setup.service system.slice systemd-journald.socket -.mount basic.target tmp.mount sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 16:53:42 EST", "AssertTimestampMonotonic": "266500230", "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": "Mon 2024-11-11 16:53:42 EST", "ConditionTimestampMonotonic": "266500228", "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": "10005", "ExecMainStartTimestamp": "Mon 2024-11-11 16:53:42 EST", "ExecMainStartTimestampMonotonic": "266501535", "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": "Mon 2024-11-11 16:53:42 EST", "InactiveEnterTimestampMonotonic": "266499368", "InactiveExitTimestamp": "Mon 2024-11-11 16:53:42 EST", "InactiveExitTimestampMonotonic": "266501579", "InvocationID": "c36c5fa0e6a64e2ca6ef95d0835c78f6", "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": "10005", "MemoryAccounting": "yes", "MemoryCurrent": "200704", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 16:53:49 EST", "StateChangeTimestampMonotonic": "273280153", "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": "Mon 2024-11-11 16:53:42 EST", "WatchdogTimestampMonotonic": "266501573", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:20 -0500 (0:00:00.523) 0:01:21.167 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:20 -0500 (0:00:00.025) 0:01:21.192 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:20 -0500 (0:00:00.032) 0:01:21.225 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:20 -0500 (0:00:00.026) 0:01:21.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, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:20 -0500 (0:00:00.031) 0:01:21.283 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:20 -0500 (0:00:00.025) 0:01:21.308 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:21 -0500 (0:00:00.032) 0:01:21.341 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:21 -0500 (0:00:00.025) 0:01:21.366 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:21 -0500 (0:00:00.031) 0:01:21.398 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:21 -0500 (0:00:00.024) 0:01:21.423 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:54:21 -0500 (0:00:00.034) 0:01:21.457 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:54:21 -0500 (0:00:00.025) 0:01:21.482 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:54:21 -0500 (0:00:00.030) 0:01:21.513 ******* ok: [managed-node1] => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "ansible_loop_var": "item", "changed": false, "item": { "key": "root", "value": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:54:21 -0500 (0:00:00.424) 0:01:21.938 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:54:21 -0500 (0:00:00.036) 0:01:21.975 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:54:21 -0500 (0:00:00.035) 0:01:22.010 ******* TASK [Foo.service shouldn't be in systemd_units] ******************************* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:210 Monday 11 November 2024 16:54:21 -0500 (0:00:00.019) 0:01:22.029 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=238 changed=11 unreachable=0 failed=0 skipped=503 rescued=0 ignored=0 Monday 11 November 2024 16:54:21 -0500 (0:00:00.014) 0:01:22.044 ******* =============================================================================== fedora.linux_system_roles.systemd : Ensure required packages are installed -- 15.74s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 3.21s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.95s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.94s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.94s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.93s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.91s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.89s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.89s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.88s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure ansible_facts used by role --- 1.03s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 fedora.linux_system_roles.systemd : Ensure unit file templates are present --- 0.96s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 fedora.linux_system_roles.systemd : Reload systemd ---------------------- 0.87s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 fedora.linux_system_roles.systemd : Ensure required units in correct state --- 0.71s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 fedora.linux_system_roles.systemd : Gather systemd units state for system and user units --- 0.71s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 fedora.linux_system_roles.systemd : Ensure unit file templates are present --- 0.71s /tmp/collections-ccA/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.64s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 fedora.linux_system_roles.systemd : Ensure required units in correct state --- 0.64s /tmp/collections-ccA/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.63s /tmp/collections-ccA/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.63s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28