refactor(ldap): Add annotation in ldap roles file

the reason why task doesn't use init logic which uses .init file
This commit is contained in:
2026-04-17 14:09:17 +09:00
parent dbd72f43a4
commit 6377a56d95

View File

@@ -55,6 +55,8 @@
no_log: true
- name: Initiate ldap (When = false, If DB data does not exist in postgresql, activate this block)
# The reason why this task doesn't use the way to check ".init" file is this tasks can override original database.
# Absent of ".init" file cannot guarantee DB is empty.
when: false
become: true
block: