Skip to content
Snippets Groups Projects
Commit bfcf2207 authored by Chris Hines's avatar Chris Hines
Browse files

Merge pull request #125 from l1ll1/master

quick fixes to mysql_server for CentOS 7. This needs much tidying
parents 110623da 11e9da06
No related branches found
No related tags found
No related merge requests found
...@@ -24,12 +24,6 @@ ...@@ -24,12 +24,6 @@
sudo: true sudo: true
when: ansible_os_family == "RedHat" and ansible_distribution_major_version >= 7 when: ansible_os_family == "RedHat" and ansible_distribution_major_version >= 7
- name: "Starting MySQL"
service: name=mysql state=started enabled=true
sudo: true
when: ansible_os_family == "RedHat" and ansible_distribution_major_version >= 7
- name: Installing MySQL RedHat - name: Installing MySQL RedHat
yum: name={{ item }} yum: name={{ item }}
with_items: server_packages with_items: server_packages
......
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