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 9f4e54b commit 962518eCopy full SHA for 962518e
README.md
@@ -243,7 +243,7 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a
243
vars:
244
nginx_enable: false
245
unit_enable: true
246
- unit_packages:
+ unit_modules:
247
- unit-php
248
- unit-perl
249
tasks/unit/install-modules.yml
@@ -1,3 +1,4 @@
1
+---
2
- name: "(Install: All OSs) Install NGINX Unit Modules"
3
package:
4
name: "{{ item }}"
0 commit comments