Minor fixes

* Fix README typo
* Add yml start of file indicator
This commit is contained in:
Alessandro Fael Garcia 2018-07-12 11:19:17 -07:00
parent 9f4e54b435
commit 962518e5e1
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1,3 +1,4 @@
---
- name: "(Install: All OSs) Install NGINX Unit Modules"
package:
name: "{{ item }}"