Skip to content

Commit

Permalink
[remove] debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dacook committed Dec 6, 2023
1 parent 39e2241 commit 9da8e66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/app/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
- restart postgres
- restart sidekiq

# debugging
- name: check sidekiq
command: "systemctl status sidekiq.service"
- name: check puma
command: "systemctl status puma.service"
- name: check postgres
command: "systemctl status postgres.service"

- name: get l10n repo
git:
repo={{ l10n_repo }}
Expand Down

0 comments on commit 9da8e66

Please sign in to comment.