mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-02-21 02:01:38 +01:00
14 lines
244 B
YAML
14 lines
244 B
YAML
---
|
|
- hosts: all
|
|
|
|
vars:
|
|
php_enable_webserver: false
|
|
|
|
pre_tasks:
|
|
- name: Ensure build dependencies are installed (RedHat).
|
|
yum: name=which state=present
|
|
when: ansible_os_family == 'RedHat'
|
|
|
|
roles:
|
|
- role_under_test
|