mirror of
https://github.com/famedly/ansible-collection-dns
synced 2024-11-22 20:13:01 +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 }}"
|
owner: "{{ powerdns_run_uid }}"
|
||||||
group: "{{ powerdns_run_gid }}"
|
group: "{{ powerdns_run_gid }}"
|
||||||
mode: "0640"
|
mode: "0640"
|
||||||
notify: Restart-powerdns
|
notify: restart-powerdns
|
||||||
|
|
||||||
- name: Ensure docker image is available locally
|
- name: Ensure docker image is available locally
|
||||||
community.docker.docker_image:
|
community.docker.docker_image:
|
||||||
|
|
Loading…
Reference in a new issue