From 9dd63c9b76fb97a84d059e14015e53f97108139c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 27 Aug 2013 20:47:17 +0000 Subject: [PATCH] Try this, didn't like the previous syntax. --- tasks/koji/builder_kernel_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/koji/builder_kernel_config.yml b/tasks/koji/builder_kernel_config.yml index 1ea3108f6d..64bbeed2d1 100644 --- a/tasks/koji/builder_kernel_config.yml +++ b/tasks/koji/builder_kernel_config.yml @@ -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