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