Skip to content
Snippets Groups Projects
Commit 41a2363b authored by Lars Beckers's avatar Lars Beckers
Browse files

tsm-backup: fix deployment when missing files

parent 24741e85
Branches master
No related tags found
No related merge requests found
Pipeline #1510 passed
...@@ -13,3 +13,4 @@ ...@@ -13,3 +13,4 @@
service: service:
name: dsmc name: dsmc
state: stopped state: stopped
ignore_errors: true
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
- name: ensure the _optional_ config is present - name: ensure the _optional_ config is present
file: file:
path: /opt/tivoli/tsm/client/ba/bin/dsm.opt path: /opt/tivoli/tsm/client/ba/bin/dsm.opt
state: file state: touch
notify: notify:
- restart tsm service - restart tsm service
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment