From 1cfca1fa4ad13c16eeb78b7cd0e276152da9b62c Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 24 Oct 2023 09:38:11 +0200 Subject: [PATCH] chore: Temporarily disable 'no_log' --- ansible/roles/assets/tasks/manifests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/assets/tasks/manifests.yml b/ansible/roles/assets/tasks/manifests.yml index 18736c8..4769793 100644 --- a/ansible/roles/assets/tasks/manifests.yml +++ b/ansible/roles/assets/tasks/manifests.yml @@ -123,7 +123,7 @@ path: /opt/metacluster/pinniped/local-user-authenticator.yaml regex: '([ ]*image: .*)@.*' replace: '\\1' - no_log: true + # no_log: true # - name: Inject manifests # ansible.builtin.template: