From 4f785c108c09efb61629b803fa78c1168979bc3c Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 26 Jul 2016 21:35:35 -0500 Subject: [PATCH] Issue #145: Document variable that's RHEL-specific. --- defaults/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index f0941f4..539903a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,6 @@ --- -# Pass in a comma-separated list of repos to use (e.g. "remi,epel"). +# Pass in a comma-separated list of repos to use (e.g. "remi,epel"). Used only +# for RHEL/CentOS. php_enablerepo: "" # PHP package state; use 'installed' to make sure it's installed, or 'latest' if