changing conditional to see if it works with taskotron stg
This commit is contained in:
parent
bf0ce486f2
commit
51b077ce2d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
- python-fedora
|
||||
- python-doit
|
||||
- python-rpmfluff
|
||||
when: (deployment_type in ['qa-stg']) and (ansible_distribution_major_version|int > 21) and (ansible_cmdline.ostree is not defined)
|
||||
when: (deployment_type == 'qa-stg') and (ansible_distribution_major_version|int > 21) and (ansible_cmdline.ostree is not defined)
|
||||
|
||||
- name: add the buildslave user for taskotron
|
||||
user: name=buildslave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue