commit | df251d57bafe21b9788c4c7e511e5d5519132c6e | [log] [tgz] |
---|---|---|
author | Fatih Degirmenci <fdegir@gmail.com> | Wed Dec 11 13:43:10 2019 +0100 |
committer | Fatih Degirmenci <fdegir@gmail.com> | Sun Apr 19 18:12:31 2020 +0000 |
tree | c41cfd4c8b6d68eb2c226968e394ed6357ad6f0c | |
parent | 766f23c80f49a046311eb85b1670a588be570af2 [diff] [blame] |
Fix ansible-lint warnings Change-Id: I4980b5577984f673eec23ce9a07fccf26fbcd875
diff --git a/playbooks/roles/prepare-libvirt/tasks/main.yml b/playbooks/roles/prepare-libvirt/tasks/main.yml index 203675d..593613b 100644 --- a/playbooks/roles/prepare-libvirt/tasks/main.yml +++ b/playbooks/roles/prepare-libvirt/tasks/main.yml
@@ -61,9 +61,9 @@ - name: "Place sgabios.bin" command: cp /usr/share/misc/sgabios.bin /usr/share/qemu/sgabios.bin - when: > - test_sgabios_qemu == false and - test_sgabios_misc == true + when: + - not test_sgabios_qemu + - test_sgabios_misc # NOTE(TheJulia): In order to prevent conflicts, stop # dnsmasq to prevent conflicts with libvirt restarting.