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

Need to install ansible-core on EL8 #322

Merged
merged 4 commits into from
Nov 17, 2022
Merged

Need to install ansible-core on EL8 #322

merged 4 commits into from
Nov 17, 2022

Conversation

amanda11
Copy link
Contributor

@amanda11 amanda11 commented Nov 17, 2022

kitchen ansible provider always tries to install ansible, but that is no-longer available on EL8.
Updated the el8 dockerfile to install ansible-core and the necessary collections that were in the old ansible package but not in ansible-core.

@pull-request-size pull-request-size bot added the size/XS PR that changes 0-9 lines. Quick fix/merge. label Nov 17, 2022
@amanda11
Copy link
Contributor Author

Installing ansible-core first, means that it gets passed the ansible error. However kitchen still tries to install ansible, as it fails on "which: command not found", when it checks if ansible is installed. But that error doesn't prevent build.
But it then fails at:
ERROR! couldn't resolve module/action 'rabbitmq_plugin'. This often indicates a misspelling, missing collection, or incorrect module path.

@amanda11 amanda11 changed the title [WIP] Need to install ansible-core on EL8 Need to install ansible-core on EL8 Nov 17, 2022
@amanda11 amanda11 merged commit 93b9a44 into master Nov 17, 2022
@amanda11 amanda11 deleted the fix_el8 branch November 17, 2022 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS PR that changes 0-9 lines. Quick fix/merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants