Resultsdb: Fix double and condition in playbook
This commit is contained in:
parent
5249247e25
commit
1c4de622d2
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
with_items:
|
||||
- resultsdb_frontend
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue