fix formatting of install directives so taskotron roles match other infra roles

This commit is contained in:
Tim Flink 2015-10-01 19:15:30 +00:00
parent 82b6255157
commit 4abf07bc65
11 changed files with 33 additions and 23 deletions

View file

@ -1,11 +1,12 @@
- name: ensure grokmirror packages are installed
---
- name: ensure grokmirror packages are installed (yum)
yum: name={{ item }} state=latest enablerepo={{ extra_enablerepos }}
with_items:
- git
- python-grokmirror
when: ansible_distribution_major_version|int < 22
- name: ensure grokmirror packages are installed
- name: ensure grokmirror packages are installed (dnf)
dnf: name={{ item }} state=latest enablerepo={{ extra_enablerepos }}
with_items:
- git