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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue