Skip to content
Snippets Groups Projects
Commit f1426901 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

removing code duplication

Former-commit-id: 684c9c7d
parent 2a78139a
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,6 @@
become: true
register: mysqldb_confdir_create
- name: make sure mysql conf directory exists
file: dest=/etc/mysql/conf.d state=directory
become: true
register: mysqldb_confdir_create
- name: "Starting MySQL"
service: name={{ sqlServiceName }} state=started enabled=true
become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment