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

Install EPEL Task Broken in Ansible 2.5 #26

Closed
mattmonkey83 opened this issue Apr 11, 2018 · 2 comments
Closed

Install EPEL Task Broken in Ansible 2.5 #26

mattmonkey83 opened this issue Apr 11, 2018 · 2 comments

Comments

@mattmonkey83
Copy link

There appears to be a change in loop conditionals in Ansible 2.5 - ansible/ansible#37980

The install of the epel package works but the conditional fails, leading to retries and eventually a failure of the task.

Changing this line should resolve - https://github.com/geerlingguy/ansible-role-repo-epel/blob/master/tasks/main.yml#L11

@mattmonkey83
Copy link
Author

Just spotted a related PR has been raised - #25

@geerlingguy
Copy link
Owner

That PR has been merged (#25), and I tagged a new release of the role—1.2.3—and this is now resolved. Just tested on my local machine and it worked for me!

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