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
|
mode: 0640
|
||||||
owner: root
|
owner: root
|
||||||
group: websock
|
group: websock
|
||||||
notify: restart websockify
|
notify: Restart websockify
|
||||||
|
|
||||||
- name: Create startup script
|
- name: Create startup script
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
mode: 0555
|
mode: 0555
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
notify: restart websockify
|
notify: Restart websockify
|
||||||
|
|
||||||
- name: Enable service
|
- name: Enable service
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue