dnf instead of yum everywhere

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2016-06-29 12:38:14 +00:00
parent 1a3a9606e3
commit a75dc7ccd2
4 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@
- repo
- name: install needed packages
yum: pkg={{ item }} state=present
dnf: pkg={{ item }} state=present
with_items:
- ghc
- ghc-devel

View file

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

View file

@ -1,6 +1,6 @@
---
- name: install needed packages
yum: pkg={{ item }} state=present
dnf: pkg={{ item }} state=present
with_items:
- graphite-web
- python-carbon

View file

@ -1,6 +1,6 @@
---
- name: install needed packages
yum: pkg={{ item }} state=present
dnf: pkg={{ item }} state=present
with_items:
- statsd
tags: