Browse Source

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 years ago
parent
commit
61d9b1eee6
1 changed files with 1 additions and 0 deletions
  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