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
zabbix
Commits
9cba0581
Commit
9cba0581
authored
Jul 12, 2018
by
Robin Sonnabend
Browse files
Replace service state=running by state=started
This is deprecated for 2.7
parent
97a98fe2
Changes
2
Hide whitespace changes
Inline
Side-by-side
zabbix-agent/tasks/main.yml
View file @
9cba0581
...
...
@@ -23,7 +23,7 @@
# - zabbix
-
name
:
ensure the server is enabled and running
service
:
name=zabbix-agent state=
running
enabled=yes
service
:
name=zabbix-agent state=
started
enabled=yes
tags
:
-
service
-
zabbix
...
...
zabbix-server/tasks/main.yml
View file @
9cba0581
...
...
@@ -175,7 +175,7 @@
-
name
:
ensure the server is enabled and running
service
:
name=zabbix-server state=
running
enabled=yes
service
:
name=zabbix-server state=
started
enabled=yes
tags
:
-
service
-
zabbix
...
...
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