buildmaster and buildslaves: install policycoreutils-python-utils for semanage

This commit is contained in:
Martin Krizek 2016-11-24 13:09:00 +00:00
parent b8891699eb
commit c35decd9f1
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@
- buildbot-master
- libsemanage-python
- python-psycopg2
- policycoreutils-python-utils
when: ansible_distribution_major_version|int < 22
- name: ensure packages required for buildmaster are installed (dnf)
@ -15,6 +16,7 @@
- buildbot-master
- libsemanage-python
- python-psycopg2
- policycoreutils-python-utils
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
- name: ensure additional packages required for CI buildmaster are installed

View file

@ -14,6 +14,7 @@
- pylint
- python-pep8
- moreutils
- policycoreutils-python-utils
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
- name: ensure packages required for CI buildslave are installed (dnf)