We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2167f81 commit c78380eCopy full SHA for c78380e
tasks/validate.yml
@@ -1,6 +1,7 @@
1
---
2
- name: Verify that Virtualization Technology (VT) is enabled
3
command: grep -c -E 'svm|vmx' /proc/cpuinfo
4
+ check_mode: False
5
changed_when: False
6
failed_when: False
7
register: result
0 commit comments