From cae5ec6c59c44ebc6c5c5121287e55d19c73f97e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavi=20Lle=C3=B3=20Tom=C3=A1s?= Date: Fri, 25 Oct 2024 14:02:03 +0200 Subject: [PATCH] Refs #8025: Refactor-awx - rol Debian-base - Task grub_startup. Add no_log: true to hide hash --- roles/debian-base/tasks/grub_startup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/debian-base/tasks/grub_startup.yml b/roles/debian-base/tasks/grub_startup.yml index a47d03c..cbc6173 100644 --- a/roles/debian-base/tasks/grub_startup.yml +++ b/roles/debian-base/tasks/grub_startup.yml @@ -20,6 +20,7 @@ mode: u=rwx,g=rx,o=rx register: grubunrestricted - name: Search grub password in Passbolt + no_log: true set_fact: grub_code: "{{ lookup(passbolt, 'grub', folder_parent_id=passbolt_folder).description }}" - name: GRUB edit password protection