agaric-coop/box/provisioning/roles/geerlingguy.apache/tasks/setup-Suse.yml

7 lines
160 B
YAML
Raw Normal View History

---
- name: Ensure Apache is installed on Suse.
zypper:
name: "{{ item }}"
state: "{{ apache_packages_state }}"
with_items: "{{ apache_packages }}"