We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a2906 commit ea6de99Copy full SHA for ea6de99
tasks/opensource/install-oss.yml
@@ -19,7 +19,7 @@
19
notify: "(Handler: All OSs) Start NGINX"
20
21
- name: "(Install: FreeBSD) Install NGINX"
22
- package:
+ portinstall:
23
name: nginx
24
state: present
25
when: ansible_os_family == "FreeBSD"
0 commit comments