ansible-role-nginx/tasks/unit/install-modules.yml
Alessandro Fael Garcia 962518e5e1 Minor fixes
* Fix README typo
* Add yml start of file indicator
2018-07-12 11:19:17 -07:00

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"