From e52f2ee4960042b546963de2aa16382b46e9aff5 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Wed, 19 Feb 2020 16:02:11 +0100 Subject: [PATCH] copr: try to remove this datacenter condition --- 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 16b1671be7..b45c6ea647 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