r-connector: move the notify directive in the correct place.

This commit is contained in:
Andrea Dell'Amico 2017-11-24 16:59:23 +01:00
parent 478ad025f2
commit c0f06f440a
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@
with_items:
- '{{ smartgears_instance_path }}/webapps/{{ r_connector_name }}'
- '{{ smartgears_instance_path }}/webapps/{{ r_connector_name }}.{{ r_connector_extension }}'
notify: Restart smartgears
- name: Remove the packages required to enable the LDAP PAM authentication
become: False
@ -24,7 +25,6 @@
become: True
become_user: '{{ smartgears_user }}'
when: not r_connector_install
notify: Restart smartgears
tags: [ 'smartgears', 'r_connector', 'tomcat' ]
- block: