ansible-playbook [core 2.17.6] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-oLn executable location = /usr/local/bin/ansible-playbook python version = 3.12.7 (main, Oct 1 2024, 00:00:00) [GCC 13.3.1 20240913 (Red Hat 13.3.1-3)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_default.yml PLAY [Ensure that the role runs with no arguments] ***************************** TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:6 Monday 11 November 2024 09:49:36 -0500 (0:00:00.012) 0:00:00.012 ******* [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:11 Monday 11 November 2024 09:49:38 -0500 (0:00:02.138) 0:00:02.151 ******* ok: [managed-node2] => { "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-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:18 Monday 11 November 2024 09:49:38 -0500 (0:00:00.114) 0:00:02.266 ******* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:23 Monday 11 November 2024 09:49:39 -0500 (0:00:00.420) 0:00:02.686 ******* ok: [managed-node2] => { "ansible_facts": { "__systemd_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 Monday 11 November 2024 09:49:39 -0500 (0:00:00.041) 0:00:02.728 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:39 Monday 11 November 2024 09:50:26 -0500 (0:00:47.784) 0:00:50.512 ******* skipping: [managed-node2] => { "false_condition": "__systemd_is_transactional | d(false)" } TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:44 Monday 11 November 2024 09:50:27 -0500 (0:00:00.146) 0:00:50.659 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:49 Monday 11 November 2024 09:50:27 -0500 (0:00:00.063) 0:00:50.723 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:56 Monday 11 November 2024 09:50:27 -0500 (0:00:00.092) 0:00:50.815 ******* ok: [managed-node2] => { "ansible_facts": { "__systemd_user_info": {} }, "changed": false } TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:60 Monday 11 November 2024 09:50:27 -0500 (0:00:00.042) 0:00:50.857 ******* included: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node2 => (item=systemd_unit_files) included: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node2 => (item=systemd_unit_file_templates) included: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node2 => (item=systemd_dropins) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 09:50:27 -0500 (0:00:00.126) 0:00:50.984 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 09:50:27 -0500 (0:00:00.121) 0:00:51.106 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 09:50:27 -0500 (0:00:00.084) 0:00:51.191 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 09:50:27 -0500 (0:00:00.070) 0:00:51.261 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 09:50:27 -0500 (0:00:00.070) 0:00:51.332 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 09:50:27 -0500 (0:00:00.083) 0:00:51.415 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 09:50:27 -0500 (0:00:00.069) 0:00:51.485 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 09:50:28 -0500 (0:00:00.115) 0:00:51.601 ******* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 09:50:28 -0500 (0:00:00.081) 0:00:51.683 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 09:50:28 -0500 (0:00:00.097) 0:00:51.781 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 09:50:28 -0500 (0:00:00.087) 0:00:51.868 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 09:50:28 -0500 (0:00:00.066) 0:00:51.934 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 09:50:28 -0500 (0:00:00.067) 0:00:52.002 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 09:50:28 -0500 (0:00:00.067) 0:00:52.069 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 09:50:28 -0500 (0:00:00.120) 0:00:52.190 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 09:50:28 -0500 (0:00:00.098) 0:00:52.288 ******* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 09:50:28 -0500 (0:00:00.089) 0:00:52.377 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 09:50:28 -0500 (0:00:00.112) 0:00:52.490 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 09:50:29 -0500 (0:00:00.125) 0:00:52.616 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 09:50:29 -0500 (0:00:00.112) 0:00:52.728 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 09:50:29 -0500 (0:00:00.092) 0:00:52.821 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 09:50:29 -0500 (0:00:00.102) 0:00:52.924 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 09:50:29 -0500 (0:00:00.072) 0:00:52.997 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 09:50:29 -0500 (0:00:00.080) 0:00:53.078 ******* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:72 Monday 11 November 2024 09:50:29 -0500 (0:00:00.056) 0:00:53.134 ******* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:85 Monday 11 November 2024 09:50:29 -0500 (0:00:00.082) 0:00:53.216 ******* included: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 => (item={'name': 'systemd_started_units', 'state': 'started'}) included: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'}) included: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'}) included: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'}) included: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'}) included: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'}) included: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 => (item={'name': 'systemd_masked_units', 'masked': 'true'}) included: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'}) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:50:29 -0500 (0:00:00.148) 0:00:53.365 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:29 -0500 (0:00:00.070) 0:00:53.436 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:50:29 -0500 (0:00:00.066) 0:00:53.502 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:30 -0500 (0:00:00.108) 0:00:53.611 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:50:30 -0500 (0:00:00.096) 0:00:53.708 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:30 -0500 (0:00:00.100) 0:00:53.808 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:50:30 -0500 (0:00:00.095) 0:00:53.904 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:30 -0500 (0:00:00.087) 0:00:53.991 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:50:30 -0500 (0:00:00.104) 0:00:54.096 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:30 -0500 (0:00:00.113) 0:00:54.209 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:50:30 -0500 (0:00:00.119) 0:00:54.329 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:30 -0500 (0:00:00.086) 0:00:54.415 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:50:30 -0500 (0:00:00.079) 0:00:54.494 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:30 -0500 (0:00:00.064) 0:00:54.559 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:50:31 -0500 (0:00:00.075) 0:00:54.634 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:31 -0500 (0:00:00.065) 0:00:54.700 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__systemd_list | length > 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-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:112 Monday 11 November 2024 09:50:31 -0500 (0:00:00.077) 0:00:54.777 ******* ok: [managed-node2] => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus-broker.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus-broker.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" }, "dev-zram0.swap": { "active_state": "active", "description": "Compressed Swap on /dev/zram0", "load_state": "loaded", "name": "dev-zram0.swap", "sub_state": "active" }, "dm-event.socket": { "active_state": "active", "description": "Device-mapper event daemon FIFOs", "load_state": "loaded", "name": "dm-event.socket", "sub_state": "listening" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "fstrim.timer": { "active_state": "active", "description": "Discard unused filesystem blocks once a week", "load_state": "loaded", "name": "fstrim.timer", "sub_state": "waiting" }, "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" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "integritysetup.target": { "active_state": "active", "description": "Local Integrity Protected Volumes", "load_state": "loaded", "name": "integritysetup.target", "sub_state": "active" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create List of Static Device Nodes", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Preparation for Local File Systems", "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" }, "lvm2-lvmpolld.socket": { "active_state": "active", "description": "LVM2 poll daemon socket", "load_state": "loaded", "name": "lvm2-lvmpolld.socket", "sub_state": "listening" }, "lvm2-monitor.service": { "active_state": "active", "description": "Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling", "load_state": "loaded", "name": "lvm2-monitor.service", "sub_state": "exited" }, "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": "Preparation for Network", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nss-lookup.target": { "active_state": "active", "description": "Host and Network Name Lookups", "load_state": "loaded", "name": "nss-lookup.target", "sub_state": "active" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Path Units", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "pcscd.socket": { "active_state": "active", "description": "PC/SC Smart Card Daemon Activation Socket", "load_state": "loaded", "name": "pcscd.socket", "sub_state": "listening" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "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" }, "raid-check.timer": { "active_state": "active", "description": "Weekly RAID setup health check", "load_state": "loaded", "name": "raid-check.timer", "sub_state": "waiting" }, "remote-cryptsetup.target": { "active_state": "active", "description": "Remote Encrypted Volumes", "load_state": "loaded", "name": "remote-cryptsetup.target", "sub_state": "active" }, "remote-fs-pre.target": { "active_state": "active", "description": "Preparation for Remote File Systems", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "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-4.scope": { "active_state": "active", "description": "Session 4 of User root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-6.scope": { "active_state": "active", "description": "Session 6 of User root", "load_state": "loaded", "name": "session-6.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slice Units", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Socket Units", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sound.target": { "active_state": "active", "description": "Sound Card", "load_state": "loaded", "name": "sound.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swaps", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-pcspkr-sound-card0-controlC0.device": { "active_state": "active", "description": "/sys/devices/platform/pcspkr/sound/card0/controlC0", "load_state": "loaded", "name": "sys-devices-platform-pcspkr-sound-card0-controlC0.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-00:06:0-00:06:0.0-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/00:06:0/00:06:0.0/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-00:06:0-00:06:0.0-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-xvda2.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda2", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda2.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-devices-virtual-block-zram0.device": { "active_state": "active", "description": "/sys/devices/virtual/block/zram0", "load_state": "loaded", "name": "sys-devices-virtual-block-zram0.device", "sub_state": "plugged" }, "sys-devices-virtual-misc-rfkill.device": { "active_state": "active", "description": "/sys/devices/virtual/misc/rfkill", "load_state": "loaded", "name": "sys-devices-virtual-misc-rfkill.device", "sub_state": "plugged" }, "sys-fs-fuse-connections.mount": { "active_state": "active", "description": "FUSE Control File System", "load_state": "loaded", "name": "sys-fs-fuse-connections.mount", "sub_state": "mounted" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "Kernel Trace File System", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-module-fuse.device": { "active_state": "active", "description": "/sys/module/fuse", "load_state": "loaded", "name": "sys-module-fuse.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": "Slice /system/getty", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-modprobe.slice": { "active_state": "active", "description": "Slice /system/modprobe", "load_state": "loaded", "name": "system-modprobe.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "Slice /system/serial-getty", "load_state": "loaded", "name": "system-serial\\x2dgetty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "Slice /system/sshd-keygen", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system-systemd\\x2dzram\\x2dsetup.slice": { "active_state": "active", "description": "Slice /system/systemd-zram-setup", "load_state": "loaded", "name": "system-systemd\\x2dzram\\x2dsetup.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-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-homed-activate.service": { "active_state": "active", "description": "Home Area Activation", "load_state": "loaded", "name": "systemd-homed-activate.service", "sub_state": "exited" }, "systemd-homed.service": { "active_state": "active", "description": "Home Area Manager", "load_state": "loaded", "name": "systemd-homed.service", "sub_state": "running" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-audit.socket": { "active_state": "active", "description": "Journal Audit Socket", "load_state": "loaded", "name": "systemd-journald-audit.socket", "sub_state": "running" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "User Login Management", "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-modules-load.service": { "active_state": "active", "description": "Load Kernel Modules", "load_state": "loaded", "name": "systemd-modules-load.service", "sub_state": "exited" }, "systemd-network-generator.service": { "active_state": "active", "description": "Generate network units from Kernel command line", "load_state": "loaded", "name": "systemd-network-generator.service", "sub_state": "exited" }, "systemd-oomd.service": { "active_state": "active", "description": "Userspace Out-Of-Memory (OOM) Killer", "load_state": "loaded", "name": "systemd-oomd.service", "sub_state": "running" }, "systemd-oomd.socket": { "active_state": "active", "description": "Userspace Out-Of-Memory (OOM) Killer Socket", "load_state": "loaded", "name": "systemd-oomd.socket", "sub_state": "running" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save OS 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-resolved.service": { "active_state": "active", "description": "Network Name Resolution", "load_state": "loaded", "name": "systemd-resolved.service", "sub_state": "running" }, "systemd-rfkill.socket": { "active_state": "active", "description": "Load/Save RF Kill Switch Status /dev/rfkill Watch", "load_state": "loaded", "name": "systemd-rfkill.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-early.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev gracefully", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev-early.service", "sub_state": "exited" }, "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 System Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "Coldplug All udev 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": "Rule-based Manager for Device Events and Files", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Record System Boot/Shutdown in UTMP", "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-userdbd.service": { "active_state": "active", "description": "User Database Manager", "load_state": "loaded", "name": "systemd-userdbd.service", "sub_state": "running" }, "systemd-userdbd.socket": { "active_state": "active", "description": "User Database Manager Socket", "load_state": "loaded", "name": "systemd-userdbd.socket", "sub_state": "running" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Virtual Console Setup", "load_state": "loaded", "name": "systemd-vconsole-setup.service", "sub_state": "exited" }, "systemd-zram-setup@zram0.service": { "active_state": "active", "description": "Create swap on /dev/zram0", "load_state": "loaded", "name": "systemd-zram-setup@zram0.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timer Units", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tmp.mount": { "active_state": "active", "description": "Temporary Directory /tmp", "load_state": "loaded", "name": "tmp.mount", "sub_state": "mounted" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User Runtime Directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" }, "veritysetup.target": { "active_state": "active", "description": "Local Verity Protected Volumes", "load_state": "loaded", "name": "veritysetup.target", "sub_state": "active" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus-broker.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus-broker.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" }, "dev-zram0.swap": { "active_state": "active", "description": "Compressed Swap on /dev/zram0", "load_state": "loaded", "name": "dev-zram0.swap", "sub_state": "active" }, "dm-event.socket": { "active_state": "active", "description": "Device-mapper event daemon FIFOs", "load_state": "loaded", "name": "dm-event.socket", "sub_state": "listening" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "fstrim.timer": { "active_state": "active", "description": "Discard unused filesystem blocks once a week", "load_state": "loaded", "name": "fstrim.timer", "sub_state": "waiting" }, "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" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "integritysetup.target": { "active_state": "active", "description": "Local Integrity Protected Volumes", "load_state": "loaded", "name": "integritysetup.target", "sub_state": "active" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create List of Static Device Nodes", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Preparation for Local File Systems", "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" }, "lvm2-lvmpolld.socket": { "active_state": "active", "description": "LVM2 poll daemon socket", "load_state": "loaded", "name": "lvm2-lvmpolld.socket", "sub_state": "listening" }, "lvm2-monitor.service": { "active_state": "active", "description": "Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling", "load_state": "loaded", "name": "lvm2-monitor.service", "sub_state": "exited" }, "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": "Preparation for Network", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nss-lookup.target": { "active_state": "active", "description": "Host and Network Name Lookups", "load_state": "loaded", "name": "nss-lookup.target", "sub_state": "active" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Path Units", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "pcscd.socket": { "active_state": "active", "description": "PC/SC Smart Card Daemon Activation Socket", "load_state": "loaded", "name": "pcscd.socket", "sub_state": "listening" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "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" }, "raid-check.timer": { "active_state": "active", "description": "Weekly RAID setup health check", "load_state": "loaded", "name": "raid-check.timer", "sub_state": "waiting" }, "remote-cryptsetup.target": { "active_state": "active", "description": "Remote Encrypted Volumes", "load_state": "loaded", "name": "remote-cryptsetup.target", "sub_state": "active" }, "remote-fs-pre.target": { "active_state": "active", "description": "Preparation for Remote File Systems", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "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-4.scope": { "active_state": "active", "description": "Session 4 of User root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-6.scope": { "active_state": "active", "description": "Session 6 of User root", "load_state": "loaded", "name": "session-6.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slice Units", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Socket Units", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sound.target": { "active_state": "active", "description": "Sound Card", "load_state": "loaded", "name": "sound.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swaps", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-pcspkr-sound-card0-controlC0.device": { "active_state": "active", "description": "/sys/devices/platform/pcspkr/sound/card0/controlC0", "load_state": "loaded", "name": "sys-devices-platform-pcspkr-sound-card0-controlC0.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-00:06:0-00:06:0.0-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/00:06:0/00:06:0.0/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-00:06:0-00:06:0.0-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-xvda2.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda2", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda2.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-devices-virtual-block-zram0.device": { "active_state": "active", "description": "/sys/devices/virtual/block/zram0", "load_state": "loaded", "name": "sys-devices-virtual-block-zram0.device", "sub_state": "plugged" }, "sys-devices-virtual-misc-rfkill.device": { "active_state": "active", "description": "/sys/devices/virtual/misc/rfkill", "load_state": "loaded", "name": "sys-devices-virtual-misc-rfkill.device", "sub_state": "plugged" }, "sys-fs-fuse-connections.mount": { "active_state": "active", "description": "FUSE Control File System", "load_state": "loaded", "name": "sys-fs-fuse-connections.mount", "sub_state": "mounted" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "Kernel Trace File System", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-module-fuse.device": { "active_state": "active", "description": "/sys/module/fuse", "load_state": "loaded", "name": "sys-module-fuse.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": "Slice /system/getty", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-modprobe.slice": { "active_state": "active", "description": "Slice /system/modprobe", "load_state": "loaded", "name": "system-modprobe.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "Slice /system/serial-getty", "load_state": "loaded", "name": "system-serial\\x2dgetty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "Slice /system/sshd-keygen", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system-systemd\\x2dzram\\x2dsetup.slice": { "active_state": "active", "description": "Slice /system/systemd-zram-setup", "load_state": "loaded", "name": "system-systemd\\x2dzram\\x2dsetup.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-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-homed-activate.service": { "active_state": "active", "description": "Home Area Activation", "load_state": "loaded", "name": "systemd-homed-activate.service", "sub_state": "exited" }, "systemd-homed.service": { "active_state": "active", "description": "Home Area Manager", "load_state": "loaded", "name": "systemd-homed.service", "sub_state": "running" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-audit.socket": { "active_state": "active", "description": "Journal Audit Socket", "load_state": "loaded", "name": "systemd-journald-audit.socket", "sub_state": "running" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "User Login Management", "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-modules-load.service": { "active_state": "active", "description": "Load Kernel Modules", "load_state": "loaded", "name": "systemd-modules-load.service", "sub_state": "exited" }, "systemd-network-generator.service": { "active_state": "active", "description": "Generate network units from Kernel command line", "load_state": "loaded", "name": "systemd-network-generator.service", "sub_state": "exited" }, "systemd-oomd.service": { "active_state": "active", "description": "Userspace Out-Of-Memory (OOM) Killer", "load_state": "loaded", "name": "systemd-oomd.service", "sub_state": "running" }, "systemd-oomd.socket": { "active_state": "active", "description": "Userspace Out-Of-Memory (OOM) Killer Socket", "load_state": "loaded", "name": "systemd-oomd.socket", "sub_state": "running" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save OS 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-resolved.service": { "active_state": "active", "description": "Network Name Resolution", "load_state": "loaded", "name": "systemd-resolved.service", "sub_state": "running" }, "systemd-rfkill.socket": { "active_state": "active", "description": "Load/Save RF Kill Switch Status /dev/rfkill Watch", "load_state": "loaded", "name": "systemd-rfkill.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-early.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev gracefully", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev-early.service", "sub_state": "exited" }, "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 System Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "Coldplug All udev 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": "Rule-based Manager for Device Events and Files", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Record System Boot/Shutdown in UTMP", "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-userdbd.service": { "active_state": "active", "description": "User Database Manager", "load_state": "loaded", "name": "systemd-userdbd.service", "sub_state": "running" }, "systemd-userdbd.socket": { "active_state": "active", "description": "User Database Manager Socket", "load_state": "loaded", "name": "systemd-userdbd.socket", "sub_state": "running" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Virtual Console Setup", "load_state": "loaded", "name": "systemd-vconsole-setup.service", "sub_state": "exited" }, "systemd-zram-setup@zram0.service": { "active_state": "active", "description": "Create swap on /dev/zram0", "load_state": "loaded", "name": "systemd-zram-setup@zram0.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timer Units", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tmp.mount": { "active_state": "active", "description": "Temporary Directory /tmp", "load_state": "loaded", "name": "tmp.mount", "sub_state": "mounted" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User Runtime Directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" }, "veritysetup.target": { "active_state": "active", "description": "Local Verity Protected Volumes", "load_state": "loaded", "name": "veritysetup.target", "sub_state": "active" } } } }, "ansible_loop_var": "item", "changed": false, "item": { "key": "root", "value": { "xdg_dir": "/run/user/0" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:126 Monday 11 November 2024 09:50:32 -0500 (0:00:00.978) 0:00:55.755 ******* ok: [managed-node2] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus-broker.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus-broker.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" }, "dev-zram0.swap": { "active_state": "active", "description": "Compressed Swap on /dev/zram0", "load_state": "loaded", "name": "dev-zram0.swap", "sub_state": "active" }, "dm-event.socket": { "active_state": "active", "description": "Device-mapper event daemon FIFOs", "load_state": "loaded", "name": "dm-event.socket", "sub_state": "listening" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "fstrim.timer": { "active_state": "active", "description": "Discard unused filesystem blocks once a week", "load_state": "loaded", "name": "fstrim.timer", "sub_state": "waiting" }, "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" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "integritysetup.target": { "active_state": "active", "description": "Local Integrity Protected Volumes", "load_state": "loaded", "name": "integritysetup.target", "sub_state": "active" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create List of Static Device Nodes", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Preparation for Local File Systems", "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" }, "lvm2-lvmpolld.socket": { "active_state": "active", "description": "LVM2 poll daemon socket", "load_state": "loaded", "name": "lvm2-lvmpolld.socket", "sub_state": "listening" }, "lvm2-monitor.service": { "active_state": "active", "description": "Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling", "load_state": "loaded", "name": "lvm2-monitor.service", "sub_state": "exited" }, "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": "Preparation for Network", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nss-lookup.target": { "active_state": "active", "description": "Host and Network Name Lookups", "load_state": "loaded", "name": "nss-lookup.target", "sub_state": "active" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Path Units", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "pcscd.socket": { "active_state": "active", "description": "PC/SC Smart Card Daemon Activation Socket", "load_state": "loaded", "name": "pcscd.socket", "sub_state": "listening" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "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" }, "raid-check.timer": { "active_state": "active", "description": "Weekly RAID setup health check", "load_state": "loaded", "name": "raid-check.timer", "sub_state": "waiting" }, "remote-cryptsetup.target": { "active_state": "active", "description": "Remote Encrypted Volumes", "load_state": "loaded", "name": "remote-cryptsetup.target", "sub_state": "active" }, "remote-fs-pre.target": { "active_state": "active", "description": "Preparation for Remote File Systems", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "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-4.scope": { "active_state": "active", "description": "Session 4 of User root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-6.scope": { "active_state": "active", "description": "Session 6 of User root", "load_state": "loaded", "name": "session-6.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slice Units", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Socket Units", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sound.target": { "active_state": "active", "description": "Sound Card", "load_state": "loaded", "name": "sound.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swaps", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-pcspkr-sound-card0-controlC0.device": { "active_state": "active", "description": "/sys/devices/platform/pcspkr/sound/card0/controlC0", "load_state": "loaded", "name": "sys-devices-platform-pcspkr-sound-card0-controlC0.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-00:06:0-00:06:0.0-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/00:06:0/00:06:0.0/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-00:06:0-00:06:0.0-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-xvda2.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda2", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda2.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-devices-virtual-block-zram0.device": { "active_state": "active", "description": "/sys/devices/virtual/block/zram0", "load_state": "loaded", "name": "sys-devices-virtual-block-zram0.device", "sub_state": "plugged" }, "sys-devices-virtual-misc-rfkill.device": { "active_state": "active", "description": "/sys/devices/virtual/misc/rfkill", "load_state": "loaded", "name": "sys-devices-virtual-misc-rfkill.device", "sub_state": "plugged" }, "sys-fs-fuse-connections.mount": { "active_state": "active", "description": "FUSE Control File System", "load_state": "loaded", "name": "sys-fs-fuse-connections.mount", "sub_state": "mounted" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "Kernel Trace File System", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-module-fuse.device": { "active_state": "active", "description": "/sys/module/fuse", "load_state": "loaded", "name": "sys-module-fuse.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": "Slice /system/getty", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-modprobe.slice": { "active_state": "active", "description": "Slice /system/modprobe", "load_state": "loaded", "name": "system-modprobe.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "Slice /system/serial-getty", "load_state": "loaded", "name": "system-serial\\x2dgetty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "Slice /system/sshd-keygen", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system-systemd\\x2dzram\\x2dsetup.slice": { "active_state": "active", "description": "Slice /system/systemd-zram-setup", "load_state": "loaded", "name": "system-systemd\\x2dzram\\x2dsetup.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-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-homed-activate.service": { "active_state": "active", "description": "Home Area Activation", "load_state": "loaded", "name": "systemd-homed-activate.service", "sub_state": "exited" }, "systemd-homed.service": { "active_state": "active", "description": "Home Area Manager", "load_state": "loaded", "name": "systemd-homed.service", "sub_state": "running" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-audit.socket": { "active_state": "active", "description": "Journal Audit Socket", "load_state": "loaded", "name": "systemd-journald-audit.socket", "sub_state": "running" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "User Login Management", "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-modules-load.service": { "active_state": "active", "description": "Load Kernel Modules", "load_state": "loaded", "name": "systemd-modules-load.service", "sub_state": "exited" }, "systemd-network-generator.service": { "active_state": "active", "description": "Generate network units from Kernel command line", "load_state": "loaded", "name": "systemd-network-generator.service", "sub_state": "exited" }, "systemd-oomd.service": { "active_state": "active", "description": "Userspace Out-Of-Memory (OOM) Killer", "load_state": "loaded", "name": "systemd-oomd.service", "sub_state": "running" }, "systemd-oomd.socket": { "active_state": "active", "description": "Userspace Out-Of-Memory (OOM) Killer Socket", "load_state": "loaded", "name": "systemd-oomd.socket", "sub_state": "running" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save OS 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-resolved.service": { "active_state": "active", "description": "Network Name Resolution", "load_state": "loaded", "name": "systemd-resolved.service", "sub_state": "running" }, "systemd-rfkill.socket": { "active_state": "active", "description": "Load/Save RF Kill Switch Status /dev/rfkill Watch", "load_state": "loaded", "name": "systemd-rfkill.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-early.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev gracefully", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev-early.service", "sub_state": "exited" }, "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 System Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "Coldplug All udev 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": "Rule-based Manager for Device Events and Files", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Record System Boot/Shutdown in UTMP", "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-userdbd.service": { "active_state": "active", "description": "User Database Manager", "load_state": "loaded", "name": "systemd-userdbd.service", "sub_state": "running" }, "systemd-userdbd.socket": { "active_state": "active", "description": "User Database Manager Socket", "load_state": "loaded", "name": "systemd-userdbd.socket", "sub_state": "running" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Virtual Console Setup", "load_state": "loaded", "name": "systemd-vconsole-setup.service", "sub_state": "exited" }, "systemd-zram-setup@zram0.service": { "active_state": "active", "description": "Create swap on /dev/zram0", "load_state": "loaded", "name": "systemd-zram-setup@zram0.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timer Units", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tmp.mount": { "active_state": "active", "description": "Temporary Directory /tmp", "load_state": "loaded", "name": "tmp.mount", "sub_state": "mounted" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User Runtime Directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" }, "veritysetup.target": { "active_state": "active", "description": "Local Verity Protected Volumes", "load_state": "loaded", "name": "veritysetup.target", "sub_state": "active" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:130 Monday 11 November 2024 09:50:32 -0500 (0:00:00.165) 0:00:55.921 ******* included: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node2 TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ******** task path: /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 09:50:32 -0500 (0:00:00.138) 0:00:56.060 ******* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } PLAY RECAP ********************************************************************* managed-node2 : ok=20 changed=0 unreachable=0 failed=0 skipped=45 rescued=0 ignored=0 Monday 11 November 2024 09:50:32 -0500 (0:00:00.073) 0:00:56.133 ******* =============================================================================== fedora.linux_system_roles.systemd : Ensure required packages are installed -- 47.78s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 fedora.linux_system_roles.systemd : Check if system is ostree ----------- 2.14s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:6 fedora.linux_system_roles.systemd : Gather systemd units state for system and user units --- 0.98s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:112 fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin --- 0.42s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:18 fedora.linux_system_roles.systemd : Set legacy systemd_units output variable --- 0.17s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:126 fedora.linux_system_roles.systemd : Manage units ------------------------ 0.15s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:85 fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes --- 0.15s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:39 fedora.linux_system_roles.systemd : Cancel linger for users if necessary --- 0.14s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:130 fedora.linux_system_roles.systemd : Manage files and templates and their directories --- 0.13s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:60 fedora.linux_system_roles.systemd : Ensure directories are present for users --- 0.13s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 fedora.linux_system_roles.systemd : Manage user info -------------------- 0.12s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 fedora.linux_system_roles.systemd : Ensure unit files are absent -------- 0.12s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 fedora.linux_system_roles.systemd : Ensure required units in correct state --- 0.12s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 fedora.linux_system_roles.systemd : Find files in dropins directory ----- 0.12s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 fedora.linux_system_roles.systemd : Set flag to indicate system is ostree --- 0.11s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:11 fedora.linux_system_roles.systemd : Manage user info -------------------- 0.11s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 fedora.linux_system_roles.systemd : Manage user info -------------------- 0.11s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 fedora.linux_system_roles.systemd : Ensure directories are present for dropins --- 0.11s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 fedora.linux_system_roles.systemd : Manage user info -------------------- 0.11s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 fedora.linux_system_roles.systemd : Ensure required units in correct state --- 0.10s /tmp/collections-oLn/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28