mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
Manage FreeBSD nginx package name
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user