From 91fb54a2e5e52d789f786fefbe711e7250470437 Mon Sep 17 00:00:00 2001 From: Watson Sato Date: Thu, 16 Sep 2021 19:45:26 +0200 Subject: [PATCH] Force masking of ctrl-alt-del.target Without forcing the remediation it never converges. The target is stopped but not masked. --- .../disable_ctrlaltdel_reboot/ansible/shared.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/linux_os/guide/system/accounts/accounts-physical/disable_ctrlaltdel_reboot/ansible/shared.yml b/linux_os/guide/system/accounts/accounts-physical/disable_ctrlaltdel_reboot/ansible/shared.yml index 8ea1de865ae..30f06a8751c 100644 --- a/linux_os/guide/system/accounts/accounts-physical/disable_ctrlaltdel_reboot/ansible/shared.yml +++ b/linux_os/guide/system/accounts/accounts-physical/disable_ctrlaltdel_reboot/ansible/shared.yml @@ -7,6 +7,7 @@ - name: Disable Ctrl-Alt-Del Reboot Activation systemd: name: ctrl-alt-del.target + force: yes masked: yes state: stopped