Remove mentions of ara_wsgi_configure_service in the role

That variable existed in a previous iteration of the role.
Clean it up.

Change-Id: I09f41d12173832ed5a55c34f256d07c1b8ee44b2
This commit is contained in:
David Moreau Simard 2019-03-06 17:17:53 -05:00
parent c6baa2249f
commit b0858abde1
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621

View File

@ -74,7 +74,6 @@ Install ARA and set up the API to be served by a persistent gunicorn service::
vars:
ansible_python_interpreter: /usr/bin/python3
ara_wsgi_server: gunicorn
ara_wsgi_configure_service: true
roles:
- ara
@ -89,7 +88,6 @@ Install ARA and set up the API to be served by nginx in front of gunicorn::
ansible_python_interpreter: /usr/bin/python3
ara_web_server: nginx
ara_wsgi_server: gunicorn
ara_wsgi_configure_service: true
ara_www_dir: /var/www/ara
ara_api_fqdn: api.ara.example.org
ara_allowed_hosts: