openqa: Fix a check in createhdds worker
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
672bf06b04
commit
fdecceb571
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
- name: Change SMT setting if necessary
|
||||
command: "ppc64_cpu --smt=off"
|
||||
when: "smtcheck is defined and smtcheck.stdout.find('is off') == -1"
|
||||
when: "smtcheck.stdout is defined and smtcheck.stdout.find('is off') == -1"
|
||||
|
||||
- name: Check out createhdds
|
||||
git:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue