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 - repo
- name: install needed packages - name: install needed packages
yum: pkg={{ item }} state=present dnf: pkg={{ item }} state=present
with_items: with_items:
- ghc - ghc
- ghc-devel - ghc-devel

View file

@ -1,6 +1,6 @@
--- ---
- name: install gpg so we can import a key - name: install gpg so we can import a key
yum: pkg=gpg state=present dnf: pkg=gpg state=present
tags: tags:
- grafana - grafana
- packages - packages
@ -19,7 +19,7 @@
- repo - repo
- name: install grafana - name: install grafana
yum: pkg=grafana state=present dnf: pkg=grafana state=present
tags: tags:
- grafana - grafana
- packages - packages

View file

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

View file

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