Skip to content

Commit 962518e

Browse files
committed
Minor fixes
* Fix README typo * Add yml start of file indicator
1 parent 9f4e54b commit 962518e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a
243243
vars:
244244
nginx_enable: false
245245
unit_enable: true
246-
unit_packages:
246+
unit_modules:
247247
- unit-php
248248
- unit-perl
249249

tasks/unit/install-modules.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
- name: "(Install: All OSs) Install NGINX Unit Modules"
23
package:
34
name: "{{ item }}"

0 commit comments

Comments
 (0)