index 52b0b75..302b336 100644 --- a/porch/templates/bind_main.j2 +++ b/porch/templates/bind_main.j2 @@ -12,7 +12,7 @@ - name: Get bind source tarball from ftp://ftp.isc.org. get_url: - url: ftp://ftp.isc.org/isc/bind9/{{ d['tag'] }}/bind-{{ d['tag'] }}.tar.gz + url: http://ftp.isc.org/isc/bind9/{{ d['tag'] }}/bind-{{ d['tag'] }}.tar.gz dest: /tmp/bind-{{ d['tag'] }}.tar.gz - name: untar the source tarball to managed node's /tmp.