this is fedora now so dnf not yum

This commit is contained in:
Kevin Fenzi 2017-05-02 17:46:20 +00:00
parent f7d81f7c54
commit 20ae33f83c

View file

@ -27,7 +27,7 @@
tasks:
- include: "{{ tasks_path }}/yumrepos.yml"
- yum: name={{item}} state=present
- dnf: name={{item}} state=present
with_items:
- git
@ -59,7 +59,7 @@
- src: /srv/git/fedora-hubs/systemd/hubs-webapp.service
dest: /usr/lib/systemd/system/hubs-webapp.service
remote_src: True
- yum: name={{item}} state=present
- dnf: name={{item}} state=present
with_items:
- htop
- tmux