Pass template to copy

This commit is contained in:
Dryusdan 2024-02-26 17:32:49 +01:00
parent 3bd928c10b
commit e545d924af

View file

@ -1,6 +1,6 @@
---
- name: Copy configuration file
template:
ansible.builtin.copy:
src: "{{ coredns_config_file }}"
dest: /etc/coredns/Corefile
owner: root