Einbau einable/disable_import_cv_xml mit handler

This commit is contained in:
Marcus Gillitzer
2021-07-13 12:40:06 +02:00
parent 204df0fd06
commit eeecc3ff5b
20 changed files with 676 additions and 0 deletions

View 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