mirror of
https://github.com/famedly/ansible-collection-dns
synced 2024-11-22 12:03:02 +00:00
fix(powerdns): correct handler name
This commit is contained in:
parent
8f978a1c70
commit
866846038b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
owner: "{{ powerdns_run_uid }}"
|
||||
group: "{{ powerdns_run_gid }}"
|
||||
mode: "0640"
|
||||
notify: Restart-powerdns
|
||||
notify: restart-powerdns
|
||||
|
||||
- name: Ensure docker image is available locally
|
||||
community.docker.docker_image:
|
||||
|
|
Loading…
Reference in a new issue