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

Improve install role #14

Merged
merged 11 commits into from
Jun 25, 2024
Merged

Improve install role #14

merged 11 commits into from
Jun 25, 2024

Conversation

l00ptr
Copy link
Contributor

@l00ptr l00ptr commented Apr 18, 2024

No description provided.

@l00ptr
Copy link
Contributor Author

l00ptr commented May 15, 2024

any feedback about that MR ?

@coudot
Copy link
Member

coudot commented May 23, 2024

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.

@xavierba
Copy link

xavierba commented May 28, 2024

This will need to be rebased once #16, which addresses only linting, has been merged.

@l00ptr
Copy link
Contributor Author

l00ptr commented Jun 5, 2024

@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 ?

roles/install/tasks/set-domain.yml Outdated Show resolved Hide resolved
roles/install/tasks/set-domain.yml Outdated Show resolved Hide resolved
Julian Vanden Broeck added 11 commits June 24, 2024 12:02
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.
@l00ptr l00ptr requested a review from xavierba June 24, 2024 10:13
@xavierba
Copy link

Looks good to me, thank you @l00ptr !

@xavierba
Copy link

Just one thing, could you please squash the various fixup commits with the commit they fix ?
I'll merge the PR once done.

@l00ptr
Copy link
Contributor Author

l00ptr commented Jun 25, 2024

Just one thing, could you please squash the various fixup commits with the commit they fix ? I'll merge the PR once done.

!done

Copy link

@xavierba xavierba left a 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

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

@xavierba xavierba merged commit 9c9c5ea into Worteks:master Jun 25, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants