Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

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 authored and kekkis committed Feb 23, 2017
1 parent d92195f commit 4e220dc
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 4e220dc

Please sign in to comment.