Move the quoting a bit.

This commit is contained in:
Kevin Fenzi 2016-02-10 00:46:05 +00:00
parent 2441fc5a5b
commit eb54b45caf

View file

@ -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.