ansible-php/tests/includes/pre_FreeBSD.yml

11 lines
259 B
YAML
Raw Permalink Normal View History

2018-03-19 03:29:47 +07:00
---
- name: SET_FACT | Prepare test vars
ansible.builtin.set_fact:
2018-03-19 03:29:47 +07:00
__nginx_conf: /usr/local/etc/nginx/nginx.conf
php_xdebug_package: 'php72-pecl-xdebug-2.6.1'
2018-03-19 03:29:47 +07:00
- name: PKGNG | Install packages
community.general.pkgng:
2019-01-28 20:46:58 +07:00
name: ['curl', 'nginx']