Rename coredns role
This commit is contained in:
4
ansible/roles/coredns_docker_proxy/handlers/main.yml
Normal file
4
ansible/roles/coredns_docker_proxy/handlers/main.yml
Normal file
@ -0,0 +1,4 @@
|
||||
- name: restart coredns
|
||||
shell:
|
||||
chdir: /opt/coredns
|
||||
cmd: "{{ docker_update_command }}"
|
Reference in New Issue
Block a user