-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
nmcli.py throws error on CentOS 8-stream #697
Comments
Files identified in the description: If these files are inaccurate, please update the |
Same issue as above on Ubuntu 20.04 with python 3.8.2. ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENTRunning from: Mac OS X virtualenv, pip 20.1.1 installed ansible 2.9.11
STEPS TO REPRODUCErun a playbook using nmcli module
EXPECTED RESULTSBridge created ACTUAL RESULTS
|
Same thing is happening on Arch. |
Same thing with: Python on control node: Python on target node: |
This has been: resolved_by_pr #477 (Unfortunately that PR has not yet been backported to ansible/ansible's stable-2.9 branch.) |
@felixfontein Hi, any plans to backport this one to ansible 2.9 ? |
From @inflatador on Jul 26, 2020 16:56
SUMMARY
Can't create bridge interface with nmcli
ISSUE TYPE
COMPONENT NAME
nmcli
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Running from: Mac OS X virtualenv, pip 20.1.1 installed ansible 2.9.11
Connecting to: CentOS 8-stream
cat /etc/redhat-release
CentOS Linux release 8.2.2004 (Core)
python3 --version
Python 3.6.8
STEPS TO REPRODUCE
run a playbook using nmcli module
EXPECTED RESULTS
Bridge created
ACTUAL RESULTS
Copied from original issue: ansible/ansible#70906
The text was updated successfully, but these errors were encountered: