Fix README example

php_version needs to be a String otherwise Ansible will skip the repo enabling for such version.
This commit is contained in:
Mikko Caldara 2017-07-18 16:12:01 +01:00 committed by GitHub
parent 5ddc99a8c1
commit f0933356e6
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ The PHP version to be installed. Any [currently-supported PHP major version](htt
- hosts: webservers
vars:
php_version: 7.1
php_version: '7.1'
roles:
- role: geerlingguy.repo-remi