Skip to content

Commit

Permalink
Fixes geerlingguy#925, Followup geerlingguy#859: Remi repo is not ena…
Browse files Browse the repository at this point in the history
…bled for mysql by default
  • Loading branch information
oxyc committed Oct 15, 2016
1 parent ac56269 commit a290271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/tasks/init-redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

- name: Enable remi repo for MySQL.
set_fact: mysql_enablerepo="remi"
when: mysql_enablerepo is not defined
when: mysql_enablerepo is not defined or mysql_enablerepo == ""

- name: Enable remi repo for PHP 5.5.
set_fact: php_enablerepo="remi,remi-php55"
Expand Down

0 comments on commit a290271

Please sign in to comment.