Try this, didn't like the previous syntax.

This commit is contained in:
Kevin Fenzi 2013-08-27 20:47:17 +00:00
parent 1ac234e266
commit 9dd63c9b76

View file

@ -5,7 +5,7 @@
action: command /sbin/grubby --update-kernel=ALL --args=max_loop=64
- name: special pkgs for the x86_64 builders
action: yum state=installed pkg=$item
yum: state=installed pkg=$item
when: is_rhel
with_items:
- kmod-hfsplus
when: is_rhel