switch to using package instead of dnf to manage EL vs fedora

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-10-24 16:54:31 +00:00
parent 5108cfe915
commit 6b89cde78f

View file

@ -3,7 +3,7 @@
#
- name: Install required packages
dnf: name="{{ item }}" state=installed
package: name="{{ item }}" state=installed
with_items:
- ansible
- git