forked from ISTI-ansible-roles/ansible-roles
r-connector: move the notify directive in the correct place.
This commit is contained in:
parent
478ad025f2
commit
c0f06f440a
|
@ -5,6 +5,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- '{{ smartgears_instance_path }}/webapps/{{ r_connector_name }}'
|
- '{{ smartgears_instance_path }}/webapps/{{ r_connector_name }}'
|
||||||
- '{{ smartgears_instance_path }}/webapps/{{ r_connector_name }}.{{ r_connector_extension }}'
|
- '{{ smartgears_instance_path }}/webapps/{{ r_connector_name }}.{{ r_connector_extension }}'
|
||||||
|
notify: Restart smartgears
|
||||||
|
|
||||||
- name: Remove the packages required to enable the LDAP PAM authentication
|
- name: Remove the packages required to enable the LDAP PAM authentication
|
||||||
become: False
|
become: False
|
||||||
|
@ -24,7 +25,6 @@
|
||||||
become: True
|
become: True
|
||||||
become_user: '{{ smartgears_user }}'
|
become_user: '{{ smartgears_user }}'
|
||||||
when: not r_connector_install
|
when: not r_connector_install
|
||||||
notify: Restart smartgears
|
|
||||||
tags: [ 'smartgears', 'r_connector', 'tomcat' ]
|
tags: [ 'smartgears', 'r_connector', 'tomcat' ]
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
|
|
Loading…
Reference in New Issue