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