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

Fix Ansible 6 support - remove broken and unused cli import #1404

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

swalkinshaw
Copy link
Member

@swalkinshaw swalkinshaw commented Jul 18, 2022

Fixes #1393 to properly support Ansible 6 (and ansible-core >= 2.13.1)

Importing cli from __main__ no longer works as of ansible 2.13.1. This import is no longer used anyway (as of #1166) so the fix is to remove it.

cc @codepuncher

Fixes #1393

Importing `cli` from `__main__` no longer works as of ansible 2.13.1

This import is no longer used anyway so the fix is to remove it.
@swalkinshaw swalkinshaw changed the title Remove broken and unused cli import Fix Ansible 6 support - remove broken and unused cli import Jul 18, 2022
@swalkinshaw swalkinshaw merged commit 0e62aa1 into master Jul 18, 2022
@swalkinshaw swalkinshaw deleted the remove-broken-cli-import branch July 18, 2022 22:27
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.

Bug: Incompatibility with Ansible 6
1 participant