Manage FreeBSD nginx package name

This commit is contained in:
Emilien Mantel
2016-03-07 12:08:34 +01:00
parent 8fc6f7117e
commit 33f34a0550
3 changed files with 11 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
---
- name: PKGNG | Install nginx and related tools
pkgng: name=nginx state=present
pkgng: name={{ item }} state=present
with_items:
- nginx
- "{{ nginx_pkgng_package }}"
- py27-passlib
- curl