Update to 2022-03-17 10:00

This commit is contained in:
Daniel Berteaud
2022-03-17 10:00:06 +01:00
parent 9022589d6f
commit 935fee126f
5 changed files with 10 additions and 6 deletions

View File

@@ -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