We need dnf on f23 hosts

This commit is contained in:
Kevin Fenzi 2015-11-09 17:24:35 +00:00
parent f5de07b72d
commit 2110970a6d

View file

@ -3,7 +3,7 @@
# Setup watchdog
#
- name: install needed packages
yum: pkg={{ item }} state=present
package: pkg={{ item }} state=present
with_items:
- watchdog
tags: