mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2022-03-17 09:00
This commit is contained in:
5
roles/ldap2pg/tasks/services.yml
Normal file
5
roles/ldap2pg/tasks/services.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
|
||||
- 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
|
Reference in New Issue
Block a user