962518e5e1
* Fix README typo * Add yml start of file indicator
8 lines
196 B
YAML
8 lines
196 B
YAML
---
|
|
- name: "(Install: All OSs) Install NGINX Unit Modules"
|
|
package:
|
|
name: "{{ item }}"
|
|
state: present
|
|
with_items: "{{ unit_modules }}"
|
|
notify: "(Handler: All OSs) Start NGINX Unit"
|