Commit e9b8becf by Kevin Falcone Committed by GitHub

Merge pull request #4072 from edx/jibsheet/retry-splunkforwarder-download

We get S3 timeouts a few times a week
parents 4785e261 600992d2
......@@ -37,6 +37,7 @@
dest: "/tmp/{{ SPLUNKFORWARDER_DEB }}"
url: "{{ SPLUNKFORWARDER_PACKAGE_URL }}"
register: download_deb
retries: 5
- name: Install splunk forwarder
shell: "gdebi -nq /tmp/{{ SPLUNKFORWARDER_DEB }}"
......
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