Skip to content

Commit

Permalink
Remove celery var and set django_manage_services
Browse files Browse the repository at this point in the history
The celery var is already set to true in ansible-django and
django_manage_services has to be set because we'd like to
use the ansible-django task that starts the service

Signed-off-by: Mark Ekisa <[email protected]>
  • Loading branch information
ivermac committed Aug 20, 2020
1 parent 38a7f66 commit 947dfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ dependencies:
django_apt_python_ppa: "{{ kpi_django_apt_python_ppa }}"
django_pip_paths: "{{ kpi_pip_paths }}"
django_pip_packages: "{{ kpi_django_pip_packages }}"
django_enable_celery: "{{ kpi_django_enable_celery }}"
django_venv_path: "{{ kpi_venv_path }}"
django_pid_socks_dir: "{{ kpi_pid_socket_dir }}"
django_pid_file: "{{ kpi_pid_file }}"
django_wsgi_socket: "{{ kpi_socket_file }}"
django_service_group: "{{ kpi_service_group }}"
django_wsgi_group: "{{ kpi_wsgi_group }}"
django_python_packages: "{{ kpi_python_packages }}"
django_manage_services: "{{ kpi_django_manage_services }}"

- role: onaio.collectd
collectd_scripts: "{{ kpi_collectd_scripts }}"
Expand Down

0 comments on commit 947dfc5

Please sign in to comment.