Use portinstall module instead of package module

This commit is contained in:
Alessandro Fael Garcia 2018-05-09 14:05:57 -07:00
parent 70a2906268
commit ea6de99eed

View File

@ -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"