From a6cb30ca27dc6559bbd7d130f1a131ea850d93fc Mon Sep 17 00:00:00 2001 From: Mao-hsiang Lien Date: Thu, 6 Jan 2022 17:54:23 +0100 Subject: [PATCH] Remove single quote becasue got error when provision in ansible task --- tasks/run_kops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/run_kops.yml b/tasks/run_kops.yml index f15a070..84e801c 100644 --- a/tasks/run_kops.yml +++ b/tasks/run_kops.yml @@ -250,7 +250,7 @@ if [ -n "${BOTO_PROFILE}" ]; then export AWS_PROFILE="{{ kops_aws_profile | default('') }}"; fi - # Don't fail to remove no exist secret + # Dont fail to remove non-exist secret kops delete secret secret dockerconfig \ --state s3://{{ cluster.s3_bucket_name }} \ --name {{ cluster.name }} || true