Skip to content

Commit

Permalink
Switch variables
Browse files Browse the repository at this point in the history
Also fix jinja linting
  • Loading branch information
johanvdw committed Oct 23, 2023
1 parent a338a03 commit 3e320c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pretalx_database_port: 5432
pretalx_staticfiles_directory: /usr/share/webapps/pretalx{{ pretalx_instance_identifier }}/static/
pretalx_data_dir: /usr/share/webapps/pretalx{{ pretalx_instance_identifier }}/data/
pretalx_media_dir: /usr/share/webapps/pretalx{{ pretalx_instance_identifier }}/media/
pretalx_python: "{{ pretalx_virtualenv }}/bin/virtualenv"
pretalx_virtualenv: /usr/share/webapps/pretalx{{ pretalx_instance_identifier }}/venv/
pretalx_python: "{{ pretalx_virtualenv }}/bin/virtualenv"
pretalx_webserver_group: http
pretalx_domain: localhost
pretalx_url: https://{{ pretalx_domain }}
Expand Down
2 changes: 1 addition & 1 deletion tasks/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
pip:
name: "pretalx{{ pretalx_extra }}"
state: latest # noqa package-latest
virtualenv: "{{ pretalx_virtualenv }}"
virtualenv: "{{ pretalx_virtualenv }}"
notify:
- Restart pretalx service
- Restart worker service
Expand Down

0 comments on commit 3e320c6

Please sign in to comment.