View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018027 | CentOS-8 | python | public | 2021-01-21 14:32 | 2021-01-23 10:27 |
Reporter | sincorchetes | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | CentOS 8 Stream | ||||
Summary | 0018027: Ansible cannot copy files with python38 module enabled | ||||
Description | Ansible needs python38-libselinux to work with copy module. | ||||
Steps To Reproduce | 1. Install python38 sudo dnf module install -y python38 sudo alternatives --config python --> Choose py38 2. Try to launch an Ansible task with a copy module | ||||
Tags | No tags attached. | ||||
I assume you have installed Ansible from PyPI, as the version available from the EPEL repository is based on the system's Python 3.6 installation. If that is the case, I believe your best option is to install Ansible on top of Python 3.6, installed either via dnf or from source. You should install the libselinux and python3-libselinux packages and, if you are using a source Python distribution, the selinux package from PyPI. | |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-01-21 14:32 | sincorchetes | New Issue | |
2021-01-21 14:32 | sincorchetes | File Added: file.png | |
2021-01-23 10:27 | nmusatti | Note Added: 0038191 |