From 0542974bab461012db26e87486b4f0df2e2b55c0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 25 Jan 2014 18:04:45 +0000 Subject: [PATCH] Try this on conditionals. --- tasks/koji/base_builder.yml | 2 +- tasks/koji/builder_kernel_config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/koji/base_builder.yml b/tasks/koji/base_builder.yml index 18dc8c656a..bf08f6aa9e 100644 --- a/tasks/koji/base_builder.yml +++ b/tasks/koji/base_builder.yml @@ -109,7 +109,7 @@ - name: run netapp route command: /etc/sysconfig/network-scripts/ifup-routes eth1 - when: netapproute.stdout.find('10.5.88.0') != -1 + when: netapproute.stdout.find("10.5.88.0") != -1 - name: nfs mount points action: mount name=/mnt/fedora_koji src=vtap-fedora-nfs01.storage.phx2.redhat.com:/vol/fedora_koji fstype=nfs opts=ro,hard,bg,intr,noatime,nodev,nosuid passno=0 dump=0 state=mounted diff --git a/tasks/koji/builder_kernel_config.yml b/tasks/koji/builder_kernel_config.yml index f9fc9aa5df..a16c7ea2fc 100644 --- a/tasks/koji/builder_kernel_config.yml +++ b/tasks/koji/builder_kernel_config.yml @@ -9,7 +9,7 @@ - name: set kernel params for more loops action: command /sbin/grubby --update-kernel=ALL --args=max_loop=64 - when: max_loop.stdout.find('max_loop=64') != -1 + when: max_loop.stdout.find("max_loop=64") != -1 - name: special pkgs for the x86_64 builders yum: state=installed pkg={{ item }}