mirror of https://github.com/Aidaho12/haproxy-wi
6 lines
133 B
YAML
6 lines
133 B
YAML
![]() |
---
|
||
|
- name: Ensure Apache is installed on Suse.
|
||
|
zypper:
|
||
|
name: "{{ apache_packages }}"
|
||
|
state: "{{ apache_packages_state }}"
|