mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-28 12:45:16 +01:00
More Travis test fixes.
This commit is contained in:
parent
830f8d1130
commit
b28843abce
@ -11,7 +11,9 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
# Install Ansible.
|
# Install Ansible.
|
||||||
- pip install ansible
|
# TODO - remove specific version number after the following issue is fixed:
|
||||||
|
# https://github.com/ansible/ansible-modules-core/issues/2473
|
||||||
|
- pip install ansible==1.9.4
|
||||||
|
|
||||||
# Add ansible.cfg to pick up roles path.
|
# Add ansible.cfg to pick up roles path.
|
||||||
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"
|
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
vars:
|
vars:
|
||||||
php_enable_webserver: false
|
php_enable_webserver: false
|
||||||
php_install_from_source: true
|
php_install_from_source: true
|
||||||
php_source_clone_dir: /opt/php-src
|
php_source_clone_dir: /home/travis/php-src
|
||||||
php_source_make_command: "make --jobs=2"
|
php_source_make_command: "make --jobs=2"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
Loading…
Reference in New Issue
Block a user