Refs #8025: Refactor-awx - rol Debian-base - Task grub_startup. Add no_log: true to hide hash #40
|
@ -20,6 +20,7 @@
|
||||||
mode: u=rwx,g=rx,o=rx
|
mode: u=rwx,g=rx,o=rx
|
||||||
register: grubunrestricted
|
register: grubunrestricted
|
||||||
- name: Search grub password in Passbolt
|
- name: Search grub password in Passbolt
|
||||||
|
no_log: true
|
||||||
set_fact:
|
set_fact:
|
||||||
grub_code: "{{ lookup(passbolt, 'grub', folder_parent_id=passbolt_folder).description }}"
|
grub_code: "{{ lookup(passbolt, 'grub', folder_parent_id=passbolt_folder).description }}"
|
||||||
- name: GRUB edit password protection
|
- name: GRUB edit password protection
|
||||||
|
|
Loading…
Reference in New Issue