From 1c4de622d2c8a3cab2a15da1a581313272b6bb35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Wed, 6 Feb 2019 13:13:58 +0100 Subject: [PATCH] Resultsdb: Fix double and condition in playbook --- roles/taskotron/resultsdb-frontend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/resultsdb-frontend/tasks/main.yml b/roles/taskotron/resultsdb-frontend/tasks/main.yml index aef3841365..b3a296d5e0 100644 --- a/roles/taskotron/resultsdb-frontend/tasks/main.yml +++ b/roles/taskotron/resultsdb-frontend/tasks/main.yml @@ -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