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

7 lines
192 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"