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

Ansible 2.8 support #1103

Merged
merged 3 commits into from Sep 13, 2019
Merged

Ansible 2.8 support #1103

merged 3 commits into from Sep 13, 2019

Conversation

swalkinshaw
Copy link
Member

@swalkinshaw swalkinshaw commented Sep 2, 2019

Fixes #1085

From my initial testing this was the main thing preventing Trellis from supporting Ansible 2.8. The callback plugin has been updated to support both 2.7 and 2.8 so we won't force 2.8 yet.

2.8 does introduce a couple of new warnings/deprecations but we some are in Galaxy packages that we can't fix yet anyway.

It should be noted that 2.8 does not require Python 3 either.

@swalkinshaw swalkinshaw force-pushed the ansible-2.8 branch 3 times, most recently from ae7de04 to e48996e Compare September 4, 2019 23:53
@swalkinshaw swalkinshaw changed the title [WIP] Ansible 2.8 Ansible 2.8 support Sep 4, 2019
CLI options changed a lot in 2.8. This updates our callback plugin to
support both 2.7 and 2.8 by normalizing each case into a dict.

Ref: ansible/ansible#50069
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.

Ansible 2.8.x support
1 participant