Skip to content

Commit

Permalink
Always reload restapi services at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
ansobolev committed Jun 14, 2019
1 parent 924026a commit e2a45fd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions roles/aiida/tasks/restapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
- python-openssl
state: '{{ pkg_install_state }}'

- name: Install python passlib needed for AiiDA restapi
pip:
executable: pip3
name:
- passlib

- name: Install config files for RestAPI services (supervisor)
copy:
src: 'etc/supervisor/supervisord.conf'
Expand Down Expand Up @@ -65,7 +59,7 @@
service:
name: '{{item}}'
enabled: yes
state: started
state: restarted
loop:
- 'supervisor'
- 'nginx'
Expand Down

0 comments on commit e2a45fd

Please sign in to comment.