Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix deprecation warning for ANSIBLE_COLLECTIONS_PATH #1577

Merged
merged 4 commits into from
Oct 9, 2024

Conversation

audgirka
Copy link
Contributor

@audgirka audgirka commented Oct 9, 2024

This PR fixes the deprecation warning message for using ANSIBLE_COLLECTIONS_PATHS when running e2e yaml diagnostic tests.

[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.

Updated to use the singular form ANSIBLE_COLLECTIONS_PATH.

Related: #1561, #1573, #1575 and #1576.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant