zammad: Fix handler
Ansibles' systemd module doesn't support wildcards
This commit is contained in:
parent
457d148c67
commit
969493b4c7
1 changed files with 1 additions and 3 deletions
|
@ -21,9 +21,7 @@
|
||||||
state: reloaded
|
state: reloaded
|
||||||
|
|
||||||
- name: restart zammad
|
- name: restart zammad
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.command: systemctl restart zammad*
|
||||||
name: zammad*
|
|
||||||
state: restarted
|
|
||||||
|
|
||||||
- name: restart opensearch
|
- name: restart opensearch
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
|
|
Loading…
Reference in a new issue