Fix conditional

This commit is contained in:
Kevin Fenzi 2013-11-05 20:49:27 +00:00
parent b680031fbe
commit 6c162cc357

View file

@ -8,4 +8,4 @@
yum: state=installed pkg=$item
with_items:
- kmod-hfsplus
only_if: '$is_rhel'
when: is_rhel == 'True'