Perhaps the 's are not needed

This commit is contained in:
Kevin Fenzi 2015-12-10 22:44:12 +00:00
parent 286419fbc5
commit e8963309f1

View file

@ -58,4 +58,4 @@
#
- name: setup nested virt on virthosts with nested=true variable
copy: src=kvm_intel.conf dest=/etc/modprobe.d/kvm_intel.conf
when: nested == 'true'
when: nested == true