From eb54b45cafd1a75b1289b2e18cfdb7c51e03f4b2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 10 Feb 2016 00:46:05 +0000 Subject: [PATCH] Move the quoting a bit. --- inventory/group_vars/all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/all b/inventory/group_vars/all index b8ad651a20..4348d620a6 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -81,8 +81,8 @@ virt_install_command_rhel6: /usr/sbin/virt-install -n {{ inventory_hostname }} hostname={{ inventory_hostname }}" --network=bridge=br0 --autostart --noautoconsole --watchdog default -max_mem_size: "{{ mem_size }} * 5" -max_cpu: "{{ num_cpus }} * 5" +max_mem_size: "{{ mem_size }}" * 5 +max_cpu: "{{ num_cpus }}" * 5 # This is the wildcard certname for our proxies. It has a different name for # the staging group and is used in the proxies.yml playbook.