mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-14 01:10:20 +01:00
6 lines
132 B
YAML
6 lines
132 B
YAML
---
|
|
- name: Ensure Apache is installed on Suse.
|
|
zypper:
|
|
name: "{{ item }}"
|
|
state: installed
|
|
with_items: apache_packages
|