dnf instead of yum everywhere
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
1a3a9606e3
commit
a75dc7ccd2
4 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
- repo
|
||||
|
||||
- name: install needed packages
|
||||
yum: pkg={{ item }} state=present
|
||||
dnf: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- ghc
|
||||
- ghc-devel
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: install gpg so we can import a key
|
||||
yum: pkg=gpg state=present
|
||||
dnf: pkg=gpg state=present
|
||||
tags:
|
||||
- grafana
|
||||
- packages
|
||||
|
@ -19,7 +19,7 @@
|
|||
- repo
|
||||
|
||||
- name: install grafana
|
||||
yum: pkg=grafana state=present
|
||||
dnf: pkg=grafana state=present
|
||||
tags:
|
||||
- grafana
|
||||
- packages
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: install needed packages
|
||||
yum: pkg={{ item }} state=present
|
||||
dnf: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- graphite-web
|
||||
- python-carbon
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: install needed packages
|
||||
yum: pkg={{ item }} state=present
|
||||
dnf: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- statsd
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue