Wegen Schnittstellenfehler muss File message-code.mapping eingespielt werden
Ist von Ecki haendisch eingebaut worden und im ansible-Skript von mir noch nicht getestet worden
This commit is contained in:
@ -116,6 +116,17 @@
|
||||
owner: jetty
|
||||
group: dba
|
||||
mode: '0755'
|
||||
##nachfolgendes behebt einen fehler in der Schnittstelle
|
||||
##siehe email frank hellwich vom 30.07.2020, 15.16 Uhr
|
||||
##soll vorerst drin bleiben
|
||||
- name: Copy file message-code.mapping
|
||||
copy:
|
||||
src: message-code.mapping
|
||||
dest: /opt/rola/ams/linux/Services/config/module/imp20/vbs/message-code.mapping
|
||||
force: yes
|
||||
owner: jetty
|
||||
group: dba
|
||||
mode: '0644'
|
||||
- name: commit changes to git
|
||||
shell: |
|
||||
git rm ams/linux/webclient-services/SharedComponents-8.0.8.0/rsFrame2/foundation/java/x64/linux/jre/lib/desktop/mime/packages/x-java-archive.xml
|
||||
|
Reference in New Issue
Block a user