diff --git a/linux-config-centralized-auth.yaml b/linux-config-centralized-auth.yaml index 2e4b5d1..c842da0 100644 --- a/linux-config-centralized-auth.yaml +++ b/linux-config-centralized-auth.yaml @@ -7,6 +7,11 @@ tasks: + - name: "[CONFIG CENTRALIZED AUTH] Comprobando si es necesario configurar centralized auth" + debug: + msg: "No es necesario configurar centralized auth en la máquina" + when: centralized-auth_enabled is not defined or not centralized-auth_enabled + - name: "[CONFIG CENTRALIZED AUTH] Config centralized auth" import_role: name: config-centralized-auth \ No newline at end of file