Skip to content

Commit

Permalink
Update linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
YPCrumble committed Apr 14, 2023
1 parent 7d401b4 commit db2dbf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/web/tasks/setup_django_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
settings: "{{ django_settings_file }}"
environment: "{{ django_environment }}"
when: run_django_collectstatic is defined and run_django_collectstatic
notify: restart application
notify: Restart application
tags: django.collectstatic
2 changes: 1 addition & 1 deletion roles/web/tasks/setup_git_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
dest={{ project_path }}
accept_hostkey=yes
when: setup_git_repo is defined and setup_git_repo
notify: restart application
notify: Restart application
tags: git

- name: Delete all .pyc files
Expand Down
2 changes: 1 addition & 1 deletion roles/web/tasks/setup_virtualenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
group={{ gunicorn_group }}
mode=0640
backup=yes
notify: restart application
notify: Restart application
tags: deploy

- name: Create the maintenance page
Expand Down

0 comments on commit db2dbf8

Please sign in to comment.