1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-27 07:33:18 +02:00
2022-03-17 19:00:06 +01:00

6 lines
190 B
YAML

---
- name: Handle ldap2pg timer
systemd: name=ldap2pg.timer state={{ ldap2pg_dry_mode | ternary('stopped', 'started') }} enabled={{ ldap2pg_dry_mode | ternary(False, True) }}
tags: pg