[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.3] 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-CQW executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 7 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/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_multiple_sudoers.yml ******************************************* 1 plays in /tmp/collections-CQW/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml PLAY [Test multiple sudoers] *************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-CQW/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:2 Tuesday 20 August 2024 06:40:27 -0400 (0:00:00.007) 0:00:00.007 ******** [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.9, 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_node3] TASK [Test setup] ************************************************************** task path: /tmp/collections-CQW/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:7 Tuesday 20 August 2024 06:40:30 -0400 (0:00:02.807) 0:00:02.815 ******** included: /tmp/collections-CQW/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed_node3 TASK [Create temp test directory] ********************************************** task path: /tmp/collections-CQW/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Tuesday 20 August 2024 06:40:30 -0400 (0:00:00.027) 0:00:02.842 ******** changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/tmp/sudo_8zimrllx", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup sudoers] ********************************************************** task path: /tmp/collections-CQW/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Tuesday 20 August 2024 06:40:31 -0400 (0:00:00.545) 0:00:03.388 ******** changed: [managed_node3] => { "changed": true, "checksum": "e683ad5e5d8d7112d14924c11c98be7bf2ef4918", "dest": "/var/tmp/sudo_8zimrllx/sudoers", "gid": 0, "group": "root", "md5sum": "1b134d95a4618029ff962a63b021e1ca", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 4328, "src": "/etc/sudoers", "state": "file", "uid": 0 } TASK [Backup sudoers.d] ******************************************************** task path: /tmp/collections-CQW/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Tuesday 20 August 2024 06:40:31 -0400 (0:00:00.621) 0:00:04.009 ******** changed: [managed_node3] => { "changed": true, "checksum": null, "dest": "/var/tmp/sudo_8zimrllx/sudoers.d", "gid": 0, "group": "root", "md5sum": null, "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "src": "/etc/sudoers.d", "state": "directory", "uid": 0 } TASK [Run the role] ************************************************************ task path: /tmp/collections-CQW/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:10 Tuesday 20 August 2024 06:40:31 -0400 (0:00:00.354) 0:00:04.364 ******** ERROR! couldn't resolve module/action 'ansible.utils.fact_diff'. This often indicates a misspelling, missing collection, or incorrect module path. The error appears to be in '/tmp/collections-CQW/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml': line 11, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - name: Compare ^ here