Whoops, == not =
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ce4335f042
commit
8969b508a8
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
|||
register: gittests
|
||||
become: true
|
||||
become_user: geekotest
|
||||
when: "(testsbranch.stderr.find('Not a git repository') != -1) or (testsbranch.stdout.find('On branch master') != -1 and testsbranch.stdout.find('Changes not staged') = -1)"
|
||||
when: "(testsbranch.stderr.find('Not a git repository') != -1) or (testsbranch.stdout.find('On branch master') != -1 and testsbranch.stdout.find('Changes not staged') == -1)"
|
||||
|
||||
- name: Remove old openqa_fedora_tools checkout
|
||||
file: path=/root/openqa_fedora_tools state=absent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue