mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Perhaps the 's are not needed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user