Created
July 26, 2020 15:03
-
-
Save sshnaidm/02f1d438ad76836cf788ed42f0e5d589 to your computer and use it in GitHub Desktop.
libselinux-python and ansible problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export ANSIBLE_VENV=... | |
cp -r /usr/lib64/python3.7/site-packages/selinux $ANSIBLE_VENV/lib64/python3.7/site-packages/ | |
cp /usr/lib64/python3.7/site-packages/_semanage.cpython-37m-x86_64-linux-gnu.so $ANSIBLE_VENV/lib64/python3.7/site-packages/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment