Rename coredns role

This commit is contained in:
Jake Howard
2024-01-02 17:02:34 +00:00
parent 5581bbc01a
commit 3ed7074af6
5 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,4 @@
- name: restart coredns
shell:
chdir: /opt/coredns
cmd: "{{ docker_update_command }}"