Skip to content
Snippets Groups Projects
Commit 26f6160e authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Replace service state=running by state=started

This is also deprecated for 2.7
parent 247a4556
Branches
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
- mysql
- name: ensure mysql is started
service: name=mysql state=running enabled=yes
service: name=mysql state=started enabled=yes
tags:
- service
- mysql
......
......@@ -13,7 +13,7 @@
- postgres
- name: ensure postgres is started
service: name=postgresql state=running enabled=yes
service: name=postgresql state=started enabled=yes
tags:
- service
- postgres
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment