From b4f510f7ce60e765170860c50ae1f26d6ab8e4c6 Mon Sep 17 00:00:00 2001 From: Florent CARLI Date: Tue, 5 May 2026 13:05:24 +0200 Subject: [PATCH] hardening: bug cephadm account force_cephadm is the variable used in the inventory, but the correct variable to determine whether we are using cephadm is is_using_cephadm. Signed-off-by: Florent CARLI --- roles/debian_hardening_physical_machine/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/debian_hardening_physical_machine/tasks/main.yml b/roles/debian_hardening_physical_machine/tasks/main.yml index 2f31e3592..4e6cea97a 100644 --- a/roles/debian_hardening_physical_machine/tasks/main.yml +++ b/roles/debian_hardening_physical_machine/tasks/main.yml @@ -48,7 +48,7 @@ when: - not revert - cluster_ip_addr is defined - - force_cephadm | default(false) + - is_using_cephadm | default(false) - name: Adding Debian-snmp user to group privileged ansible.builtin.user: