2021-07-13 12:40:06 +02:00

13 lines
336 B
YAML

---
- 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