cloudalchemy / ansible-coredns

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

role requires gtar on host #7

Closed tigerquoll closed 5 years ago

tigerquoll commented 5 years ago

centos minimal install does not have gtar, so the following error is produced: TASK [cloudalchemy.coredns : Unpack coredns binary] *** fatal: [coredns -> localhost]: FAILED! => {"changed": false, "msg": "Failed to find handler for \"/var/root/.ansible/tmp/ansible-tmp-1559537922.9-262484430401977/source\". Make sure the required command to extract the file is installed. Command \"/usr/bin/tar\" detected as tar type bsd. GNU tar required. Command \"/usr/bin/unzip\" could not handle archive."}

tigerquoll commented 5 years ago

Ansible host was macOS, which was missing gnu-tar. 'brew install gnu-tar' allowed things to install ok.

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.