Einbau einable/disable_import_cv_xml mit handler
This commit is contained in:
12
roles/enable_import_cv_xml/tasks/main.yml
Normal file
12
roles/enable_import_cv_xml/tasks/main.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Copy file web.xml with owner and permissions web.xml
|
||||
copy:
|
||||
src: web.xml
|
||||
dest: /opt/rola/ams/linux/Services/plugins/rola/com.rola.rsframe.webmodule.imp20/WebContent/WEB-INF/web.xml
|
||||
owner: jetty
|
||||
group: dba
|
||||
mode: '0644'
|
||||
notify:
|
||||
- stop_Imp20
|
||||
- check_Imp20
|
||||
- start_Imp20
|
Reference in New Issue
Block a user