Skip to content

Commit c78380e

Browse files
authored
Allow to run in check mode
1 parent 2167f81 commit c78380e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- name: Verify that Virtualization Technology (VT) is enabled
33
command: grep -c -E 'svm|vmx' /proc/cpuinfo
4+
check_mode: False
45
changed_when: False
56
failed_when: False
67
register: result

0 commit comments

Comments
 (0)