ansible-collections / ansible.windows

Windows core collection for Ansible
https://galaxy.ansible.com/ansible/windows
GNU General Public License v3.0
254 stars 171 forks source link

Fix win_group_membership integration tests #665

Closed ronger4 closed 1 week ago

ronger4 commented 1 month ago

Integration test fix and adapt files to pass ansible-lint warning and errors

SUMMARY
ISSUE TYPE
ADDITIONAL INFORMATION
Before My change the following error occured during the integration test run for win_group_membership integration test:
fatal: [windows_server]: FAILED! => {
    "msg": "The conditional check 'add_another_user_to_group_again.members == [\"{{ ansible_hostname }}\\\\{{ admin_account_name }}\", \"{{ ansible_hostname }}\\\\{{ win_local_user }}\", \"NT AUTHORITY\\\\SYSTEM\", \"NT AUTHORITY\\\\NETWORK SERVICE\"]' failed. The error was: Conditional is marked as unsafe, and cannot be evaluated."
}
github-actions[bot] commented 2 weeks ago

This pull request is stale because it has been open for 4 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks.