Added logout pages to some applications

This commit is contained in:
2025-07-22 18:49:23 +02:00
parent d94254effb
commit 3bc64023af
5 changed files with 18 additions and 1 deletions

View File

@@ -50,6 +50,6 @@
changed_when: "'adding new entry' in ldapadd_result.stdout"
failed_when: ldapadd_result.rc not in [0, 20, 68, 65]
listen:
- "Import data LDIF files"
- "Import groups LDIF files"
- "Import all LDIF files"
loop: "{{ query('fileglob', role_path ~ '/templates/ldif/groups/*.j2') | sort }}"