ansible-playbook [core 2.17.5]
  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-pZi
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.6 (main, Sep  9 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_default.yml ****************************************************
1 plays in /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml

PLAY [Ensure that the role runs with default parameters] ***********************

TASK [Test setup] **************************************************************
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:9
Wednesday 16 October 2024  16:50:04 -0400 (0:00:00.033)       0:00:00.033 ***** 
included: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed-node1

TASK [Create temp test directory] **********************************************
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3
Wednesday 16 October 2024  16:50:04 -0400 (0:00:00.014)       0:00:00.047 ***** 
[WARNING]: Platform linux on host managed-node1 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.
changed: [managed-node1] => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/bin/python3.9"
    },
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/var/tmp/sudo_y91nb3zj",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [Backup sudoers] **********************************************************
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10
Wednesday 16 October 2024  16:50:04 -0400 (0:00:00.535)       0:00:00.583 ***** 
changed: [managed-node1] => {
    "changed": true,
    "checksum": "e7f68410087808d301bd81bc78423b1227123bf2",
    "dest": "/var/tmp/sudo_y91nb3zj/sudoers",
    "gid": 0,
    "group": "root",
    "md5sum": "e46a568fe9aa73104a1781f414ca6baf",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 771,
    "src": "/etc/sudoers",
    "state": "file",
    "uid": 0
}

TASK [Backup sudoers.d] ********************************************************
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19
Wednesday 16 October 2024  16:50:05 -0400 (0:00:00.537)       0:00:01.121 ***** 
changed: [managed-node1] => {
    "changed": true,
    "checksum": null,
    "dest": "/var/tmp/sudo_y91nb3zj/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-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:12
Wednesday 16 October 2024  16:50:05 -0400 (0:00:00.357)       0:00:01.479 ***** 
included: fedora.linux_system_roles.sudo for managed-node1

TASK [fedora.linux_system_roles.sudo : Set version specific variables] *********
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2
Wednesday 16 October 2024  16:50:05 -0400 (0:00:00.031)       0:00:01.511 ***** 
included: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.sudo : Ensure ansible_facts used by role] ******
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2
Wednesday 16 October 2024  16:50:05 -0400 (0:00:00.035)       0:00:01.546 ***** 
ok: [managed-node1]

