Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Commit

Permalink
Remove all run_once (#59)
Browse files Browse the repository at this point in the history
[minor]
  • Loading branch information
TheLastProject authored and paulfantom committed Jul 11, 2019
1 parent 740c00e commit f57f277
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
dest: "/tmp/restic_{{ restic_version }}_{{ ansible_system | lower }}_{{ go_arch }}.bz2"
checksum: "sha256:{{ restic_checksum }}"
delegate_to: localhost
run_once: true
check_mode: false

- name: Decompress the binary
Expand All @@ -61,7 +60,6 @@
args:
creates: "/tmp/restic_{{ restic_version }}_{{ go_arch }}"
delegate_to: localhost
run_once: true
check_mode: false

- name: Propagate restic binary
Expand Down
2 changes: 0 additions & 2 deletions tasks/preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
register: _latest_release
until: _latest_release.status == 200
retries: 5
run_once: true
delegate_to: localhost

- name: "Set restic version to {{ _latest_release.json.tag_name[1:] }}"
Expand All @@ -22,7 +21,6 @@
- name: Get checksum list from github
set_fact:
_checksums: "{{ lookup('url', 'https://github.com/restic/restic/releases/download/v' + restic_version + '/SHA256SUMS', wantlist=True) | list }}"
run_once: true
delegate_to: localhost

- name: "Get checksum for {{ go_arch }} architecture"
Expand Down

0 comments on commit f57f277

Please sign in to comment.