Skip to content

Commit

Permalink
fix(ansible): remove redundant task to restart celery (already implem…
Browse files Browse the repository at this point in the history
…ented by girder.celery role)
  • Loading branch information
annehaley committed Apr 13, 2024
1 parent add6a64 commit 62c6d14
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,3 @@
chmod 777 /home/ubuntu/celery_project/dev/prod.celery.start.sh
become: true
become_user: root
- name: Restart celery service to pick up any changes
systemd:
state: restarted
daemon_reload: yes
name: celery
become: true
become_user: root

0 comments on commit 62c6d14

Please sign in to comment.