TASK [fedora.linux_system_roles.sudo : Check if system is ostree] **************
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10
Wednesday 16 October 2024  16:50:06 -0400 (0:00:00.752)       0:00:02.298 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.sudo : Set flag to indicate system is ostree] ***
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15
Wednesday 16 October 2024  16:50:06 -0400 (0:00:00.479)       0:00:02.778 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__sudo_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.sudo : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22
Wednesday 16 October 2024  16:50:06 -0400 (0:00:00.029)       0:00:02.807 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.sudo : Set flag if transactional-update exists] ***
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27
Wednesday 16 October 2024  16:50:07 -0400 (0:00:00.362)       0:00:03.169 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__sudo_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.sudo : Set platform/version specific variables] ***
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31
Wednesday 16 October 2024  16:50:07 -0400 (0:00:00.024)       0:00:03.194 ***** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS_9.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS_9.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.sudo : Scan sudoers] ***************************
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5
Wednesday 16 October 2024  16:50:07 -0400 (0:00:00.049)       0:00:03.243 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "sudoers": {
            "all_scanned_files": [
                "/etc/sudoers"
            ],
            "sudoers_files": [
                {
                    "defaults": [
                        "!visiblepw",
                        "always_set_home",
                        "match_group_by_gid",
                        "always_query_group_plugin",
                        "env_reset",
                        {
                            "secure_path": [
                                "/sbin",
                                "/bin",
                                "/usr/sbin",
                                "/usr/bin"
                            ]
                        },
                        {
                            "env_keep": [
                                "COLORS",
                                "DISPLAY",
                                "HOSTNAME",
                                "HISTSIZE",
                                "KDEDIR",
                                "LS_COLORS",
                                "MAIL",
                                "PS1",
                                "PS2",
                                "QTDIR",
                                "USERNAME",
                                "LANG",
                                "LC_ADDRESS",
                                "LC_CTYPE",
                                "LC_COLLATE",
                                "LC_IDENTIFICATION",
                                "LC_MEASUREMENT",
                                "LC_MESSAGES",
                                "LC_MONETARY",
                                "LC_NAME",
                                "LC_NUMERIC",
                                "LC_PAPER",
                                "LC_TELEPHONE",
                                "LC_TIME",
                                "LC_ALL",
                                "LANGUAGE",
                                "LINGUAS",
                                "_XKB_CHARSET",
                                "XAUTHORITY"
                            ]
                        }
                    ],
                    "include_directories": [
                        "/etc/sudoers.d"
                    ],
                    "include_files": [],
                    "path": "/etc/sudoers",
                    "user_specifications": [
                        {
                            "commands": [
                                "ALL"
                            ],
                            "hosts": [
                                "ALL"
                            ],
                            "operators": [
                                "ALL"
                            ],
                            "users": [
                                "root"
                            ]
                        },
                        {
                            "commands": [
                                "ALL"
                            ],
                            "hosts": [
                                "ALL"
                            ],
                            "operators": [
                                "ALL"
                            ],
                            "users": [
                                "%wheel"
                            ]
                        }
                    ]
                }
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.sudo : Sudo is already configured - skip rest of role] ***
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12
Wednesday 16 October 2024  16:50:07 -0400 (0:00:00.482)       0:00:03.726 ***** 
META: end_host conditional evaluated to False, continuing execution for managed-node1
skipping: [managed-node1] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1"
}

MSG:

end_host conditional evaluated to false, continuing execution for managed-node1

