From ea6de99eed0d052b286f771eaeb73e812a901c18 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Wed, 9 May 2018 14:05:57 -0700 Subject: [PATCH] Use portinstall module instead of package module --- tasks/opensource/install-oss.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/opensource/install-oss.yml b/tasks/opensource/install-oss.yml index 94b25c1..1ae3fd6 100644 --- a/tasks/opensource/install-oss.yml +++ b/tasks/opensource/install-oss.yml @@ -19,7 +19,7 @@ notify: "(Handler: All OSs) Start NGINX" - name: "(Install: FreeBSD) Install NGINX" - package: + portinstall: name: nginx state: present when: ansible_os_family == "FreeBSD"