websockify: Fix restart handler calls
This commit is contained in:
parent
3d23a18c0b
commit
2c7799e2f2
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
mode: 0640
|
||||
owner: root
|
||||
group: websock
|
||||
notify: restart websockify
|
||||
notify: Restart websockify
|
||||
|
||||
- name: Create startup script
|
||||
ansible.builtin.copy:
|
||||
|
@ -35,7 +35,7 @@
|
|||
mode: 0555
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
notify: restart websockify
|
||||
notify: Restart websockify
|
||||
|
||||
- name: Enable service
|
||||
ansible.builtin.service:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue