changing conditional to see if it works with taskotron stg

This commit is contained in:
Tim Flink 2016-01-21 01:22:30 +00:00
parent bf0ce486f2
commit 51b077ce2d

View file

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