Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
supplemental
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
supplemental
Commits
949200a5
Commit
949200a5
authored
6 years ago
by
Robin Sonnabend
Browse files
Options
Downloads
Patches
Plain Diff
Replace service state=running by state=started
This is deprecated for 2.7
parent
276f6570
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
apcupsd/tasks/main.yml
+1
-1
1 addition, 1 deletion
apcupsd/tasks/main.yml
baremetal/tasks/main.yml
+1
-1
1 addition, 1 deletion
baremetal/tasks/main.yml
nullmailer/tasks/main.yml
+1
-1
1 addition, 1 deletion
nullmailer/tasks/main.yml
with
3 additions
and
3 deletions
apcupsd/tasks/main.yml
+
1
−
1
View file @
949200a5
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
-
config
-
config
-
name
:
ensure apcupsd is enabled and running
-
name
:
ensure apcupsd is enabled and running
service
:
name=apcupsd state=
running
enabled=yes
service
:
name=apcupsd state=
started
enabled=yes
tags
:
tags
:
-
usv
-
usv
-
service
-
service
...
...
This diff is collapsed.
Click to expand it.
baremetal/tasks/main.yml
+
1
−
1
View file @
949200a5
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
-
name
:
ensure lldpd is enabled and running
-
name
:
ensure lldpd is enabled and running
service
:
service
:
name
:
lldpd
name
:
lldpd
state
:
running
state
:
started
enabled
:
yes
enabled
:
yes
tags
:
tags
:
-
baremetal
-
baremetal
...
...
This diff is collapsed.
Click to expand it.
nullmailer/tasks/main.yml
+
1
−
1
View file @
949200a5
...
@@ -86,7 +86,7 @@
...
@@ -86,7 +86,7 @@
-
nullmailer
-
nullmailer
-
name
:
ensure nullmailer is enabled and running
-
name
:
ensure nullmailer is enabled and running
service
:
name=nullmailer state=
running
enabled=yes
service
:
name=nullmailer state=
started
enabled=yes
tags
:
tags
:
-
service
-
service
-
nullmailer
-
nullmailer
...
...
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