From ebd560cf603c5cda1291dc5418096ae2143b1d7d Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 19 Feb 2020 22:21:31 +0100 Subject: [PATCH] copr: be: playbook typo --- playbooks/groups/copr-backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/copr-backend.yml b/playbooks/groups/copr-backend.yml index 6c6a41f817..963d3187a0 100644 --- a/playbooks/groups/copr-backend.yml +++ b/playbooks/groups/copr-backend.yml @@ -10,10 +10,10 @@ - /srv/private/ansible/files/openstack/passwords.yml tasks: - import_tasks: "{{ tasks_path }}/persistent_cloud.yml" - when: datacenter != aws + when: datacenter != 'aws' - import_tasks: "{{ tasks_path }}/aws_cloud.yml" - when: datacenter == aws + when: datacenter == 'aws' - name: cloud basic setup hosts: copr_back_dev:copr_back_stg:copr_back:copr_back_dev_aws