浏览代码

Add libsemanage-python to base packages prerequisites

Without libsemanage-python, the task
"Set seboolean to allow nfs storage plugin access from containers"
fails with this message:
"This module requires libsemanage-python support""

Signed-off-by: Tristan Cacqueray <tdecacqu@redhat.com>
Tristan Cacqueray 7 年之前
父节点
当前提交
61d9b1eee6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      playbooks/init/base_packages.yml

+ 1 - 0
playbooks/init/base_packages.yml

@@ -18,6 +18,7 @@
       - "{{ 'python3-dbus' if ansible_distribution == 'Fedora' else 'dbus-python' }}"
       - "{{ 'python3-PyYAML' if ansible_distribution == 'Fedora' else 'PyYAML' }}"
       - "{{ 'python-ipaddress' if ansible_distribution != 'Fedora' else '' }}"
+      - libsemanage-python
       - yum-utils
       when: item != ''
       register: result