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

fix idempotence; remove spurious tags

parent 75d8dca4
No related branches found
No related tags found
No related merge requests found
--- ---
# file: tsm-backup/tasks/main.yml
- name: ensure systemd service file for dsmcad is available - name: ensure systemd service file for dsmcad is available
file: file:
...@@ -10,8 +9,6 @@ ...@@ -10,8 +9,6 @@
- reload systemd service files - reload systemd service files
tags: tags:
- tsm - tsm
- config
- service
- name: ensure systemd service file for dsmc sched is absent - name: ensure systemd service file for dsmc sched is absent
file: file:
...@@ -29,7 +26,6 @@ ...@@ -29,7 +26,6 @@
state: stopped state: stopped
tags: tags:
- tsm - tsm
- service
when: cleanup.changed when: cleanup.changed
- meta: flush_handlers - meta: flush_handlers
...@@ -42,12 +38,11 @@ ...@@ -42,12 +38,11 @@
- restart tsm service - restart tsm service
tags: tags:
- tsm - tsm
- config
- 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: touch state: file
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