【发布时间】:2017-09-06 14:53:27
【问题描述】:
在 Fedora 26 中运行 ansible seport 模块会产生以下错误:
This module requires policycoreutils-python
但是,policycoreutils-python 已经安装。
- name: install system packages
package: name={{ item }} state=present
become: true
with_items:
- libselinux-python
- policycoreutils-python
【问题讨论】: