Minor fixes
* Fix README typo * Add yml start of file indicator
This commit is contained in:
parent
9f4e54b435
commit
962518e5e1
@ -243,7 +243,7 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a
|
||||
vars:
|
||||
nginx_enable: false
|
||||
unit_enable: true
|
||||
unit_packages:
|
||||
unit_modules:
|
||||
- unit-php
|
||||
- unit-perl
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
- name: "(Install: All OSs) Install NGINX Unit Modules"
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
|
Loading…
Reference in New Issue
Block a user