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

Commit

Permalink
Merge pull request #859 from stevenspasbo/master
Browse files Browse the repository at this point in the history
Only set mysql_enablerepo when not defined
  • Loading branch information
geerlingguy authored Aug 15, 2016
2 parents e986ab2 + 9930333 commit ceeeee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provisioning/tasks/init-redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

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

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

0 comments on commit ceeeee9

Please sign in to comment.