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

Various CI fixes adding new Ansible versions and from FAM repository #47

Merged
merged 3 commits into from
Dec 7, 2021

Conversation

ehelms
Copy link
Member

@ehelms ehelms commented Oct 29, 2021

I was gonna break these out trying to parser changes from FAM but lumped it together, lets see if it fixes CI @evgeni

@evgeni
Copy link
Member

evgeni commented Oct 30, 2021

The Ansible changes look good, no idea why Molecule is failing in the installer tho

- name: Install Ansible
run: pip install --upgrade git+https://github.com/ansible/ansible.git@${{ matrix.ansible }}
run: pip install --upgrade -r ansible
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks wrong. -r means requirements file, but ansible is none.

and without -r this would install some ansible, not the one we want in this matrix

@evgeni
Copy link
Member

evgeni commented Dec 2, 2021

the ansible team is currently trying to fix the 5.0.0 problem that 5.0.0 is confusing installations on py 2.7 and 3.5, see ansible-community/community-topics#54

@ehelms
Copy link
Member Author

ehelms commented Dec 2, 2021

The molecule failure is due to theforeman/puppet-foreman#1009

@ehelms ehelms merged commit 87d2be1 into theforeman:develop Dec 7, 2021
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.

None yet

2 participants