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
|
||||
|
||||
- name: restart zammad
|
||||
ansible.builtin.systemd:
|
||||
name: zammad*
|
||||
state: restarted
|
||||
ansible.builtin.command: systemctl restart zammad*
|
||||
|
||||
- name: restart opensearch
|
||||
ansible.builtin.service:
|
||||
|
|
Loading…
Reference in a new issue