Fix syntax
This commit is contained in:
parent
aebe90cc65
commit
286419fbc5
1 changed files with 1 additions and 1 deletions
|
@ -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 is true
|
||||
when: nested == 'true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue