mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 14:43:29 +02:00
6 lines
218 B
YAML
6 lines
218 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Handle ldap2pg timer
|
||
|
systemd: name=ldap2pg.timer state={{ (ldap2pg_sync_freq == 'never') | ternary('stopped', 'started') }} enabled={{ (ldap2pg_sync_freq == 'never') | ternary(False, True) }}
|
||
|
tags: pg
|