在 Fedora 26 中运行 ansibleseport
模块会产生以下错误:
This module requires policycoreutils-python
但是,policycoreutils-python
已经安装了。
- name: install system packages
package: name={{ item }} state=present
become: true
with_items:
- libselinux-python
- policycoreutils-python