ansible-role-php/tests/test-install-from-source.yml

12 lines
196 B
YAML
Raw Normal View History

2014-04-23 18:29:49 +02:00
---
- hosts: localhost
remote_user: root
2014-11-10 21:55:20 +01:00
vars:
php_enable_webserver: false
php_install_from_source: true
php_source_make_command: "make --jobs=2"
2014-04-23 19:31:21 +02:00
roles:
- ansible-role-php