From 802c67d4aaf7d425ebef128e13e68d2abadf34a8 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Wed, 19 Feb 2020 16:04:33 +0100 Subject: [PATCH] Revert "copr: try to remove this datacenter condition" This reverts commit 1c79d6bd8a5334b07e4f329746d2cbfe487a86da. --- 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 b45c6ea647..16b1671be7 100644 --- a/playbooks/groups/copr-frontend-cloud.yml +++ b/playbooks/groups/copr-frontend-cloud.yml @@ -28,7 +28,7 @@ - import_tasks: "{{ tasks_path }}/cloud_setup_basic.yml" - name: set hostname (required by some services, at least postfix need it) hostname: name="{{copr_hostbase}}.cloud.fedoraproject.org" - # when: datacenter != "aws" + when: datacenter != "aws" - name: provision instance hosts: copr_front:copr_front_dev:copr_front_dev_aws