missed a formatting fix in taskotron-client

This commit is contained in:
Tim Flink 2015-10-01 19:18:35 +00:00
parent 4abf07bc65
commit 7400ab8036

View file

@ -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