Anisble エラー「(libselinux-python) aren’t installed!」の解決方法
環境
CentOS 7.9
Python 2.7.13
Ansible
エラー現象
Aborting, target uses selinux but python bindings (libselinux-python) aren’t installed
対象方法
python2の場合、libselinux-pythonをインストールする。
yum -y install libselinux-python
python3の場合、python3-libselinuxをインストールする。
yum -y install python3-libselinux