cloudalchemy / ansible-coredns

Ansible provisioning of CoreDNS
MIT License
29 stars 19 forks source link

Fix download and unpack #58

Closed SuperQ closed 2 years ago

SuperQ commented 2 years ago

Create a version/arch directory in /tmp to unpack coredns since the tar file does not include a path. This avoids sending the wrong version/arch to target machines.

Signed-off-by: SuperQ superq@gmail.com