Fix error in ##Example Playbook

This commit is contained in:
Maxwell Gottlieb 2021-03-06 22:09:55 -06:00 committed by GitHub
parent dbbc5421c1
commit 3562ade131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -28,12 +28,13 @@ The PHP version to be installed. Any [currently-supported PHP major version](htt
## Example Playbook
- hosts: webservers
become: true
vars:
php_version: '7.3'
roles:
- role: geerlingguy.repo-remi
- name: geerlingguy.repo-remi
when: ansible_os_family == 'RedHat'
- geerlingguy.php-versions
- geerlingguy.php