Skip to content

Commit

Permalink
Remove Redis flushing
Browse files Browse the repository at this point in the history
  • Loading branch information
aminst committed Feb 22, 2024
1 parent 6520942 commit 5dbe9ce
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ansible/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@
delegate_to: "{{ item.deploy_host }}"
with_items: "{{ redis_endpoints.endpoints }}"

- name: Flush previous Redis data
ansible.builtin.shell:
cmd: redis-cli FLUSHALL
delegate_to: "{{ item.deploy_host }}"
with_items: "{{ redis_endpoints.endpoints }}"

- name: Build the go executables locally
ansible.builtin.shell:
chdir: "{{ item }}"
Expand Down

0 comments on commit 5dbe9ce

Please sign in to comment.