[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-pBz
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.4 (main, Jun  7 2024, 00:00:00) [GCC 14.1.1 20240607 (Red Hat 14.1.1-5)] (/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-pBz/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml

PLAY [Test multiple sudoers] ***************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-pBz/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:2
Tuesday 20 August 2024  06:27: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.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_node3]

TASK [Test setup] **************************************************************
task path: /tmp/collections-pBz/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:7
Tuesday 20 August 2024  06:27:30 -0400 (0:00:03.657)       0:00:03.664 ******** 
included: /tmp/collections-pBz/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed_node3

TASK [Create temp test directory] **********************************************
task path: /tmp/collections-pBz/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3
Tuesday 20 August 2024  06:27:30 -0400 (0:00:00.023)       0:00:03.688 ******** 
changed: [managed_node3] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/var/tmp/sudo_0ta791u1",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [Backup sudoers] **********************************************************
task path: /tmp/collections-pBz/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10
Tuesday 20 August 2024  06:27:31 -0400 (0:00:00.558)       0:00:04.247 ******** 
changed: [managed_node3] => {
    "changed": true,
    "checksum": "ab0033aa8d46a209d71bfd49f8a2548c86b30be8",
    "dest": "/var/tmp/sudo_0ta791u1/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-pBz/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19
Tuesday 20 August 2024  06:27:32 -0400 (0:00:00.552)       0:00:04.800 ******** 
changed: [managed_node3] => {
    "changed": true,
    "checksum": null,
    "dest": "/var/tmp/sudo_0ta791u1/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-pBz/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:10
Tuesday 20 August 2024  06:27:32 -0400 (0:00:00.395)       0:00:05.196 ******** 
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-pBz/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