TASK [fedora.linux_system_roles.sudo : Ensure sudo is installed] ***************
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:20
Wednesday 16 October 2024  16:50:07 -0400 (0:00:00.047)       0:00:03.773 ***** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.sudo : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:32
Wednesday 16 October 2024  16:50:26 -0400 (0:00:19.058)       0:00:22.831 ***** 
skipping: [managed-node1] => {
    "false_condition": "__sudo_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.sudo : Reboot transactional update systems] ****
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:37
Wednesday 16 October 2024  16:50:27 -0400 (0:00:00.013)       0:00:22.845 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__sudo_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.sudo : Fail if reboot is needed and not set] ***
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:42
Wednesday 16 October 2024  16:50:27 -0400 (0:00:00.012)       0:00:22.857 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__sudo_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.sudo : Set include directories variable] *******
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:50
Wednesday 16 October 2024  16:50:27 -0400 (0:00:00.012)       0:00:22.870 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "sudo_include_dirs": [
            "/etc/sudoers.d"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.sudo : Set sudoer file paths variable] *********
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:54
Wednesday 16 October 2024  16:50:27 -0400 (0:00:00.017)       0:00:22.887 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "sudo_file_paths": [
            "/etc/sudoers"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.sudo : Ensure include directories are created] ***
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:58
Wednesday 16 October 2024  16:50:27 -0400 (0:00:00.017)       0:00:22.904 ***** 
ok: [managed-node1] => (item=/etc/sudoers.d) => {
    "ansible_loop_var": "item",
    "changed": false,
    "gid": 0,
    "group": "root",
    "item": "/etc/sudoers.d",
    "mode": "0750",
    "owner": "root",
    "path": "/etc/sudoers.d",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.sudo : Ensure sudoers include files are configured] ***
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:68
Wednesday 16 October 2024  16:50:27 -0400 (0:00:00.425)       0:00:23.330 ***** 
skipping: [managed-node1] => (item=/etc/sudoers)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item.path != \"/etc/sudoers\"",
    "item": {
        "defaults": [
            "!visiblepw",
            "always_set_home",
            "match_group_by_gid",
            "always_query_group_plugin",
            "env_reset",
            {
                "secure_path": [
                    "/sbin",
                    "/bin",
                    "/usr/sbin",
                    "/usr/bin"
                ]
            },
            {
                "env_keep": [
                    "COLORS",
                    "DISPLAY",
                    "HOSTNAME",
                    "HISTSIZE",
                    "KDEDIR",
                    "LS_COLORS",
                    "MAIL",
                    "PS1",
                    "PS2",
                    "QTDIR",
                    "USERNAME",
                    "LANG",
                    "LC_ADDRESS",
                    "LC_CTYPE",
                    "LC_COLLATE",
                    "LC_IDENTIFICATION",
                    "LC_MEASUREMENT",
                    "LC_MESSAGES",
                    "LC_MONETARY",
                    "LC_NAME",
                    "LC_NUMERIC",
                    "LC_PAPER",
                    "LC_TELEPHONE",
                    "LC_TIME",
                    "LC_ALL",
                    "LANGUAGE",
                    "LINGUAS",
                    "_XKB_CHARSET",
                    "XAUTHORITY"
                ]
            }
        ],
        "include_directories": [
            "/etc/sudoers.d"
        ],
        "path": "/etc/sudoers",
        "user_specifications": [
            {
                "commands": [
                    "ALL"
                ],
                "hosts": [
                    "ALL"
                ],
                "operators": [
                    "ALL"
                ],
                "users": [
                    "root"
                ]
            },
            {
                "commands": [
                    "ALL"
                ],
                "hosts": [
                    "ALL"
                ],
                "operators": [
                    "ALL"
                ],
                "users": [
                    "%wheel"
                ]
            }
        ]
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.sudo : Ensure /etc/sudoers is configured] ******
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:81
Wednesday 16 October 2024  16:50:27 -0400 (0:00:00.016)       0:00:23.347 ***** 
changed: [managed-node1] => (item=/etc/sudoers) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "fc5c161eed42bf4d12f49c476bfc46e8e56097d2",
    "dest": "/etc/sudoers",
    "gid": 0,
    "group": "root",
    "item": {
        "defaults": [
            "!visiblepw",
            "always_set_home",
            "match_group_by_gid",
            "always_query_group_plugin",
            "env_reset",
            {
                "secure_path": [
                    "/sbin",
                    "/bin",
                    "/usr/sbin",
                    "/usr/bin"
                ]
            },
            {
                "env_keep": [
                    "COLORS",
                    "DISPLAY",
                    "HOSTNAME",
                    "HISTSIZE",
                    "KDEDIR",
                    "LS_COLORS",
                    "MAIL",
                    "PS1",
                    "PS2",
                    "QTDIR",
                    "USERNAME",
                    "LANG",
                    "LC_ADDRESS",
                    "LC_CTYPE",
                    "LC_COLLATE",
                    "LC_IDENTIFICATION",
                    "LC_MEASUREMENT",
                    "LC_MESSAGES",
                    "LC_MONETARY",
                    "LC_NAME",
                    "LC_NUMERIC",
                    "LC_PAPER",
                    "LC_TELEPHONE",
                    "LC_TIME",
                    "LC_ALL",
                    "LANGUAGE",
                    "LINGUAS",
                    "_XKB_CHARSET",
                    "XAUTHORITY"
                ]
            }
        ],
        "include_directories": [
            "/etc/sudoers.d"
        ],
        "path": "/etc/sudoers",
        "user_specifications": [
            {
                "commands": [
                    "ALL"
                ],
                "hosts": [
                    "ALL"
                ],
                "operators": [
                    "ALL"
                ],
                "users": [
                    "root"
                ]
            },
            {
                "commands": [
                    "ALL"
                ],
                "hosts": [
                    "ALL"
                ],
                "operators": [
                    "ALL"
                ],
                "users": [
                    "%wheel"
                ]
            }
        ]
    },
    "md5sum": "10930d4d72a2804fdbc804a21a30f856",
    "mode": "0440",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 813,
    "src": "/root/.ansible/tmp/ansible-tmp-1729111827.553265-8332-81410423399695/.source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.sudo : Search for sudoers files in included directories] ***
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:101
Wednesday 16 October 2024  16:50:28 -0400 (0:00:00.783)       0:00:24.130 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "sudo_remove_unauthorized_included_files | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.sudo : Set unauthorized included sudoers files variable] ***
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:109
Wednesday 16 October 2024  16:50:28 -0400 (0:00:00.011)       0:00:24.142 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "sudo_remove_unauthorized_included_files | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.sudo : Remove unauthorized included sudoers files] ***
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:113
Wednesday 16 October 2024  16:50:28 -0400 (0:00:00.011)       0:00:24.154 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "sudo_remove_unauthorized_included_files | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Check header for ansible_managed, fingerprint] ***************************
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:18
Wednesday 16 October 2024  16:50:28 -0400 (0:00:00.012)       0:00:24.167 ***** 
included: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/check_present_header.yml for managed-node1

