mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-09 19:27:34 +01:00
Better description of php_packages_state.
This commit is contained in:
parent
2d640f57a0
commit
d4af9e1ae6
@ -2,7 +2,8 @@
|
||||
# Pass in a comma-separated list of repos to use (e.g. "remi,epel").
|
||||
php_enablerepo: ""
|
||||
|
||||
# State that the system package installer should use for PHP the enabled repo (e.g. "installed,latest")
|
||||
# PHP package state; use 'installed' to make sure it's installed, or 'latest' if
|
||||
# you want to upgrade or switch versions using a new repo.
|
||||
php_packages_state: installed
|
||||
|
||||
# Set this to false if you're not using PHP with Apache/Nginx/etc.
|
||||
|
Loading…
Reference in New Issue
Block a user