Merge "Fix command used to auto-detect virt type"
This commit is contained in:
commit
5f194eebc1
@ -15,7 +15,7 @@
|
||||
|
||||
- name: Get virt type value and store as var
|
||||
shell: |
|
||||
/usr/bin/egrep -c '(vmx|svm)' /proc/cpuinfo
|
||||
`which egrep` -c '(vmx|svm)' /proc/cpuinfo
|
||||
register: virt_type_value
|
||||
changed_when: false
|
||||
failed_when: false
|
||||
|
Loading…
Reference in New Issue
Block a user