Skip to content

Commit

Permalink
fix(sentry): Upgrade docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
adityahase committed May 24, 2024
1 parent d8ae061 commit f8848e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
12 changes: 7 additions & 5 deletions press/playbooks/roles/sentry/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
- name: Update APT Cache
apt:
update_cache: yes

- name: Install Docker Compose
get_url:
url: https://github.com/docker/compose/releases/download/v2.6.1/docker-compose-linux-x86_64
checksum: sha256:ed79398562f3a80a5d8c068fde14b0b12101e80b494aabb2b3533eaa10599e0f
dest: /usr/local/bin/docker-compose
mode: 0777
apt:
name: docker-compose-plugin
state: latest

- name: Download Sentry Self Hosting Archive
become: yes
Expand Down
9 changes: 9 additions & 0 deletions press/playbooks/roles/sentry_upgrade/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
---
- name: Update APT Cache
apt:
update_cache: yes

- name: Install Docker Compose
apt:
name: docker-compose-plugin
state: latest

- name: Download Sentry Self Hosting Archive
become: yes
become_user: frappe
Expand Down

0 comments on commit f8848e4

Please sign in to comment.