Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tsm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
tsm
Commits
e6bd39ab
Commit
e6bd39ab
authored
6 years ago
by
Lars Beckers
Browse files
Options
Downloads
Patches
Plain Diff
fix idempotence; remove spurious tags
parent
75d8dca4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsm-backup/tasks/main.yml
+1
-6
1 addition, 6 deletions
tsm-backup/tasks/main.yml
with
1 addition
and
6 deletions
tsm-backup/tasks/main.yml
+
1
−
6
View file @
e6bd39ab
---
---
# 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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment