Update 'tasks/main.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
jens 2021-09-14 09:20:13 +00:00
parent 609a645671
commit bca4445daf
1 changed files with 1 additions and 13 deletions

View File

@ -30,20 +30,8 @@
repo: "{{ django_app_gitrepo }}"
dest: "{{ django_home }}/{{ django_appname }}"
version: "{{ django_app_gitversion }}"
force: True
- name: 'remove previous install stable'
file:
dest: "{{ django_home }}/{{ django_appname }}"
state: absent
- name: 'unarchive latest stable'
unarchive:
src: "{{ django_home }}/latest.tar.gz"
remote_src: yes
dest: "{{ django_home }}"
owner: "{{ django_user }}"
group: "{{ django_group }}"
notify: "Restart djangoapp"
- name: 'install pip dependencies'