TASK [Get file] ****************************************************************
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/check_present_header.yml:3
Wednesday 16 October 2024  16:50:28 -0400 (0:00:00.018)       0:00:24.185 ***** 
ok: [managed-node1] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6c3VkbwoKIyBEZWZhdWx0IHNwZWNpZmljYXRpb25zCkRlZmF1bHRzICAgICF2aXNpYmxlcHcKRGVmYXVsdHMgICAgYWx3YXlzX3NldF9ob21lCkRlZmF1bHRzICAgIG1hdGNoX2dyb3VwX2J5X2dpZApEZWZhdWx0cyAgICBhbHdheXNfcXVlcnlfZ3JvdXBfcGx1Z2luCkRlZmF1bHRzICAgIGVudl9yZXNldApEZWZhdWx0cyAgICBzZWN1cmVfcGF0aCA9IC9zYmluOi9iaW46L3Vzci9zYmluOi91c3IvYmluCkRlZmF1bHRzICAgIGVudl9rZWVwID0gIkNPTE9SUyBESVNQTEFZIEhPU1ROQU1FIEhJU1RTSVpFIEtERURJUiIKRGVmYXVsdHMgICAgZW52X2tlZXAgKz0gIkxTX0NPTE9SUyBNQUlMIFBTMSBQUzIgUVRESVIiCkRlZmF1bHRzICAgIGVudl9rZWVwICs9ICJVU0VSTkFNRSBMQU5HIExDX0FERFJFU1MgTENfQ1RZUEUgTENfQ09MTEFURSIKRGVmYXVsdHMgICAgZW52X2tlZXAgKz0gIkxDX0lERU5USUZJQ0FUSU9OIExDX01FQVNVUkVNRU5UIExDX01FU1NBR0VTIExDX01PTkVUQVJZIExDX05BTUUiCkRlZmF1bHRzICAgIGVudl9rZWVwICs9ICJMQ19OVU1FUklDIExDX1BBUEVSIExDX1RFTEVQSE9ORSBMQ19USU1FIExDX0FMTCIKRGVmYXVsdHMgICAgZW52X2tlZXAgKz0gIkxBTkdVQUdFIExJTkdVQVMgX1hLQl9DSEFSU0VUIFhBVVRIT1JJVFkiCgojIFVzZXIgc3BlY2lmaWNhdGlvbnMKcm9vdCBBTEw9KEFMTCkgQUxMCiV3aGVlbCBBTEw9KEFMTCkgQUxMCgojIEluY2x1ZGVzCiMjIEluY2x1ZGUgZGlyZWN0b3JpZXMKI2luY2x1ZGVkaXIgL2V0Yy9zdWRvZXJzLmQK",
    "encoding": "base64",
    "source": "/etc/sudoers"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/check_present_header.yml:9
