From 7aa0039cae036729ee7d815b5eeb19ee256a738b Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 17 Apr 2020 09:45:18 +0200 Subject: [PATCH] copr-fe: always execute aws_cloud tasks This is needed to fix playbook run with `-t config`. --- playbooks/groups/copr-frontend-cloud.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/groups/copr-frontend-cloud.yml b/playbooks/groups/copr-frontend-cloud.yml index 07a43d6a26..37902eb460 100644 --- a/playbooks/groups/copr-frontend-cloud.yml +++ b/playbooks/groups/copr-frontend-cloud.yml @@ -15,6 +15,8 @@ - import_tasks: "{{ tasks_path }}/aws_cloud.yml" when: datacenter == "aws" + tags: always + - import_tasks: "{{ tasks_path }}/swap.yml" when: - datacenter == 'aws'