Skip to content

Commit

Permalink
Fix celery user and group default
Browse files Browse the repository at this point in the history
  • Loading branch information
storax committed Aug 1, 2015
1 parent 046957c commit fdb8eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/celery/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

celery_user: "{{ gunicorn_user }}"
celery_group: "{{ gunicorn_group }}"
celery_user: "{{ web_user }}"
celery_group: "{{ web_group }}"

celery_application_name: celery
celery_scripts_dir: "{{ virtualenv_path }}/scripts/celery"
Expand Down

0 comments on commit fdb8eca

Please sign in to comment.