Fix default php_version in docs.

This commit is contained in:
Jeff Geerling 2018-12-06 15:49:15 -06:00
parent 68d1f7a102
commit 7f16abdc29
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ N/A
Available variables are listed below, along with default values (see `defaults/main.yml`):
php_version: '7.7'
php_version: '7.2'
The PHP version to be installed. Any [currently-supported PHP major version](http://php.net/supported-versions.php) is a valid option (e.g. `5.6`, `7.1`, `7.2`, `7.3`, etc.).