Change yum to package for fedora28

Change-Id: If32559dc537158b197dc37db3d0079299345b1ae
This commit is contained in:
Sagi Shnaidman
2019-03-13 14:41:53 +02:00
parent ba7f19f366
commit b79a57e812

View File

@@ -45,5 +45,7 @@
create: true
- name: Install ipmitool if not installed
yum: name=ipmitool state=latest
package:
name: ipmitool
state: latest
become: true