ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [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-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:52:17 -0500 (0:00:00.028) 0:00:00.028 ******* ok: [managed-node1] TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:52:18 -0500 (0:00:01.050) 0:00:01.078 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:52:18 -0500 (0:00:00.078) 0:00:01.157 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:52:19 -0500 (0:00:00.410) 0:00:01.567 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:52:19 -0500 (0:00:00.035) 0:00:01.602 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:52:19 -0500 (0:00:00.326) 0:00:01.929 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:52:19 -0500 (0:00:00.034) 0:00:01.963 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "systemd-219-78.el7_9.9.x86_64 providing systemd is already installed" ] } TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:52:20 -0500 (0:00:00.749) 0:00:02.713 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:52:20 -0500 (0:00:00.020) 0:00:02.734 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:52:20 -0500 (0:00:00.025) 0:00:02.759 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:52:20 -0500 (0:00:00.016) 0:00:02.776 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:52:20 -0500 (0:00:00.017) 0:00:02.793 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:20 -0500 (0:00:00.056) 0:00:02.850 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:20 -0500 (0:00:00.029) 0:00:02.879 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:20 -0500 (0:00:00.031) 0:00:02.911 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:20 -0500 (0:00:00.034) 0:00:02.945 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:20 -0500 (0:00:00.036) 0:00:02.982 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:20 -0500 (0:00:00.042) 0:00:03.024 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:20 -0500 (0:00:00.035) 0:00:03.060 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:20 -0500 (0:00:00.037) 0:00:03.098 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:20 -0500 (0:00:00.022) 0:00:03.120 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:52:20 -0500 (0:00:00.049) 0:00:03.169 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:52:20 -0500 (0:00:00.054) 0:00:03.224 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:52:21 -0500 (0:00:00.632) 0:00:03.856 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:52:21 -0500 (0:00:00.156) 0:00:04.013 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:52:21 -0500 (0:00:00.141) 0:00:04.154 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:21 -0500 (0:00:00.043) 0:00:04.198 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:21 -0500 (0:00:00.058) 0:00:04.256 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:22 -0500 (0:00:00.103) 0:00:04.360 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:22 -0500 (0:00:00.096) 0:00:04.456 ******* changed: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-1731361942.23-9803-205520550938246/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:23 -0500 (0:00:00.961) 0:00:05.418 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:23 -0500 (0:00:00.031) 0:00:05.450 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:23 -0500 (0:00:00.032) 0:00:05.482 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:23 -0500 (0:00:00.026) 0:00:05.508 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:23 -0500 (0:00:00.044) 0:00:05.553 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:23 -0500 (0:00:00.042) 0:00:05.595 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:23 -0500 (0:00:00.085) 0:00:05.681 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:23 -0500 (0:00:00.087) 0:00:05.768 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:23 -0500 (0:00:00.054) 0:00:05.822 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:23 -0500 (0:00:00.030) 0:00:05.853 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:23 -0500 (0:00:00.050) 0:00:05.903 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:52:23 -0500 (0:00:00.038) 0:00:05.942 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:52:23 -0500 (0:00:00.047) 0:00:05.990 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:23 -0500 (0:00:00.257) 0:00:06.247 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:23 -0500 (0:00:00.098) 0:00:06.346 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:24 -0500 (0:00:00.062) 0:00:06.408 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:24 -0500 (0:00:00.042) 0:00:06.451 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:24 -0500 (0:00:00.059) 0:00:06.510 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:24 -0500 (0:00:00.038) 0:00:06.549 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:24 -0500 (0:00:00.063) 0:00:06.613 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:24 -0500 (0:00:00.046) 0:00:06.660 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:24 -0500 (0:00:00.054) 0:00:06.715 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:24 -0500 (0:00:00.043) 0:00:06.759 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:24 -0500 (0:00:00.061) 0:00:06.820 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:24 -0500 (0:00:00.061) 0:00:06.881 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:24 -0500 (0:00:00.063) 0:00:06.945 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:24 -0500 (0:00:00.047) 0:00:06.993 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:24 -0500 (0:00:00.075) 0:00:07.068 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:24 -0500 (0:00:00.041) 0:00:07.110 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:52:24 -0500 (0:00:00.062) 0:00:07.172 ******* ok: [managed-node1] => (item={u'key': u'root', u'value': {u'units_dir': u'/etc/systemd/system', u'xdg_dir': u'/run/user/0', u'group': u'0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:52:25 -0500 (0:00:00.918) 0:00:08.090 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:52:25 -0500 (0:00:00.217) 0:00:08.308 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:52:26 -0500 (0:00:00.092) 0:00:08.401 ******* TASK [Verify that unit file was deployed] ************************************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:12 Monday 11 November 2024 16:52:26 -0500 (0:00:00.042) 0:00:08.443 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731361942.9916637, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a1576b4506271f370ca5372ca8be9af0caa84b03", "ctime": 1731361942.9966638, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262451, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1731361942.5336576, "nlink": 1, "path": "/etc/systemd/system/foo.service", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 135, "uid": 0, "version": "1871851919", "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:52:26 -0500 (0:00:00.518) 0:00:08.962 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:52:26 -0500 (0:00:00.056) 0:00:09.019 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:52:26 -0500 (0:00:00.133) 0:00:09.153 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:52:26 -0500 (0:00:00.043) 0:00:09.196 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:52:26 -0500 (0:00:00.043) 0:00:09.240 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:52:26 -0500 (0:00:00.056) 0:00:09.296 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:52:26 -0500 (0:00:00.049) 0:00:09.345 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "systemd-219-78.el7_9.9.x86_64 providing systemd is already installed" ] } TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:52:27 -0500 (0:00:00.814) 0:00:10.160 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:52:27 -0500 (0:00:00.053) 0:00:10.214 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:52:27 -0500 (0:00:00.080) 0:00:10.295 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:52:28 -0500 (0:00:00.107) 0:00:10.402 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:52:28 -0500 (0:00:00.086) 0:00:10.489 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:28 -0500 (0:00:00.197) 0:00:10.687 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:28 -0500 (0:00:00.068) 0:00:10.755 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:28 -0500 (0:00:00.077) 0:00:10.832 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:28 -0500 (0:00:00.116) 0:00:10.949 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:28 -0500 (0:00:00.112) 0:00:11.062 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:28 -0500 (0:00:00.078) 0:00:11.140 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:28 -0500 (0:00:00.065) 0:00:11.206 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:28 -0500 (0:00:00.067) 0:00:11.273 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:28 -0500 (0:00:00.046) 0:00:11.320 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:29 -0500 (0:00:00.066) 0:00:11.386 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:29 -0500 (0:00:00.052) 0:00:11.439 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:29 -0500 (0:00:00.104) 0:00:11.544 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:29 -0500 (0:00:00.109) 0:00:11.653 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:29 -0500 (0:00:00.104) 0:00:11.757 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:29 -0500 (0:00:00.060) 0:00:11.818 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:29 -0500 (0:00:00.047) 0:00:11.865 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:29 -0500 (0:00:00.044) 0:00:11.910 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:52:29 -0500 (0:00:00.130) 0:00:12.040 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:52:29 -0500 (0:00:00.174) 0:00:12.215 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:52:29 -0500 (0:00:00.099) 0:00:12.315 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:52:30 -0500 (0:00:00.133) 0:00:12.449 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:52:30 -0500 (0:00:00.191) 0:00:12.641 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:30 -0500 (0:00:00.077) 0:00:12.719 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:30 -0500 (0:00:00.078) 0:00:12.797 ******* changed: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:31 -0500 (0:00:00.801) 0:00:13.599 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:31 -0500 (0:00:00.105) 0:00:13.704 ******* changed: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-1731361951.48-10529-183519124599293/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:32 -0500 (0:00:00.833) 0:00:14.537 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:32 -0500 (0:00:00.045) 0:00:14.582 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:32 -0500 (0:00:00.042) 0:00:14.625 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:52:32 -0500 (0:00:00.040) 0:00:14.666 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:52:33 -0500 (0:00:00.806) 0:00:15.472 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:33 -0500 (0:00:00.106) 0:00:15.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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:33 -0500 (0:00:00.038) 0:00:15.617 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:33 -0500 (0:00:00.052) 0:00:15.670 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:33 -0500 (0:00:00.041) 0:00:15.712 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:33 -0500 (0:00:00.047) 0:00:15.759 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:33 -0500 (0:00:00.038) 0:00:15.798 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:33 -0500 (0:00:00.047) 0:00:15.845 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:33 -0500 (0:00:00.037) 0:00:15.883 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:33 -0500 (0:00:00.047) 0:00:15.931 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:33 -0500 (0:00:00.037) 0:00:15.968 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:33 -0500 (0:00:00.050) 0:00:16.018 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:33 -0500 (0:00:00.037) 0:00:16.056 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:33 -0500 (0:00:00.049) 0:00:16.106 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:33 -0500 (0:00:00.038) 0:00:16.144 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:33 -0500 (0:00:00.047) 0:00:16.191 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:33 -0500 (0:00:00.037) 0:00:16.228 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:52:33 -0500 (0:00:00.046) 0:00:16.275 ******* ok: [managed-node1] => (item={u'key': u'root', u'value': {u'units_dir': u'/etc/systemd/system', u'xdg_dir': u'/run/user/0', u'group': u'0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:52:34 -0500 (0:00:00.574) 0:00:16.849 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:52:34 -0500 (0:00:00.073) 0:00:16.923 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:52:34 -0500 (0:00:00.064) 0:00:16.987 ******* TASK [Stat the dropin directory path] ****************************************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:25 Monday 11 November 2024 16:52:34 -0500 (0:00:00.028) 0:00:17.016 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731361951.1547747, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1731361952.0857873, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262457, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1731361952.0857873, "nlink": 2, "path": "/etc/systemd/system/foo.service.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "1871851945", "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-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:30 Monday 11 November 2024 16:52:34 -0500 (0:00:00.304) 0:00:17.321 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify that dropin file was deployed] ************************************ task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:35 Monday 11 November 2024 16:52:34 -0500 (0:00:00.032) 0:00:17.353 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731361952.0827873, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "43138f80633a2dd32d446b237b9ed62fa32438dd", "ctime": 1731361952.0867875, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262452, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1731361951.8067834, "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": "1871851951", "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:52:35 -0500 (0:00:00.308) 0:00:17.662 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:52:35 -0500 (0:00:00.033) 0:00:17.696 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:52:35 -0500 (0:00:00.075) 0:00:17.772 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:52:35 -0500 (0:00:00.028) 0:00:17.801 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:52:35 -0500 (0:00:00.028) 0:00:17.829 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:52:35 -0500 (0:00:00.028) 0:00:17.858 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:52:35 -0500 (0:00:00.028) 0:00:17.887 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "systemd-219-78.el7_9.9.x86_64 providing systemd is already installed" ] } TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:52:36 -0500 (0:00:00.584) 0:00:18.471 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:52:36 -0500 (0:00:00.028) 0:00:18.499 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:52:36 -0500 (0:00:00.029) 0:00:18.528 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:52:36 -0500 (0:00:00.029) 0:00:18.558 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:52:36 -0500 (0:00:00.028) 0:00:18.587 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:36 -0500 (0:00:00.074) 0:00:18.661 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:36 -0500 (0:00:00.038) 0:00:18.699 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:36 -0500 (0:00:00.033) 0:00:18.733 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:36 -0500 (0:00:00.047) 0:00:18.780 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:36 -0500 (0:00:00.048) 0:00:18.829 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:36 -0500 (0:00:00.048) 0:00:18.877 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:36 -0500 (0:00:00.028) 0:00:18.906 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:36 -0500 (0:00:00.029) 0:00:18.935 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:36 -0500 (0:00:00.027) 0:00:18.963 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:36 -0500 (0:00:00.038) 0:00:19.001 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:36 -0500 (0:00:00.029) 0:00:19.031 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:36 -0500 (0:00:00.047) 0:00:19.078 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:36 -0500 (0:00:00.047) 0:00:19.126 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:36 -0500 (0:00:00.052) 0:00:19.178 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:36 -0500 (0:00:00.029) 0:00:19.208 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:36 -0500 (0:00:00.029) 0:00:19.237 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:36 -0500 (0:00:00.027) 0:00:19.264 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:36 -0500 (0:00:00.038) 0:00:19.303 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:36 -0500 (0:00:00.030) 0:00:19.333 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:37 -0500 (0:00:00.047) 0:00:19.381 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:37 -0500 (0:00:00.046) 0:00:19.427 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:37 -0500 (0:00:00.047) 0:00:19.475 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:37 -0500 (0:00:00.030) 0:00:19.505 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:37 -0500 (0:00:00.055) 0:00:19.561 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:52:37 -0500 (0:00:00.062) 0:00:19.624 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:52:37 -0500 (0:00:00.034) 0:00:19.659 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:37 -0500 (0:00:00.114) 0:00:19.773 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:52:37 -0500 (0:00:00.059) 0:00:19.832 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:52:37 -0500 (0:00:00.069) 0:00:19.902 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:52:37 -0500 (0:00:00.044) 0:00:19.946 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:52:37 -0500 (0:00:00.058) 0:00:20.005 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:52:37 -0500 (0:00:00.057) 0:00:20.062 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:37 -0500 (0:00:00.037) 0:00:20.100 ******* changed: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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": "basic.target tmp.mount systemd-journald.socket system.slice -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "foo.service", "DevicePolicy": "auto", "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "foo.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:38 -0500 (0:00:00.512) 0:00:20.612 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:38 -0500 (0:00:00.038) 0:00:20.650 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:38 -0500 (0:00:00.047) 0:00:20.697 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:38 -0500 (0:00:00.037) 0:00:20.735 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:38 -0500 (0:00:00.050) 0:00:20.785 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:38 -0500 (0:00:00.037) 0:00:20.823 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:38 -0500 (0:00:00.047) 0:00:20.870 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:38 -0500 (0:00:00.037) 0:00:20.908 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:38 -0500 (0:00:00.050) 0:00:20.958 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:38 -0500 (0:00:00.037) 0:00:20.996 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:38 -0500 (0:00:00.046) 0:00:21.042 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:38 -0500 (0:00:00.037) 0:00:21.080 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:38 -0500 (0:00:00.046) 0:00:21.127 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:38 -0500 (0:00:00.037) 0:00:21.165 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:52:38 -0500 (0:00:00.046) 0:00:21.212 ******* ok: [managed-node1] => (item={u'key': u'root', u'value': {u'units_dir': u'/etc/systemd/system', u'xdg_dir': u'/run/user/0', u'group': u'0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:52:39 -0500 (0:00:00.475) 0:00:21.687 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:52:39 -0500 (0:00:00.080) 0:00:21.768 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:52:39 -0500 (0:00:00.065) 0:00:21.833 ******* TASK [Make sure that foo.service main state is active] ************************* task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:48 Monday 11 November 2024 16:52:39 -0500 (0:00:00.028) 0:00:21.862 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:69 Monday 11 November 2024 16:52:39 -0500 (0:00:00.049) 0:00:21.911 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "MainPID", "foo.service" ], "delta": "0:00:00.006222", "end": "2024-11-11 16:52:39.957404", "rc": 0, "start": "2024-11-11 16:52:39.951182" } STDOUT: MainPID=10106 META: ran handlers TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:52:40 -0500 (0:00:00.458) 0:00:22.369 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:52:40 -0500 (0:00:00.034) 0:00:22.403 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:52:40 -0500 (0:00:00.070) 0:00:22.474 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:52:40 -0500 (0:00:00.028) 0:00:22.503 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:52:40 -0500 (0:00:00.028) 0:00:22.531 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:52:40 -0500 (0:00:00.029) 0:00:22.561 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:52:40 -0500 (0:00:00.028) 0:00:22.589 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "systemd-219-78.el7_9.9.x86_64 providing systemd is already installed" ] } TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:52:40 -0500 (0:00:00.581) 0:00:23.170 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:52:40 -0500 (0:00:00.028) 0:00:23.199 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:52:40 -0500 (0:00:00.028) 0:00:23.228 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:52:40 -0500 (0:00:00.028) 0:00:23.257 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:52:40 -0500 (0:00:00.028) 0:00:23.285 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:41 -0500 (0:00:00.072) 0:00:23.358 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:41 -0500 (0:00:00.038) 0:00:23.396 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:41 -0500 (0:00:00.030) 0:00:23.427 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:41 -0500 (0:00:00.047) 0:00:23.475 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:41 -0500 (0:00:00.046) 0:00:23.521 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:41 -0500 (0:00:00.046) 0:00:23.568 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:41 -0500 (0:00:00.028) 0:00:23.597 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:41 -0500 (0:00:00.028) 0:00:23.625 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:41 -0500 (0:00:00.028) 0:00:23.654 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:41 -0500 (0:00:00.085) 0:00:23.739 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:41 -0500 (0:00:00.029) 0:00:23.768 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:41 -0500 (0:00:00.049) 0:00:23.818 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:41 -0500 (0:00:00.046) 0:00:23.865 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:41 -0500 (0:00:00.046) 0:00:23.911 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:41 -0500 (0:00:00.029) 0:00:23.940 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:41 -0500 (0:00:00.027) 0:00:23.968 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:41 -0500 (0:00:00.027) 0:00:23.995 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:41 -0500 (0:00:00.037) 0:00:24.033 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:41 -0500 (0:00:00.029) 0:00:24.063 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:41 -0500 (0:00:00.046) 0:00:24.110 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:41 -0500 (0:00:00.046) 0:00:24.157 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:41 -0500 (0:00:00.046) 0:00:24.203 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:41 -0500 (0:00:00.028) 0:00:24.231 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:41 -0500 (0:00:00.027) 0:00:24.259 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:52:41 -0500 (0:00:00.026) 0:00:24.286 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:52:41 -0500 (0:00:00.032) 0:00:24.318 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:42 -0500 (0:00:00.104) 0:00:24.422 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:42 -0500 (0:00:00.037) 0:00:24.460 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:42 -0500 (0:00:00.048) 0:00:24.508 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:42 -0500 (0:00:00.036) 0:00:24.545 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:42 -0500 (0:00:00.048) 0:00:24.594 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:52:42 -0500 (0:00:00.054) 0:00:24.649 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:52:42 -0500 (0:00:00.071) 0:00:24.720 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:52:42 -0500 (0:00:00.045) 0:00:24.765 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:52:42 -0500 (0:00:00.101) 0:00:24.867 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:52:42 -0500 (0:00:00.056) 0:00:24.923 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:42 -0500 (0:00:00.035) 0:00:24.959 ******* changed: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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:52:38 EST", "ActiveEnterTimestampMonotonic": "231535730", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice -.mount tmp.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 16:52:38 EST", "AssertTimestampMonotonic": "231534541", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 16:52:38 EST", "ConditionTimestampMonotonic": "231534540", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/foo.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "foo.service", "DevicePolicy": "auto", "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10106", "ExecMainStartTimestamp": "Mon 2024-11-11 16:52:38 EST", "ExecMainStartTimestampMonotonic": "231535665", "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:52:38 EST] ; stop_time=[n/a] ; pid=10106 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/foo.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "foo.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2024-11-11 16:52:38 EST", "InactiveExitTimestampMonotonic": "231535730", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "10106", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "WatchdogTimestamp": "Mon 2024-11-11 16:52:38 EST", "WatchdogTimestampMonotonic": "231535709", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:43 -0500 (0:00:00.437) 0:00:25.397 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:43 -0500 (0:00:00.038) 0:00:25.435 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:43 -0500 (0:00:00.047) 0:00:25.482 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:43 -0500 (0:00:00.037) 0:00:25.520 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:43 -0500 (0:00:00.046) 0:00:25.566 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:43 -0500 (0:00:00.037) 0:00:25.604 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:43 -0500 (0:00:00.046) 0:00:25.651 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:43 -0500 (0:00:00.038) 0:00:25.689 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:43 -0500 (0:00:00.046) 0:00:25.736 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:43 -0500 (0:00:00.037) 0:00:25.774 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:52:43 -0500 (0:00:00.050) 0:00:25.825 ******* ok: [managed-node1] => (item={u'key': u'root', u'value': {u'units_dir': u'/etc/systemd/system', u'xdg_dir': u'/run/user/0', u'group': u'0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:52:43 -0500 (0:00:00.464) 0:00:26.289 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:52:44 -0500 (0:00:00.073) 0:00:26.363 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:52:44 -0500 (0:00:00.063) 0:00:26.426 ******* TASK [Get MainPID of foo.service] ********************************************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:75 Monday 11 November 2024 16:52:44 -0500 (0:00:00.028) 0:00:26.454 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "MainPID", "foo.service" ], "delta": "0:00:00.006020", "end": "2024-11-11 16:52:44.341138", "rc": 0, "start": "2024-11-11 16:52:44.335118" } STDOUT: MainPID=10321 TASK [Check that service was restarted by looking at MainPID] ****************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:81 Monday 11 November 2024 16:52:44 -0500 (0:00:00.295) 0:00:26.750 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:95 Monday 11 November 2024 16:52:44 -0500 (0:00:00.040) 0:00:26.791 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:52:44 -0500 (0:00:00.300) 0:00:27.091 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:52:44 -0500 (0:00:00.033) 0:00:27.125 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:52:44 -0500 (0:00:00.070) 0:00:27.195 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:52:44 -0500 (0:00:00.027) 0:00:27.223 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:52:44 -0500 (0:00:00.027) 0:00:27.251 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:52:44 -0500 (0:00:00.028) 0:00:27.279 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:52:44 -0500 (0:00:00.027) 0:00:27.307 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "systemd-219-78.el7_9.9.x86_64 providing systemd is already installed" ] } TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:52:45 -0500 (0:00:00.582) 0:00:27.889 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:52:45 -0500 (0:00:00.028) 0:00:27.917 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:52:45 -0500 (0:00:00.028) 0:00:27.946 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:52:45 -0500 (0:00:00.028) 0:00:27.975 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:52:45 -0500 (0:00:00.028) 0:00:28.003 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:45 -0500 (0:00:00.072) 0:00:28.075 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:45 -0500 (0:00:00.037) 0:00:28.113 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:45 -0500 (0:00:00.031) 0:00:28.144 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:45 -0500 (0:00:00.047) 0:00:28.192 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:45 -0500 (0:00:00.047) 0:00:28.239 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:45 -0500 (0:00:00.047) 0:00:28.287 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:45 -0500 (0:00:00.028) 0:00:28.315 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:45 -0500 (0:00:00.028) 0:00:28.344 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:46 -0500 (0:00:00.026) 0:00:28.370 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:46 -0500 (0:00:00.038) 0:00:28.409 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:46 -0500 (0:00:00.029) 0:00:28.438 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:46 -0500 (0:00:00.051) 0:00:28.489 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:46 -0500 (0:00:00.047) 0:00:28.537 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:46 -0500 (0:00:00.047) 0:00:28.585 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:46 -0500 (0:00:00.028) 0:00:28.614 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:46 -0500 (0:00:00.029) 0:00:28.643 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:46 -0500 (0:00:00.026) 0:00:28.670 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:46 -0500 (0:00:00.039) 0:00:28.709 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:46 -0500 (0:00:00.028) 0:00:28.738 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:46 -0500 (0:00:00.050) 0:00:28.789 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:46 -0500 (0:00:00.052) 0:00:28.842 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:46 -0500 (0:00:00.047) 0:00:28.889 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:46 -0500 (0:00:00.029) 0:00:28.918 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:46 -0500 (0:00:00.029) 0:00:28.948 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:52:46 -0500 (0:00:00.027) 0:00:28.975 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:52:46 -0500 (0:00:00.032) 0:00:29.008 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:46 -0500 (0:00:00.108) 0:00:29.116 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:46 -0500 (0:00:00.037) 0:00:29.154 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:46 -0500 (0:00:00.048) 0:00:29.203 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:46 -0500 (0:00:00.037) 0:00:29.240 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:46 -0500 (0:00:00.048) 0:00:29.288 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:46 -0500 (0:00:00.037) 0:00:29.326 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:47 -0500 (0:00:00.052) 0:00:29.379 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:52:47 -0500 (0:00:00.055) 0:00:29.434 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:52:47 -0500 (0:00:00.071) 0:00:29.505 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:52:47 -0500 (0:00:00.045) 0:00:29.550 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:52:47 -0500 (0:00:00.057) 0:00:29.608 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:52:47 -0500 (0:00:00.059) 0:00:29.668 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:47 -0500 (0:00:00.035) 0:00:29.704 ******* changed: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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:52:42 EST", "ActiveEnterTimestampMonotonic": "236316760", "ActiveExitTimestamp": "Mon 2024-11-11 16:52:42 EST", "ActiveExitTimestampMonotonic": "236308751", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice -.mount tmp.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 16:52:42 EST", "AssertTimestampMonotonic": "236315910", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 16:52:42 EST", "ConditionTimestampMonotonic": "236315909", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/foo.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "foo.service", "DevicePolicy": "auto", "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10321", "ExecMainStartTimestamp": "Mon 2024-11-11 16:52:42 EST", "ExecMainStartTimestampMonotonic": "236316709", "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:52:42 EST] ; stop_time=[n/a] ; pid=10321 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/foo.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "foo.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2024-11-11 16:52:42 EST", "InactiveEnterTimestampMonotonic": "236314852", "InactiveExitTimestamp": "Mon 2024-11-11 16:52:42 EST", "InactiveExitTimestampMonotonic": "236316760", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "10321", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "WatchdogTimestamp": "Mon 2024-11-11 16:52:42 EST", "WatchdogTimestampMonotonic": "236316740", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:47 -0500 (0:00:00.439) 0:00:30.143 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:47 -0500 (0:00:00.039) 0:00:30.182 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:47 -0500 (0:00:00.048) 0:00:30.230 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:47 -0500 (0:00:00.037) 0:00:30.268 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:47 -0500 (0:00:00.047) 0:00:30.316 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:47 -0500 (0:00:00.037) 0:00:30.353 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:48 -0500 (0:00:00.048) 0:00:30.402 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:48 -0500 (0:00:00.038) 0:00:30.441 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:52:48 -0500 (0:00:00.047) 0:00:30.489 ******* ok: [managed-node1] => (item={u'key': u'root', u'value': {u'units_dir': u'/etc/systemd/system', u'xdg_dir': u'/run/user/0', u'group': u'0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:52:48 -0500 (0:00:00.585) 0:00:31.074 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:52:48 -0500 (0:00:00.077) 0:00:31.152 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:52:48 -0500 (0:00:00.065) 0:00:31.217 ******* TASK [Reload operation should created flag file] ******************************* task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:100 Monday 11 November 2024 16:52:48 -0500 (0:00:00.028) 0:00:31.246 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:113 Monday 11 November 2024 16:52:49 -0500 (0:00:00.302) 0:00:31.548 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "foo.service" ], "delta": "0:00:00.006282", "end": "2024-11-11 16:52:49.438882", "rc": 0, "start": "2024-11-11 16:52:49.432600" } STDOUT: UnitFileState=disabled META: ran handlers TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:52:49 -0500 (0:00:00.300) 0:00:31.849 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:52:49 -0500 (0:00:00.038) 0:00:31.887 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:52:49 -0500 (0:00:00.072) 0:00:31.959 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:52:49 -0500 (0:00:00.028) 0:00:31.988 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:52:49 -0500 (0:00:00.029) 0:00:32.017 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:52:49 -0500 (0:00:00.029) 0:00:32.046 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:52:49 -0500 (0:00:00.028) 0:00:32.075 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "systemd-219-78.el7_9.9.x86_64 providing systemd is already installed" ] } TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:52:50 -0500 (0:00:00.590) 0:00:32.665 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:52:50 -0500 (0:00:00.029) 0:00:32.694 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:52:50 -0500 (0:00:00.029) 0:00:32.724 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:52:50 -0500 (0:00:00.029) 0:00:32.753 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:52:50 -0500 (0:00:00.028) 0:00:32.782 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:50 -0500 (0:00:00.073) 0:00:32.855 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:50 -0500 (0:00:00.042) 0:00:32.898 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:50 -0500 (0:00:00.031) 0:00:32.929 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:50 -0500 (0:00:00.047) 0:00:32.977 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:50 -0500 (0:00:00.047) 0:00:33.025 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:50 -0500 (0:00:00.046) 0:00:33.071 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:50 -0500 (0:00:00.029) 0:00:33.101 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:50 -0500 (0:00:00.029) 0:00:33.130 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:50 -0500 (0:00:00.028) 0:00:33.158 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:50 -0500 (0:00:00.038) 0:00:33.197 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:50 -0500 (0:00:00.029) 0:00:33.226 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:50 -0500 (0:00:00.053) 0:00:33.280 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:50 -0500 (0:00:00.047) 0:00:33.327 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:51 -0500 (0:00:00.048) 0:00:33.376 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:51 -0500 (0:00:00.028) 0:00:33.404 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:51 -0500 (0:00:00.028) 0:00:33.433 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:51 -0500 (0:00:00.026) 0:00:33.460 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:51 -0500 (0:00:00.038) 0:00:33.499 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:51 -0500 (0:00:00.030) 0:00:33.529 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:51 -0500 (0:00:00.050) 0:00:33.579 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:51 -0500 (0:00:00.047) 0:00:33.627 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:51 -0500 (0:00:00.049) 0:00:33.676 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:51 -0500 (0:00:00.029) 0:00:33.706 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:51 -0500 (0:00:00.029) 0:00:33.736 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:52:51 -0500 (0:00:00.028) 0:00:33.764 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:52:51 -0500 (0:00:00.034) 0:00:33.799 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:51 -0500 (0:00:00.113) 0:00:33.912 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:51 -0500 (0:00:00.039) 0:00:33.951 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:51 -0500 (0:00:00.048) 0:00:34.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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:51 -0500 (0:00:00.039) 0:00:34.039 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:51 -0500 (0:00:00.049) 0:00:34.088 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:51 -0500 (0:00:00.038) 0:00:34.127 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:51 -0500 (0:00:00.054) 0:00:34.182 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:51 -0500 (0:00:00.038) 0:00:34.220 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:51 -0500 (0:00:00.049) 0:00:34.270 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:52:51 -0500 (0:00:00.055) 0:00:34.326 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:52:52 -0500 (0:00:00.072) 0:00:34.398 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:52:52 -0500 (0:00:00.046) 0:00:34.445 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:52:52 -0500 (0:00:00.063) 0:00:34.508 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:52:52 -0500 (0:00:00.059) 0:00:34.568 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:52 -0500 (0:00:00.037) 0:00:34.606 ******* changed: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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:52:42 EST", "ActiveEnterTimestampMonotonic": "236316760", "ActiveExitTimestamp": "Mon 2024-11-11 16:52:42 EST", "ActiveExitTimestampMonotonic": "236308751", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice -.mount tmp.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 16:52:42 EST", "AssertTimestampMonotonic": "236315910", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 16:52:42 EST", "ConditionTimestampMonotonic": "236315909", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/foo.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "foo.service", "DevicePolicy": "auto", "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10321", "ExecMainStartTimestamp": "Mon 2024-11-11 16:52:42 EST", "ExecMainStartTimestampMonotonic": "236316709", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[Mon 2024-11-11 16:52:47 EST] ; stop_time=[Mon 2024-11-11 16:52:47 EST] ; pid=10582 ; code=exited ; status=0 }", "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[Mon 2024-11-11 16:52:42 EST] ; stop_time=[n/a] ; pid=10321 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/foo.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "foo.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2024-11-11 16:52:42 EST", "InactiveEnterTimestampMonotonic": "236314852", "InactiveExitTimestamp": "Mon 2024-11-11 16:52:42 EST", "InactiveExitTimestampMonotonic": "236316760", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "10321", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "WatchdogTimestamp": "Mon 2024-11-11 16:52:42 EST", "WatchdogTimestampMonotonic": "236316740", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:52 -0500 (0:00:00.478) 0:00:35.085 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:52 -0500 (0:00:00.039) 0:00:35.125 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:52 -0500 (0:00:00.050) 0:00:35.175 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:52 -0500 (0:00:00.038) 0:00:35.214 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:52 -0500 (0:00:00.051) 0:00:35.266 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:52 -0500 (0:00:00.039) 0:00:35.305 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:52:52 -0500 (0:00:00.050) 0:00:35.355 ******* ok: [managed-node1] => (item={u'key': u'root', u'value': {u'units_dir': u'/etc/systemd/system', u'xdg_dir': u'/run/user/0', u'group': u'0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:52:53 -0500 (0:00:00.582) 0:00:35.938 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:52:53 -0500 (0:00:00.077) 0:00:36.016 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:52:53 -0500 (0:00:00.064) 0:00:36.080 ******* TASK [Get UnitFileState=] ****************************************************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:119 Monday 11 November 2024 16:52:53 -0500 (0:00:00.028) 0:00:36.109 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "foo.service" ], "delta": "0:00:00.006393", "end": "2024-11-11 16:52:54.002784", "rc": 0, "start": "2024-11-11 16:52:53.996391" } STDOUT: UnitFileState=enabled TASK [Check that unit file was enabled] **************************************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:125 Monday 11 November 2024 16:52:54 -0500 (0:00:00.301) 0:00:36.411 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:52:54 -0500 (0:00:00.044) 0:00:36.455 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:52:54 -0500 (0:00:00.035) 0:00:36.491 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:52:54 -0500 (0:00:00.072) 0:00:36.563 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:52:54 -0500 (0:00:00.030) 0:00:36.594 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:52:54 -0500 (0:00:00.029) 0:00:36.623 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:52:54 -0500 (0:00:00.028) 0:00:36.652 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:52:54 -0500 (0:00:00.028) 0:00:36.680 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "systemd-219-78.el7_9.9.x86_64 providing systemd is already installed" ] } TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:52:54 -0500 (0:00:00.589) 0:00:37.270 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:52:54 -0500 (0:00:00.029) 0:00:37.299 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:52:54 -0500 (0:00:00.029) 0:00:37.328 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:52:55 -0500 (0:00:00.029) 0:00:37.358 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:52:55 -0500 (0:00:00.029) 0:00:37.387 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:55 -0500 (0:00:00.074) 0:00:37.461 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:55 -0500 (0:00:00.039) 0:00:37.501 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:55 -0500 (0:00:00.030) 0:00:37.531 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:55 -0500 (0:00:00.048) 0:00:37.579 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:55 -0500 (0:00:00.046) 0:00:37.626 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:55 -0500 (0:00:00.049) 0:00:37.675 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:55 -0500 (0:00:00.029) 0:00:37.704 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:55 -0500 (0:00:00.029) 0:00:37.733 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:55 -0500 (0:00:00.026) 0:00:37.760 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:55 -0500 (0:00:00.037) 0:00:37.798 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:55 -0500 (0:00:00.029) 0:00:37.827 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:55 -0500 (0:00:00.046) 0:00:37.874 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:55 -0500 (0:00:00.047) 0:00:37.921 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:55 -0500 (0:00:00.049) 0:00:37.970 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:55 -0500 (0:00:00.029) 0:00:38.000 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:55 -0500 (0:00:00.029) 0:00:38.030 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:55 -0500 (0:00:00.026) 0:00:38.057 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:52:55 -0500 (0:00:00.037) 0:00:38.094 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:52:55 -0500 (0:00:00.029) 0:00:38.124 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:52:55 -0500 (0:00:00.048) 0:00:38.172 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:52:55 -0500 (0:00:00.046) 0:00:38.218 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:52:55 -0500 (0:00:00.047) 0:00:38.266 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:52:55 -0500 (0:00:00.029) 0:00:38.295 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:52:55 -0500 (0:00:00.030) 0:00:38.325 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:52:55 -0500 (0:00:00.027) 0:00:38.353 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:52:56 -0500 (0:00:00.032) 0:00:38.386 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:56 -0500 (0:00:00.105) 0:00:38.491 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:56 -0500 (0:00:00.037) 0:00:38.529 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:56 -0500 (0:00:00.053) 0:00:38.583 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:56 -0500 (0:00:00.038) 0:00:38.621 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:56 -0500 (0:00:00.047) 0:00:38.669 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:56 -0500 (0:00:00.039) 0:00:38.708 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:56 -0500 (0:00:00.049) 0:00:38.758 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:56 -0500 (0:00:00.039) 0:00:38.797 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:56 -0500 (0:00:00.048) 0:00:38.846 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:56 -0500 (0:00:00.038) 0:00:38.885 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:56 -0500 (0:00:00.051) 0:00:38.937 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:52:56 -0500 (0:00:00.059) 0:00:38.996 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:52:56 -0500 (0:00:00.072) 0:00:39.068 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:52:56 -0500 (0:00:00.047) 0:00:39.115 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:52:56 -0500 (0:00:00.059) 0:00:39.175 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:52:56 -0500 (0:00:00.060) 0:00:39.235 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:56 -0500 (0:00:00.036) 0:00:39.272 ******* changed: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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:52:42 EST", "ActiveEnterTimestampMonotonic": "236316760", "ActiveExitTimestamp": "Mon 2024-11-11 16:52:42 EST", "ActiveExitTimestampMonotonic": "236308751", "ActiveState": "active", "After": "systemd-journald.socket system.slice basic.target -.mount tmp.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 16:52:42 EST", "AssertTimestampMonotonic": "236315910", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 16:52:42 EST", "ConditionTimestampMonotonic": "236315909", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/foo.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "foo.service", "DevicePolicy": "auto", "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10321", "ExecMainStartTimestamp": "Mon 2024-11-11 16:52:42 EST", "ExecMainStartTimestampMonotonic": "236316709", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "foo.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2024-11-11 16:52:42 EST", "InactiveEnterTimestampMonotonic": "236314852", "InactiveExitTimestamp": "Mon 2024-11-11 16:52:42 EST", "InactiveExitTimestampMonotonic": "236316760", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "10321", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Mon 2024-11-11 16:52:42 EST", "WatchdogTimestampMonotonic": "236316740", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:57 -0500 (0:00:00.476) 0:00:39.748 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:57 -0500 (0:00:00.039) 0:00:39.787 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:52:57 -0500 (0:00:00.047) 0:00:39.835 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:52:57 -0500 (0:00:00.038) 0:00:39.874 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:52:57 -0500 (0:00:00.047) 0:00:39.922 ******* ok: [managed-node1] => (item={u'key': u'root', u'value': {u'units_dir': u'/etc/systemd/system', u'xdg_dir': u'/run/user/0', u'group': u'0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:52:58 -0500 (0:00:00.577) 0:00:40.499 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:52:58 -0500 (0:00:00.077) 0:00:40.576 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:52:58 -0500 (0:00:00.066) 0:00:40.643 ******* TASK [Get UnitFileState=] ****************************************************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:140 Monday 11 November 2024 16:52:58 -0500 (0:00:00.029) 0:00:40.673 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "foo.service" ], "delta": "0:00:00.005955", "end": "2024-11-11 16:52:58.567428", "rc": 0, "start": "2024-11-11 16:52:58.561473" } STDOUT: UnitFileState=disabled TASK [Check that foo.service is disabled] ************************************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:146 Monday 11 November 2024 16:52:58 -0500 (0:00:00.311) 0:00:40.984 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:161 Monday 11 November 2024 16:52:58 -0500 (0:00:00.044) 0:00:41.029 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "sshd.service" ], "delta": "0:00:00.006767", "end": "2024-11-11 16:52:58.921700", "rc": 0, "start": "2024-11-11 16:52:58.914933" } STDOUT: UnitFileState=enabled META: ran handlers TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:52:58 -0500 (0:00:00.305) 0:00:41.334 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:52:59 -0500 (0:00:00.034) 0:00:41.368 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:52:59 -0500 (0:00:00.072) 0:00:41.441 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:52:59 -0500 (0:00:00.029) 0:00:41.470 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:52:59 -0500 (0:00:00.029) 0:00:41.500 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:52:59 -0500 (0:00:00.029) 0:00:41.529 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:52:59 -0500 (0:00:00.029) 0:00:41.559 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "systemd-219-78.el7_9.9.x86_64 providing systemd is already installed" ] } TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:52:59 -0500 (0:00:00.588) 0:00:42.147 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:52:59 -0500 (0:00:00.029) 0:00:42.176 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:52:59 -0500 (0:00:00.029) 0:00:42.206 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:52:59 -0500 (0:00:00.030) 0:00:42.236 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:52:59 -0500 (0:00:00.029) 0:00:42.266 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:52:59 -0500 (0:00:00.074) 0:00:42.340 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:00 -0500 (0:00:00.039) 0:00:42.380 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:00 -0500 (0:00:00.030) 0:00:42.411 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:00 -0500 (0:00:00.049) 0:00:42.460 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:00 -0500 (0:00:00.050) 0:00:42.510 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:00 -0500 (0:00:00.047) 0:00:42.557 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:00 -0500 (0:00:00.029) 0:00:42.587 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:00 -0500 (0:00:00.029) 0:00:42.617 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:00 -0500 (0:00:00.028) 0:00:42.645 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:00 -0500 (0:00:00.039) 0:00:42.685 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:00 -0500 (0:00:00.030) 0:00:42.715 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:00 -0500 (0:00:00.047) 0:00:42.762 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:00 -0500 (0:00:00.048) 0:00:42.811 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:00 -0500 (0:00:00.052) 0:00:42.864 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:00 -0500 (0:00:00.029) 0:00:42.893 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:00 -0500 (0:00:00.029) 0:00:42.922 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:00 -0500 (0:00:00.027) 0:00:42.950 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:00 -0500 (0:00:00.043) 0:00:42.994 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:00 -0500 (0:00:00.030) 0:00:43.024 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:00 -0500 (0:00:00.047) 0:00:43.072 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:00 -0500 (0:00:00.047) 0:00:43.119 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:00 -0500 (0:00:00.048) 0:00:43.168 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:00 -0500 (0:00:00.029) 0:00:43.198 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:00 -0500 (0:00:00.030) 0:00:43.228 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:53:00 -0500 (0:00:00.027) 0:00:43.255 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:53:00 -0500 (0:00:00.033) 0:00:43.289 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:01 -0500 (0:00:00.107) 0:00:43.397 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:01 -0500 (0:00:00.086) 0:00:43.484 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:01 -0500 (0:00:00.047) 0:00:43.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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:01 -0500 (0:00:00.039) 0:00:43.571 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:01 -0500 (0:00:00.050) 0:00:43.621 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:01 -0500 (0:00:00.038) 0:00:43.659 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:01 -0500 (0:00:00.051) 0:00:43.711 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:01 -0500 (0:00:00.038) 0:00:43.749 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:01 -0500 (0:00:00.048) 0:00:43.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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:01 -0500 (0:00:00.041) 0:00:43.839 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:01 -0500 (0:00:00.049) 0:00:43.889 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:01 -0500 (0:00:00.039) 0:00:43.928 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:01 -0500 (0:00:00.048) 0:00:43.977 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:53:01 -0500 (0:00:00.059) 0:00:44.036 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:01 -0500 (0:00:00.072) 0:00:44.109 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:01 -0500 (0:00:00.048) 0:00:44.158 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:53:01 -0500 (0:00:00.059) 0:00:44.217 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:53:01 -0500 (0:00:00.059) 0:00:44.277 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:01 -0500 (0:00:00.037) 0:00:44.315 ******* changed: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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:48:57 EST", "ActiveEnterTimestampMonotonic": "10838260", "ActiveExitTimestamp": "Mon 2024-11-11 16:48:57 EST", "ActiveExitTimestampMonotonic": "10805881", "ActiveState": "active", "After": "systemd-journald.socket cloud-init.service sshd-keygen.service basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 16:48:57 EST", "AssertTimestampMonotonic": "10819432", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 16:48:57 EST", "ConditionTimestampMonotonic": "10819431", "ConflictedBy": "sshd.socket", "Conflicts": "shutdown.target", "ConsistsOf": "sshd-keygen.service", "ControlGroup": "/system.slice/sshd.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "OpenSSH server daemon", "DevicePolicy": "auto", "Documentation": "man:sshd(8) man:sshd_config(5)", "EnvironmentFile": "/etc/sysconfig/sshd (ignore_errors=no)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1371", "ExecMainStartTimestamp": "Mon 2024-11-11 16:48:57 EST", "ExecMainStartTimestampMonotonic": "10820263", "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 ; 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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "sshd.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2024-11-11 16:48:57 EST", "InactiveEnterTimestampMonotonic": "10816686", "InactiveExitTimestamp": "Mon 2024-11-11 16:48:57 EST", "InactiveExitTimestampMonotonic": "10820993", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1371", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "sshd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "on-failure", "RestartUSec": "42s", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "cloud-init.service multi-user.target", "Wants": "sshd-keygen.service", "WatchdogTimestamp": "Mon 2024-11-11 16:48:57 EST", "WatchdogTimestampMonotonic": "10838222", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:02 -0500 (0:00:00.499) 0:00:44.814 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:02 -0500 (0:00:00.040) 0:00:44.855 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:53:02 -0500 (0:00:00.049) 0:00:44.904 ******* ok: [managed-node1] => (item={u'key': u'root', u'value': {u'units_dir': u'/etc/systemd/system', u'xdg_dir': u'/run/user/0', u'group': u'0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "sshd.service", "load_state": "masked", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "sshd.service", "load_state": "masked", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:53:03 -0500 (0:00:00.477) 0:00:45.381 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "sshd.service", "load_state": "masked", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:53:03 -0500 (0:00:00.076) 0:00:45.458 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:53:03 -0500 (0:00:00.066) 0:00:45.525 ******* TASK [Get UnitFileState=] ****************************************************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:167 Monday 11 November 2024 16:53:03 -0500 (0:00:00.028) 0:00:45.554 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "sshd.service" ], "delta": "0:00:00.005987", "end": "2024-11-11 16:53:03.450248", "rc": 0, "start": "2024-11-11 16:53:03.444261" } STDOUT: UnitFileState=bad TASK [Check that sshd is masked] *********************************************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:173 Monday 11 November 2024 16:53:03 -0500 (0:00:00.306) 0:00:45.861 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:53:03 -0500 (0:00:00.045) 0:00:45.906 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:53:03 -0500 (0:00:00.034) 0:00:45.941 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:53:03 -0500 (0:00:00.073) 0:00:46.014 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:53:03 -0500 (0:00:00.031) 0:00:46.046 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:53:03 -0500 (0:00:00.029) 0:00:46.075 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:53:03 -0500 (0:00:00.029) 0:00:46.104 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:53:03 -0500 (0:00:00.029) 0:00:46.134 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "systemd-219-78.el7_9.9.x86_64 providing systemd is already installed" ] } TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:53:04 -0500 (0:00:00.593) 0:00:46.727 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:53:04 -0500 (0:00:00.029) 0:00:46.757 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:53:04 -0500 (0:00:00.029) 0:00:46.787 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:53:04 -0500 (0:00:00.029) 0:00:46.816 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:53:04 -0500 (0:00:00.028) 0:00:46.845 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:04 -0500 (0:00:00.073) 0:00:46.919 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:04 -0500 (0:00:00.038) 0:00:46.958 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:04 -0500 (0:00:00.032) 0:00:46.990 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:04 -0500 (0:00:00.132) 0:00:47.122 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:04 -0500 (0:00:00.048) 0:00:47.171 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:04 -0500 (0:00:00.048) 0:00:47.220 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:04 -0500 (0:00:00.029) 0:00:47.249 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:04 -0500 (0:00:00.029) 0:00:47.278 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:04 -0500 (0:00:00.027) 0:00:47.306 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:04 -0500 (0:00:00.038) 0:00:47.344 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:05 -0500 (0:00:00.030) 0:00:47.374 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:05 -0500 (0:00:00.048) 0:00:47.423 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:05 -0500 (0:00:00.048) 0:00:47.472 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:05 -0500 (0:00:00.047) 0:00:47.520 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:05 -0500 (0:00:00.028) 0:00:47.549 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:05 -0500 (0:00:00.028) 0:00:47.577 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:05 -0500 (0:00:00.027) 0:00:47.604 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:05 -0500 (0:00:00.039) 0:00:47.644 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:05 -0500 (0:00:00.029) 0:00:47.673 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:05 -0500 (0:00:00.046) 0:00:47.720 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:05 -0500 (0:00:00.052) 0:00:47.772 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:05 -0500 (0:00:00.048) 0:00:47.820 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:05 -0500 (0:00:00.029) 0:00:47.850 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:05 -0500 (0:00:00.028) 0:00:47.878 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:53:05 -0500 (0:00:00.027) 0:00:47.906 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:53:05 -0500 (0:00:00.032) 0:00:47.938 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:05 -0500 (0:00:00.110) 0:00:48.048 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:05 -0500 (0:00:00.041) 0:00:48.090 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:05 -0500 (0:00:00.050) 0:00:48.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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:05 -0500 (0:00:00.038) 0:00:48.180 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:05 -0500 (0:00:00.047) 0:00:48.228 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:05 -0500 (0:00:00.038) 0:00:48.267 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:05 -0500 (0:00:00.050) 0:00:48.317 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:06 -0500 (0:00:00.038) 0:00:48.356 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:06 -0500 (0:00:00.048) 0:00:48.404 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:06 -0500 (0:00:00.037) 0:00:48.442 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:06 -0500 (0:00:00.047) 0:00:48.490 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:06 -0500 (0:00:00.038) 0:00:48.529 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:06 -0500 (0:00:00.048) 0:00:48.578 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:06 -0500 (0:00:00.038) 0:00:48.616 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:06 -0500 (0:00:00.047) 0:00:48.664 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:53:06 -0500 (0:00:00.056) 0:00:48.720 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:06 -0500 (0:00:00.071) 0:00:48.792 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:06 -0500 (0:00:00.045) 0:00:48.838 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:53:06 -0500 (0:00:00.059) 0:00:48.898 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:53:06 -0500 (0:00:00.059) 0:00:48.957 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:06 -0500 (0:00:00.038) 0:00:48.996 ******* changed: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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:48:57 EST", "ActiveEnterTimestampMonotonic": "10838260", "ActiveExitTimestamp": "Mon 2024-11-11 16:48:57 EST", "ActiveExitTimestampMonotonic": "10805881", "ActiveState": "active", "After": "cloud-init.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 16:48:57 EST", "AssertTimestampMonotonic": "10819432", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 16:48:57 EST", "ConditionTimestampMonotonic": "10819431", "ConflictedBy": "sshd.socket", "ConsistsOf": "sshd-keygen.service", "ControlGroup": "/system.slice/sshd.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "sshd.service", "DevicePolicy": "auto", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1371", "ExecMainStartTimestamp": "Mon 2024-11-11 16:48:57 EST", "ExecMainStartTimestampMonotonic": "10820263", "ExecMainStatus": "0", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/dev/null", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "sshd.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2024-11-11 16:48:57 EST", "InactiveEnterTimestampMonotonic": "10816686", "InactiveExitTimestamp": "Mon 2024-11-11 16:48:57 EST", "InactiveExitTimestampMonotonic": "10820993", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "1048576", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "masked", "MainPID": "1371", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "sshd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UMask": "0022", "UnitFileState": "bad", "WantedBy": "multi-user.target cloud-init.service", "WatchdogTimestamp": "Mon 2024-11-11 16:48:57 EST", "WatchdogTimestampMonotonic": "10838222", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:53:07 -0500 (0:00:00.479) 0:00:49.475 ******* ok: [managed-node1] => (item={u'key': u'root', u'value': {u'units_dir': u'/etc/systemd/system', u'xdg_dir': u'/run/user/0', u'group': u'0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:53:07 -0500 (0:00:00.473) 0:00:49.948 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:53:07 -0500 (0:00:00.176) 0:00:50.125 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:53:07 -0500 (0:00:00.063) 0:00:50.188 ******* TASK [Get UnitFileState=] ****************************************************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:190 Monday 11 November 2024 16:53:07 -0500 (0:00:00.028) 0:00:50.217 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "sshd.service" ], "delta": "0:00:00.005632", "end": "2024-11-11 16:53:08.111400", "rc": 0, "start": "2024-11-11 16:53:08.105768" } STDOUT: UnitFileState=enabled TASK [Check that sshd was correctly unmasked] ********************************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:196 Monday 11 November 2024 16:53:08 -0500 (0:00:00.304) 0:00:50.522 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:53:08 -0500 (0:00:00.040) 0:00:50.563 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:53:08 -0500 (0:00:00.034) 0:00:50.597 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:53:08 -0500 (0:00:00.071) 0:00:50.669 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:53:08 -0500 (0:00:00.028) 0:00:50.698 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:53:08 -0500 (0:00:00.030) 0:00:50.728 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:53:08 -0500 (0:00:00.028) 0:00:50.757 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:53:08 -0500 (0:00:00.028) 0:00:50.785 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "systemd-219-78.el7_9.9.x86_64 providing systemd is already installed" ] } TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:53:09 -0500 (0:00:00.583) 0:00:51.369 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:53:09 -0500 (0:00:00.028) 0:00:51.398 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:53:09 -0500 (0:00:00.028) 0:00:51.426 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:53:09 -0500 (0:00:00.029) 0:00:51.456 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:53:09 -0500 (0:00:00.028) 0:00:51.484 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:09 -0500 (0:00:00.074) 0:00:51.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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:09 -0500 (0:00:00.038) 0:00:51.597 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:09 -0500 (0:00:00.029) 0:00:51.627 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:09 -0500 (0:00:00.046) 0:00:51.673 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:09 -0500 (0:00:00.047) 0:00:51.721 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:09 -0500 (0:00:00.047) 0:00:51.768 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:09 -0500 (0:00:00.030) 0:00:51.799 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:09 -0500 (0:00:00.028) 0:00:51.827 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:09 -0500 (0:00:00.027) 0:00:51.855 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:09 -0500 (0:00:00.039) 0:00:51.894 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:09 -0500 (0:00:00.030) 0:00:51.924 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:09 -0500 (0:00:00.046) 0:00:51.971 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:09 -0500 (0:00:00.047) 0:00:52.018 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:09 -0500 (0:00:00.048) 0:00:52.067 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:09 -0500 (0:00:00.028) 0:00:52.096 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:09 -0500 (0:00:00.034) 0:00:52.130 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:09 -0500 (0:00:00.027) 0:00:52.158 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:09 -0500 (0:00:00.038) 0:00:52.197 ******* TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:09 -0500 (0:00:00.029) 0:00:52.226 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:09 -0500 (0:00:00.048) 0:00:52.275 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:09 -0500 (0:00:00.046) 0:00:52.322 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:10 -0500 (0:00:00.048) 0:00:52.371 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:10 -0500 (0:00:00.028) 0:00:52.400 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:10 -0500 (0:00:00.029) 0:00:52.429 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:53:10 -0500 (0:00:00.028) 0:00:52.458 ******* TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:53:10 -0500 (0:00:00.033) 0:00:52.491 ******* included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:10 -0500 (0:00:00.103) 0:00:52.595 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:10 -0500 (0:00:00.038) 0:00:52.633 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'sshd.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:10 -0500 (0:00:00.049) 0:00:52.682 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:53:10 -0500 (0:00:00.055) 0:00:52.738 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:10 -0500 (0:00:00.071) 0:00:52.809 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:10 -0500 (0:00:00.045) 0:00:52.855 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:53:10 -0500 (0:00:00.059) 0:00:52.914 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:53:10 -0500 (0:00:00.058) 0:00:52.973 ******* TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:10 -0500 (0:00:00.037) 0:00:53.011 ******* changed: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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:52:42 EST", "ActiveEnterTimestampMonotonic": "236316760", "ActiveExitTimestamp": "Mon 2024-11-11 16:52:42 EST", "ActiveExitTimestampMonotonic": "236308751", "ActiveState": "active", "After": "tmp.mount basic.target systemd-journald.socket system.slice -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 16:52:42 EST", "AssertTimestampMonotonic": "236315910", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 16:52:42 EST", "ConditionTimestampMonotonic": "236315909", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/foo.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "foo.service", "DevicePolicy": "auto", "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10321", "ExecMainStartTimestamp": "Mon 2024-11-11 16:52:42 EST", "ExecMainStartTimestampMonotonic": "236316709", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "foo.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2024-11-11 16:52:42 EST", "InactiveEnterTimestampMonotonic": "236314852", "InactiveExitTimestamp": "Mon 2024-11-11 16:52:42 EST", "InactiveExitTimestampMonotonic": "236316760", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "10321", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "WatchdogTimestamp": "Mon 2024-11-11 16:52:42 EST", "WatchdogTimestampMonotonic": "236316740", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:11 -0500 (0:00:00.435) 0:00:53.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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:11 -0500 (0:00:00.039) 0:00:53.486 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:11 -0500 (0:00:00.047) 0:00:53.533 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:11 -0500 (0:00:00.039) 0:00:53.573 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:11 -0500 (0:00:00.049) 0:00:53.622 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:11 -0500 (0:00:00.038) 0:00:53.661 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:11 -0500 (0:00:00.047) 0:00:53.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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:11 -0500 (0:00:00.039) 0:00:53.748 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:11 -0500 (0:00:00.047) 0:00:53.796 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:11 -0500 (0:00:00.039) 0:00:53.835 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:11 -0500 (0:00:00.049) 0:00:53.885 ******* 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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:11 -0500 (0:00:00.038) 0:00:53.924 ******* skipping: [managed-node1] => (item={u'group': u'0', u'item': u'foo.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:53:11 -0500 (0:00:00.050) 0:00:53.974 ******* ok: [managed-node1] => (item={u'key': u'root', u'value': {u'units_dir': u'/etc/systemd/system', u'xdg_dir': u'/run/user/0', u'group': u'0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:53:12 -0500 (0:00:00.582) 0:00:54.557 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "/", "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" }, "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" }, "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" }, "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.service": { "active_state": "active", "description": "LSB: Bring up/down networking", "load_state": "loaded", "name": "network.service", "sub_state": "exited" }, "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" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "postfix.service": { "active_state": "active", "description": "Postfix Mail Transport Agent", "load_state": "loaded", "name": "postfix.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" }, "rhel-dmesg.service": { "active_state": "active", "description": "Dump dmesg to /var/log/dmesg", "load_state": "loaded", "name": "rhel-dmesg.service", "sub_state": "exited" }, "rhel-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "rhel-domainname.service", "sub_state": "exited" }, "rhel-import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "rhel-import-state.service", "sub_state": "exited" }, "rhel-readonly.service": { "active_state": "active", "description": "Configure read-only root support", "load_state": "loaded", "name": "rhel-readonly.service", "sub_state": "exited" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "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 service", "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" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of user root", "load_state": "loaded", "name": "session-4.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.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "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": "Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.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-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice": { "active_state": "active", "description": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "load_state": "loaded", "name": "system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "system-serial\\x2dgetty.slice", "load_state": "loaded", "name": "system-serial\\x2dgetty.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-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-initctl.socket": { "active_state": "active", "description": "/dev/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.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-shutdownd.socket": { "active_state": "active", "description": "Delayed Shutdown Socket", "load_state": "loaded", "name": "systemd-shutdownd.socket", "sub_state": "listening" }, "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" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Setup Virtual Console", "load_state": "loaded", "name": "systemd-vconsole-setup.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" }, "user-0.slice": { "active_state": "active", "description": "User Slice of root", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:53:12 -0500 (0:00:00.075) 0:00:54.633 ******* included: /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:53:12 -0500 (0:00:00.066) 0:00:54.700 ******* TASK [Foo.service shouldn't be in systemd_units] ******************************* task path: /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:210 Monday 11 November 2024 16:53:12 -0500 (0:00:00.030) 0:00:54.730 ******* 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:53:12 -0500 (0:00:00.022) 0:00:54.753 ******* =============================================================================== fedora.linux_system_roles.systemd : Ensure ansible_facts used by role --- 1.05s /tmp/collections-X4d/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-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 fedora.linux_system_roles.systemd : Gather systemd units state for system and user units --- 0.92s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 fedora.linux_system_roles.systemd : Ensure unit file templates are present --- 0.83s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 0.81s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Reload systemd ---------------------- 0.81s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 fedora.linux_system_roles.systemd : Ensure directories are present for dropins --- 0.80s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 0.75s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Get user information ---------------- 0.63s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 0.59s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 0.59s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 0.59s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 0.59s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Gather systemd units state for system and user units --- 0.59s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 0.58s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 0.58s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Gather systemd units state for system and user units --- 0.58s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 fedora.linux_system_roles.systemd : Gather systemd units state for system and user units --- 0.58s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 0.58s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 0.58s /tmp/collections-X4d/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61