bd0c581ac1
Use a list that lets users specify which modules they want to install instead of installing all modules available in each distro
7 lines
192 B
YAML
7 lines
192 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"
|