Einbau einable/disable_import_cv_xml mit handler
This commit is contained in:
8
roles/disable_import_cv_xml/tasks/main.yml
Normal file
8
roles/disable_import_cv_xml/tasks/main.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
- 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'
|
Reference in New Issue
Block a user