missed a formatting fix in taskotron-client
This commit is contained in:
parent
4abf07bc65
commit
7400ab8036
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
- resultsdb_api
|
||||
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
||||
|
||||
- name: ensure packages required for taskotron tasks are installed
|
||||
- name: ensure packages required for taskotron tasks are installed (yum)
|
||||
yum: name={{ item }} state=latest enablerepo={{ extra_enablerepos }}
|
||||
with_items:
|
||||
- python-solv
|
||||
|
@ -24,7 +24,7 @@
|
|||
- rpmlint
|
||||
when: ansible_distribution_major_version|int < 22
|
||||
|
||||
- name: ensure packages required for taskotron tasks are installed (f22+)
|
||||
- name: ensure packages required for taskotron tasks are installed (dnf)
|
||||
dnf: name={{ item }} state=latest enablerepo={{ extra_enablerepos }}
|
||||
with_items:
|
||||
- python-solv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue