From 8c2ffe6724e565495f26ba0f171bff8b8cdde574 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Thu, 20 Feb 2020 00:19:11 +0100 Subject: [PATCH] copr: typo, missing quotes --- playbooks/groups/copr-frontend-cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/copr-frontend-cloud.yml b/playbooks/groups/copr-frontend-cloud.yml index a29f32797a..f4965f040e 100644 --- a/playbooks/groups/copr-frontend-cloud.yml +++ b/playbooks/groups/copr-frontend-cloud.yml @@ -14,7 +14,7 @@ when: datacenter != "aws" - import_tasks: "{{ tasks_path }}/aws_cloud.yml" - when: datacenter == aws + when: datacenter == "aws" - name: cloud basic setup hosts: copr_front_dev:copr_front:copr_front_dev_aws