From f5f3c831048b33268c68d5c26a5142cfb5d6dd25 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 18 Nov 2020 10:17:33 +0100 Subject: [PATCH] aws-cloud: drop postfix hack As we won't run the playbooks against IPs anymore. --- tasks/aws_cloud.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tasks/aws_cloud.yml b/tasks/aws_cloud.yml index ad12dd1a07..d773aad572 100644 --- a/tasks/aws_cloud.yml +++ b/tasks/aws_cloud.yml @@ -140,8 +140,3 @@ - name: Include SSH config import_role: name=basessh - -# we need this to allow initial postfix service start -- name: setup a temporary hostname - hostname: name={{ inventory_hostname }} - when: birthday is defined