openQA: update some branch names to 'main' not 'master'

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-06-01 13:38:42 -07:00
parent 0029b86d94
commit ca112a1922
3 changed files with 3 additions and 3 deletions

View file

@ -201,7 +201,7 @@
dest: /root/fedora_openqa
register: gittools
# case of the 'n' seems inconstant, so intentionally omitted
when: "(toolsbranch.stderr.find('ot a git repository') != -1) or (toolsbranch.stdout.find('On branch master') != -1)"
when: "(toolsbranch.stderr.find('ot a git repository') != -1) or (toolsbranch.stdout.find('On branch main') != -1)"
- name: Check if fedora_openqa is installed for current Python
command: "pip show fedora_openqa"