fix: use better name for task
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2022-12-28 22:02:46 +01:00
parent d512b648a0
commit 889e7b70af
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -10,7 +10,7 @@
msg: "Intel VMX or AMD SVE not enabled" msg: "Intel VMX or AMD SVE not enabled"
when: "'vmx' not in cpu_info.stdout and 'svm' not in cpu_info.stdout" when: "'vmx' not in cpu_info.stdout and 'svm' not in cpu_info.stdout"
- name: Load variables - name: Include OS-specific variables
include_vars: "{{ ansible_os_family }}.yml" include_vars: "{{ ansible_os_family }}.yml"
- name: Add virt-manager to list of kvm packages - name: Add virt-manager to list of kvm packages