mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 15:13:20 +02:00
10 lines
178 B
Django/Jinja
10 lines
178 B
Django/Jinja
[Unit]
|
|
Description=Sync postgres role from LDAP
|
|
|
|
[Timer]
|
|
OnCalendar={{ (ldap2pg_sync_freq == 'never') | ternary('daily', ldap2pg_sync_freq) }}
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|