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
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
tags: dns
|
tags: dns
|
||||||
notify: restart unbound
|
notify: Restart unbound
|
||||||
with_items:
|
with_items:
|
||||||
- 26.20.172.in-addr.arpa
|
- 26.20.172.in-addr.arpa
|
||||||
- cam.foo.sh
|
- cam.foo.sh
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
notify: restart apache
|
notify: Restart apache
|
||||||
|
|
||||||
- name: enable ntp server for cam network
|
- name: enable ntp server for cam network
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Loading…
Add table
Reference in a new issue