Support FreeBSD 11/12

This commit is contained in:
Emilien Mantel
2018-03-18 21:29:47 +01:00
parent e87d158424
commit 9aa0f76c03
17 changed files with 205 additions and 57 deletions

View File

@@ -2,7 +2,7 @@
- name: SET_FACT | Prepare test vars
set_fact:
__nginx_site_dir: /etc/nginx/sites-enabled
__nginx_conf: /etc/nginx/nginx.conf
- name: APT | Install packages
apt:

View File

@@ -0,0 +1,13 @@
---
- name: SET_FACT | Prepare test vars
set_fact:
__nginx_conf: /usr/local/etc/nginx/nginx.conf
php_xdebug_package: 'php72-pecl-xdebug26'
- name: PKGNG | Install packages
pkgng:
name: "{{ item }}"
with_items:
- curl
- nginx