Add pkg curl
parent
bdd2debd54
commit
5bd1232df3
|
@ -5,6 +5,7 @@
|
||||||
- apt: pkg={{ item }} update_cache=yes cache_valid_time=3600 state=present
|
- apt: pkg={{ item }} update_cache=yes cache_valid_time=3600 state=present
|
||||||
with_items:
|
with_items:
|
||||||
- php5-fpm
|
- php5-fpm
|
||||||
|
- curl
|
||||||
vars:
|
vars:
|
||||||
nginx_php: true
|
nginx_php: true
|
||||||
nginx_vhosts:
|
nginx_vhosts:
|
||||||
|
|
Loading…
Reference in New Issue