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: correct use of rpm as a comparison against ansible_pkg_mgr #13

Merged
merged 1 commit into from
May 10, 2023

Conversation

aroberts87
Copy link
Collaborator

main.yml had erroneously used 'rpm' in the list of stings to compare against the value of ansible_pkg_mgr to determine which repository type to configure. the issue is that the value that should be there is 'yum'. this regression was introduced as a part of adding the debian package support in pull request #12.

main.yml had erroneously used 'rpm' in the list of stings to compare against
the value of ansible_pkg_mgr to determine which repository type to configure.
the issue is that the value that should be there is 'yum'. this regression was
introduced as a part of adding the debian package support in pull request #12.
@aroberts87 aroberts87 merged commit 927a019 into main May 10, 2023
@aroberts87 aroberts87 deleted the fix_pkgmgr_typo branch May 10, 2023 18:37
@aroberts87 aroberts87 added the bug Something isn't working label Jun 16, 2023
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
None yet
Development

Successfully merging this pull request may close these issues.

1 participant