Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
supplemental
Commits
949200a5
Commit
949200a5
authored
Jul 12, 2018
by
Robin Sonnabend
Browse files
Replace service state=running by state=started
This is deprecated for 2.7
parent
276f6570
Changes
3
Hide whitespace changes
Inline
Side-by-side
apcupsd/tasks/main.yml
View file @
949200a5
...
...
@@ -53,7 +53,7 @@
-
config
-
name
:
ensure apcupsd is enabled and running
service
:
name=apcupsd state=
running
enabled=yes
service
:
name=apcupsd state=
started
enabled=yes
tags
:
-
usv
-
service
...
...
baremetal/tasks/main.yml
View file @
949200a5
...
...
@@ -30,7 +30,7 @@
-
name
:
ensure lldpd is enabled and running
service
:
name
:
lldpd
state
:
running
state
:
started
enabled
:
yes
tags
:
-
baremetal
...
...
nullmailer/tasks/main.yml
View file @
949200a5
...
...
@@ -86,7 +86,7 @@
-
null
mailer
-
name
:
ensure
null
mailer is enabled and running
service
:
name=nullmailer state=
running
enabled=yes
service
:
name=nullmailer state=
started
enabled=yes
tags
:
-
service
-
null
mailer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment