From 7bbe8f5b0d1ca8d937cfa8b1d874a20e4119b5e8 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 5 Apr 2023 07:38:54 +1000 Subject: [PATCH] remove-registry-tag: no_log assert Just to be sure, add no_log here. Since the actual authenticated call is no_log too; if this fails you at least know you didn't get the credentials layout right which narrows down the problems the actual call might be facing. Change-Id: Ic7174c10f4e693f6a2c0554dc66ea22fd28d678f --- roles/remove-registry-tag/tasks/docker.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/remove-registry-tag/tasks/docker.yaml b/roles/remove-registry-tag/tasks/docker.yaml index 6bb1a24bf..d68fc71a5 100644 --- a/roles/remove-registry-tag/tasks/docker.yaml +++ b/roles/remove-registry-tag/tasks/docker.yaml @@ -1,4 +1,5 @@ - name: Ensure registry token is set + no_log: true assert: that: > (container_registry_credentials[_registry].username is defined) and