forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/smartgears/tasks/smartgears-app.yml: do not restart smartgears after running the log level management script: we need a way to know when a change was performed.
This commit is contained in:
parent
c787b44fc4
commit
b02841191c
|
@ -70,7 +70,6 @@
|
|||
become: True
|
||||
become_user: '{{ d4science_user }}'
|
||||
shell: /usr/local/bin/change-logback-loglevel
|
||||
notify: Restart smartgears
|
||||
tags: [ 'smartgears', 'tomcat', 'smartgears_loglevel' ]
|
||||
|
||||
- name: Remove some wrong symbolic links created by the install/upgrade script
|
||||
|
|
Loading…
Reference in New Issue