Skip to content

Commit

Permalink
Merge pull request #5542 from freedomofpress/5540-increase-timeout-on…
Browse files Browse the repository at this point in the history
…-ossec-fetch

Increase timeout on OSSEC fetch tasks
  • Loading branch information
zenmonkeykstop authored Sep 29, 2020
2 parents 835d42b + 0653c10 commit f81e415
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@
url: "{{ ossec_tarball_url }}"
dest: "{{ build_path }}/{{ ossec_tarball_filename }}"
checksum: "{{ ossec_source_checksum }}"
timeout: "30"

- name: Download OSSEC signature.
get_url:
url: "{{ ossec_signature_url }}"
dest: "{{ build_path }}/{{ ossec_signature_filename }}"
timeout: "30"

- name: Copy OSSEC archive GPG key.
copy: src=../files/OSSEC-ARCHIVE-KEY.asc dest=/tmp/OSSEC-ARCHIVE-KEY.asc
Expand Down

0 comments on commit f81e415

Please sign in to comment.