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