[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-XTW executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jun 7 2024, 00:00:00) [GCC 13.3.1 20240522 (Red Hat 13.3.1-1)] (/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_large_configuration.yml **************************************** 1 plays in /tmp/collections-XTW/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_large_configuration.yml PLAY [Test for Sudo - large configuration] ************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-XTW/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_large_configuration.yml:2 Tuesday 20 August 2024 06:26:51 -0400 (0:00:00.018) 0:00:00.018 ******** [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] TASK [Test setup] ************************************************************** task path: /tmp/collections-XTW/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_large_configuration.yml:7 Tuesday 20 August 2024 06:26:55 -0400 (0:00:04.194) 0:00:04.212 ******** included: /tmp/collections-XTW/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed_node2 TASK [Create temp test directory] ********************************************** task path: /tmp/collections-XTW/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Tuesday 20 August 2024 06:26:55 -0400 (0:00:00.025) 0:00:04.238 ******** changed: [managed_node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/tmp/sudo__8gxms1p", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Backup sudoers] ********************************************************** task path: /tmp/collections-XTW/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Tuesday 20 August 2024 06:26:56 -0400 (0:00:00.528) 0:00:04.766 ******** changed: [managed_node2] => { "changed": true, "checksum": "ab0033aa8d46a209d71bfd49f8a2548c86b30be8", "dest": "/var/tmp/sudo__8gxms1p/sudoers", "gid": 0, "group": "root", "md5sum": "a5290df67c7ed217bff527e10cd87040", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 4375, "src": "/etc/sudoers", "state": "file", "uid": 0 } TASK [Backup sudoers.d] ******************************************************** task path: /tmp/collections-XTW/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Tuesday 20 August 2024 06:26:57 -0400 (0:00:00.590) 0:00:05.356 ******** changed: [managed_node2] => { "changed": true, "checksum": null, "dest": "/var/tmp/sudo__8gxms1p/sudoers.d", "gid": 0, "group": "root", "md5sum": null, "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "src": "/etc/sudoers.d", "state": "directory", "uid": 0 } TASK [Run the role] ************************************************************ task path: /tmp/collections-XTW/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_large_configuration.yml:10 Tuesday 20 August 2024 06:26:57 -0400 (0:00:00.408) 0:00:05.765 ******** 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-XTW/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