Compare commits
No commits in common. "a560fa76fa7d29c1b9f04a9015e6856f1edba8a0" and "7a6a4ae1333279de95e45ffadf29520a9044c312" have entirely different histories.
a560fa76fa
...
7a6a4ae133
2
php.cf
2
php.cf
|
@ -125,7 +125,7 @@ classes:
|
||||||
commands:
|
commands:
|
||||||
centos&install_epel::
|
centos&install_epel::
|
||||||
"/usr/bin/yum"
|
"/usr/bin/yum"
|
||||||
args => "install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(sys.os_version_major).noarch.rpm",
|
args => "install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm",
|
||||||
handle => "php_epel_repo_installed";
|
handle => "php_epel_repo_installed";
|
||||||
|
|
||||||
centos&(!install_epel)::
|
centos&(!install_epel)::
|
||||||
|
|
Loading…
Reference in New Issue