Commit b06341ad authored by Rafael Monnerat's avatar Rafael Monnerat

Workarround file download on https on debian 8.

parent fd0b74c4
......@@ -41,7 +41,7 @@
when: hostname_file.stat.exists == True
- name: setting cluster
get_url: url="{{ lookup('file', '/tmp/cluster.hash') }}/hosts" dest=/tmp/hosts mode=666 validate_certs=no
shell: wget --no-check-certificate "{{ lookup('file', '/tmp/cluster.hash') }}/hosts" -O /tmp/hosts
when: cluster_hash.stat.exists == True
- name: stat /tmp/hosts
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment