ansible-sftp
ansible-sftp copied to clipboard
Does not function with CentOS 8 when enabling SELinux
This role tries to install the libsemanage-python
on CentOS 8. But there is no such package for that release. Instead you should use python3-libsemanage
.
However, i dont really think its this role's responsibility to ensure the necessary package is installed. I'm fine with managing that myself, which would add greater flexibility on which distributions this is deployed. From what i can tell. It seems that the package
task is the only one limiting which OS's this can be deployed against anyway.