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

Documented requirements are out of date #1641

Open
agriffit79 opened this issue Jan 23, 2023 · 5 comments
Open

Documented requirements are out of date #1641

agriffit79 opened this issue Jan 23, 2023 · 5 comments

Comments

@agriffit79
Copy link

The readme specifies Ansible 2.9+ but that seems to no longer be sufficient due to multiple errors in the playbooks.

2.13.7 worked for me, but a lower version may also work?

@evgeni
Copy link
Member

evgeni commented Jan 23, 2023

I would tend to say it should still work with 2.9, what errors did you get?

@agriffit79
Copy link
Author

This was the main problem

TASK [puppet_repositories : Include RedHat] ************************************
fatal: [centos7-foreman-3.2]: FAILED! => changed=false 
  module_stderr: |-
    Shared connection to 192.168.121.21 closed.
  module_stdout: ''
  msg: |-
    MODULE FAILURE
    See stdout/stderr for the exact error
  rc: 0

There was also an issue with the AlmaLinux instances, I think Ansible was not correctly reporting it as a RedHat derivative.

This was using 2.9.6.

@evgeni
Copy link
Member

evgeni commented Jan 23, 2023

Would you have the time to try with a "less-ancient" 2.9 version?

@agriffit79
Copy link
Author

Was just doing that... It works with 2.9.20. Not sure if that warrants an update to the readme? It cost me a whole morning trying to debug it.

@evgeni
Copy link
Member

evgeni commented Jan 23, 2023

Yeah, that sounds like a valuable update!

We started using collections at some point, and there were still bugs in that regard in early versions if 2.9, so it might very well be what you've been seeing

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

No branches or pull requests

2 participants