Skip to content
Snippets Groups Projects
Commit 87422fc0 authored by Lars Beckers's avatar Lars Beckers
Browse files

acmebot, uwsgi-python, debian-repo: fix linter issues

parent 27092c00
Branches
No related tags found
No related merge requests found
......@@ -94,4 +94,3 @@
src: /opt/acmebot/logrotate.d/acmebot
dest: /etc/logrotate.d/acmebot
state: link
......@@ -22,4 +22,3 @@
shell: /usr/bin/nologin
createhome: false
state: present
......@@ -9,9 +9,11 @@
group: "{{app_group}}"
- name: ensure data model upgrades are applied # noqa 301
shell: "FLASK_APP={{app_program}} {{app_venv}}/bin/flask db upgrade"
command: "{{app_venv}}/bin/flask db upgrade"
args:
chdir: "{{app_path}}"
environment:
FLASK_APP: "{{app_program}}"
become: true
become_user: "{{app_user}}"
notify:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment