mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
8 lines
226 B
YAML
8 lines
226 B
YAML
---
|
|
|
|
- name: Ensure cyrus is enabled
|
|
set_fact: prosody_modules_enabled={{ prosody_modules_enabled + ['auth_cyrus'] }}
|
|
when: prosody_auth_provider == 'cyrus' and 'auth_cyrus' not in prosody_modules_enabled
|
|
tags: prosody
|
|
|