fix formatting of install directives so taskotron roles match other infra roles
This commit is contained in:
parent
82b6255157
commit
4abf07bc65
11 changed files with 33 additions and 23 deletions
|
@ -2,14 +2,14 @@
|
|||
# this way, we can get away with a single ip and ssl cert instead of
|
||||
# one for taskotron and one for resultsdb. The url scheme also stays
|
||||
# closer to stg/prod
|
||||
|
||||
- name: ensure packages required for proxying are installedc
|
||||
---
|
||||
- name: ensure packages required for proxying are installed (yum)
|
||||
yum: name={{ item }} state=latest enablerepo={{ extra_enablerepos }}
|
||||
with_items:
|
||||
- libsemanage-python
|
||||
when: ansible_distribution_major_version|int < 22
|
||||
|
||||
- name: ensure packages required for proxying are installedc
|
||||
- name: ensure packages required for proxying are installed (dnf)
|
||||
dnf: name={{ item }} state=latest enablerepo={{ extra_enablerepos }}
|
||||
with_items:
|
||||
- libsemanage-python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue