mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-10-29 01:41:36 +01:00
10 lines
157 B
YAML
10 lines
157 B
YAML
|
|
---
|
||
|
|
|
||
|
|
- include: facts.yml
|
||
|
|
|
||
|
|
- include: zmldapsync.yml
|
||
|
|
when: zcs_i_am_primary_ldap == True
|
||
|
|
|
||
|
|
- include: cas.yml
|
||
|
|
when: "'mailbox' in zcs_enabled_components"
|