buildmaster and buildslaves: install policycoreutils-python-utils for semanage
This commit is contained in:
parent
b8891699eb
commit
c35decd9f1
2 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
- buildbot-master
|
- buildbot-master
|
||||||
- libsemanage-python
|
- libsemanage-python
|
||||||
- python-psycopg2
|
- python-psycopg2
|
||||||
|
- policycoreutils-python-utils
|
||||||
when: ansible_distribution_major_version|int < 22
|
when: ansible_distribution_major_version|int < 22
|
||||||
|
|
||||||
- name: ensure packages required for buildmaster are installed (dnf)
|
- name: ensure packages required for buildmaster are installed (dnf)
|
||||||
|
@ -15,6 +16,7 @@
|
||||||
- buildbot-master
|
- buildbot-master
|
||||||
- libsemanage-python
|
- libsemanage-python
|
||||||
- python-psycopg2
|
- python-psycopg2
|
||||||
|
- policycoreutils-python-utils
|
||||||
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
||||||
|
|
||||||
- name: ensure additional packages required for CI buildmaster are installed
|
- name: ensure additional packages required for CI buildmaster are installed
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
- pylint
|
- pylint
|
||||||
- python-pep8
|
- python-pep8
|
||||||
- moreutils
|
- moreutils
|
||||||
|
- policycoreutils-python-utils
|
||||||
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
||||||
|
|
||||||
- name: ensure packages required for CI buildslave are installed (dnf)
|
- name: ensure packages required for CI buildslave are installed (dnf)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue