while-true-do / ansible-skeleton

The skeleton to create new ansible roles.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Doc: wrong symlink documented #79

Open dschier-wtd opened 4 years ago

dschier-wtd commented 4 years ago

it is currently:

ln -s /usr/lib64/python3.7/site-packages/_selinux.cpython-37m-x86_64-linux-gnu.so ./lib/python3.7/site-packages/selinux

but it must be

ln -s /usr/lib64/python3.7/site-packages/selinux ./lib/python3.7/site-packages/selinux