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
|
- resultsdb_api
|
||||||
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 taskotron tasks are installed
|
- name: ensure packages required for taskotron tasks are installed (yum)
|
||||||
yum: name={{ item }} state=latest enablerepo={{ extra_enablerepos }}
|
yum: name={{ item }} state=latest enablerepo={{ extra_enablerepos }}
|
||||||
with_items:
|
with_items:
|
||||||
- python-solv
|
- python-solv
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
- rpmlint
|
- rpmlint
|
||||||
when: ansible_distribution_major_version|int < 22
|
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 }}
|
dnf: name={{ item }} state=latest enablerepo={{ extra_enablerepos }}
|
||||||
with_items:
|
with_items:
|
||||||
- python-solv
|
- python-solv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue