forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/r_connector/tasks/main.yml: Add a tag to only execute the task that installs the nslcd configuration.
This commit is contained in:
parent
e912f58caa
commit
6f5d8b47df
|
@ -112,6 +112,7 @@
|
||||||
notify:
|
notify:
|
||||||
- Restart the NSLCD service
|
- Restart the NSLCD service
|
||||||
- Restart the NSCD service
|
- Restart the NSCD service
|
||||||
|
tags: [ 'smartgears', 'r_connector', 'tomcat', 'r_connector_nslcd_conf' ]
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- r_connector_install
|
- r_connector_install
|
||||||
|
|
Loading…
Reference in New Issue