Merge "Fix command used to auto-detect virt type"

This commit is contained in:
Jenkins 2016-01-11 13:57:05 +00:00 committed by Gerrit Code Review
commit 5f194eebc1

View File

@ -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