mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-03-17 10:00
This commit is contained in:
@@ -12,4 +12,10 @@
|
||||
notify:
|
||||
- restart ldap2pg.service
|
||||
- restart ldap2pg.timer
|
||||
register: ldap2pg_units
|
||||
tags: pg
|
||||
|
||||
- name: Reload systemd
|
||||
systemd: daemon_reload=True
|
||||
when: ldap2Pg_units.results | selectattr('changed','equalto',True) | list | length > 0
|
||||
tags: pg
|
||||
|
Reference in New Issue
Block a user