ansible-role-nginx/tasks/unit/install-modules.yml

8 lines
196 B
YAML
Raw Normal View History

---
- name: "(Install: All OSs) Install NGINX Unit Modules"
package:
name: "{{ item }}"
state: present
with_items: "{{ unit_modules }}"
notify: "(Handler: All OSs) Start NGINX Unit"