Testing additional packages
parent
b0572da1d6
commit
d94233e6f0
|
@ -3,6 +3,8 @@
|
||||||
- hosts: all
|
- hosts: all
|
||||||
vars:
|
vars:
|
||||||
vhost: 'test.local'
|
vhost: 'test.local'
|
||||||
|
php_extra_packages:
|
||||||
|
- 'php5-memcached'
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: APT | Install nginx
|
- name: APT | Install nginx
|
||||||
apt: pkg=nginx state=present update_cache=yes cache_valid_time=3600
|
apt: pkg=nginx state=present update_cache=yes cache_valid_time=3600
|
||||||
|
|
Loading…
Reference in New Issue