Resultsdb: Fix double and condition in playbook

This commit is contained in:
František Zatloukal 2019-02-06 13:13:58 +01:00
parent 5249247e25
commit 1c4de622d2

View file

@ -7,7 +7,7 @@
with_items: with_items:
- resultsdb_frontend - resultsdb_frontend
- python3-mod_wsgi - python3-mod_wsgi
when: ansible_cmdline.ostree is not defined and and deployment_type in ['dev'] when: ansible_cmdline.ostree is not defined and deployment_type in ['dev']
########### ###########
## TODO: remove when transition to buildbot 1.7 is complete ## TODO: remove when transition to buildbot 1.7 is complete