Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
force git operations (these refers to cache folder anyway)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski committed Sep 2, 2021
1 parent 1c98266 commit 3304c06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/efk_opendistro_stack/tasks/get_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
version: "{{ elastic_opendistro_version }}"
repo: "{{ elastic_opendistro_repo }}"
dest: "{{ inventory_dir }}/.resources/opendistro-build"
force: yes
1 change: 1 addition & 0 deletions roles/iter8/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
version: "{{ iter8_version }}"
repo: "{{ iter8_repo }}"
dest: "{{ inventory_dir }}/.resources/iter8"
force: yes
when: iter8_source_dir is undefined

- name: Set Iter8 Directory
Expand Down
1 change: 1 addition & 0 deletions roles/postgres_operator/tasks/get_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
version: "{{ postgres_operator_version }}"
repo: "{{ postgres_operator_repo }}"
dest: "{{ inventory_dir }}/.resources/postgres-operator"
force: yes
1 change: 1 addition & 0 deletions roles/seldon_core/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
version: "{{ seldon_core_version }}"
repo: "{{ seldon_core_repo }}"
dest: "{{ inventory_dir }}/.resources/seldon-core"
force: yes
when: seldon_core_source_dir is undefined

- name: Set Seldon Core Directory
Expand Down

0 comments on commit 3304c06

Please sign in to comment.