Try this, didn't like the previous syntax.
This commit is contained in:
parent
1ac234e266
commit
9dd63c9b76
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
action: command /sbin/grubby --update-kernel=ALL --args=max_loop=64
|
action: command /sbin/grubby --update-kernel=ALL --args=max_loop=64
|
||||||
|
|
||||||
- name: special pkgs for the x86_64 builders
|
- name: special pkgs for the x86_64 builders
|
||||||
action: yum state=installed pkg=$item
|
yum: state=installed pkg=$item
|
||||||
|
when: is_rhel
|
||||||
with_items:
|
with_items:
|
||||||
- kmod-hfsplus
|
- kmod-hfsplus
|
||||||
when: is_rhel
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue