From c8c2bbf51a7826b219ce764d92dccbd97323a052 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Mon, 29 Nov 2021 15:15:21 +0100 Subject: [PATCH] aws_cloud: don't include basessh role It should be redundant and we observe strage things such as 4x removing and adding ssh keys, having to manualy confirm "Are you sure you want to continue connecting (yes/no/[fingerprint])?" and so on. Let's try to disable the role. --- tasks/aws_cloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/aws_cloud.yml b/tasks/aws_cloud.yml index 9a22e93a21..601110d203 100644 --- a/tasks/aws_cloud.yml +++ b/tasks/aws_cloud.yml @@ -72,5 +72,5 @@ - birthday is defined - facts is failed -- name: Include SSH config - import_role: name=basessh +# - name: Include SSH config +# import_role: name=basessh