Merge pull request #69 from siso/master

Fix issue when "SELinux is disabled on this host."
pull/63/head
Tim Gerla 10 years ago
commit 9c054652d1
  1. 1
      wordpress-nginx/roles/mysql/tasks/main.yml

@ -9,6 +9,7 @@
- name: Configure SELinux to start mysql on any port
seboolean: name=mysql_connect_any state=true persistent=yes
when: ansible_selinux.status == "enabled"
- name: Create Mysql configuration file
template: src=my.cnf.j2 dest=/etc/my.cnf