-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve install role #14
Conversation
32e104d
to
2bfeb73
Compare
0223339
to
f0a835f
Compare
any feedback about that MR ? |
f0a835f
to
3c791ae
Compare
Hello @l00ptr thanks for the contributions. I do not use the ansible role, I don't have any feedback to give. For the moment the Molecule test seems to fail, you should fix it before we merge. |
This will need to be rebased once #16, which addresses only linting, has been merged. |
7ab372e
to
2df86ed
Compare
@xavierba Ansible 2.17 do not work properly with python 3.6 (which is the default on rockylinux8); we probably need to install python39 (or greater) or officially don't support rockylinux8 with our collection... any idea about that specific topic ? |
We call package manager only once by comibining list of package we want or need to install.
We use the fqcn when calling all Ansible module within our tasks.
Default python install on RHEL8 don't work well with Ansible core 2.17, so we use explicitly ansible-core 2.16 in CI for our tests.
Looks good to me, thank you @l00ptr ! |
Just one thing, could you please squash the various fixup commits with the commit they fix ? |
10a4d54
to
ce6a5f8
Compare
!done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the file deletion in an unrelated commit, LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file deletion probably belongs to " Remove unused test dir on install role" commit
No description provided.