Fix restart handler calls from zm playbook
This commit is contained in:
parent
3d77c2f324
commit
c79e34d94b
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
tags: dns
|
||||
notify: restart unbound
|
||||
notify: Restart unbound
|
||||
with_items:
|
||||
- 26.20.172.in-addr.arpa
|
||||
- cam.foo.sh
|
||||
|
@ -77,7 +77,7 @@
|
|||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
notify: restart apache
|
||||
notify: Restart apache
|
||||
|
||||
- name: enable ntp server for cam network
|
||||
lineinfile:
|
||||
|
|
Loading…
Add table
Reference in a new issue