Wednesday 16 October 2024  16:50:28 -0400 (0:00:00.397)       0:00:24.583 ***** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Test cleanup] ************************************************************
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:25
Wednesday 16 October 2024  16:50:28 -0400 (0:00:00.023)       0:00:24.606 ***** 
included: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml for managed-node1

TASK [Restore sudoers] *********************************************************
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3
Wednesday 16 October 2024  16:50:28 -0400 (0:00:00.018)       0:00:24.625 ***** 
changed: [managed-node1] => {
    "changed": true,
    "checksum": "e7f68410087808d301bd81bc78423b1227123bf2",
    "dest": "/etc/sudoers",
    "gid": 0,
    "group": "root",
    "md5sum": "e46a568fe9aa73104a1781f414ca6baf",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 771,
    "src": "/var/tmp/sudo_y91nb3zj/sudoers",
    "state": "file",
    "uid": 0
}

TASK [Restore sudoers.d] *******************************************************
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12
Wednesday 16 October 2024  16:50:29 -0400 (0:00:00.318)       0:00:24.943 ***** 
changed: [managed-node1] => {
    "changed": true,
    "checksum": null,
    "dest": "/etc/sudoers.d/sudoers.d",
    "gid": 0,
    "group": "root",
    "md5sum": null,
    "mode": "0644",
    "owner": "root",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 23,
    "src": "/var/tmp/sudo_y91nb3zj/sudoers.d",
    "state": "directory",
    "uid": 0
}

TASK [Clean up temp directory] *************************************************
task path: /tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21
Wednesday 16 October 2024  16:50:29 -0400 (0:00:00.322)       0:00:25.266 ***** 
changed: [managed-node1] => {
    "changed": true,
    "path": "/var/tmp/sudo_y91nb3zj",
    "state": "absent"
}

PLAY RECAP *********************************************************************
managed-node1              : ok=24   changed=7    unreachable=0    failed=0    skipped=8    rescued=0    ignored=0   

Wednesday 16 October 2024  16:50:29 -0400 (0:00:00.325)       0:00:25.591 ***** 
=============================================================================== 
fedora.linux_system_roles.sudo : Ensure sudo is installed -------------- 19.06s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:20 
fedora.linux_system_roles.sudo : Ensure /etc/sudoers is configured ------ 0.78s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:81 
fedora.linux_system_roles.sudo : Ensure ansible_facts used by role ------ 0.75s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 
Backup sudoers ---------------------------------------------------------- 0.54s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 
Create temp test directory ---------------------------------------------- 0.54s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 
fedora.linux_system_roles.sudo : Scan sudoers --------------------------- 0.48s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 
fedora.linux_system_roles.sudo : Check if system is ostree -------------- 0.48s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 
fedora.linux_system_roles.sudo : Ensure include directories are created --- 0.43s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:58 
Get file ---------------------------------------------------------------- 0.40s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/check_present_header.yml:3 
fedora.linux_system_roles.sudo : Check if transactional-update exists in /sbin --- 0.36s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 
Backup sudoers.d -------------------------------------------------------- 0.36s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 
Clean up temp directory ------------------------------------------------- 0.33s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 
Restore sudoers.d ------------------------------------------------------- 0.32s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12 
Restore sudoers --------------------------------------------------------- 0.32s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 
fedora.linux_system_roles.sudo : Set platform/version specific variables --- 0.05s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 
fedora.linux_system_roles.sudo : Sudo is already configured - skip rest of role --- 0.05s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 
fedora.linux_system_roles.sudo : Set version specific variables --------- 0.04s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 
Run the role ------------------------------------------------------------ 0.03s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:12 
fedora.linux_system_roles.sudo : Set flag to indicate system is ostree --- 0.03s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 
fedora.linux_system_roles.sudo : Set flag if transactional-update exists --- 0.02s
/tmp/collections-pZi/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27