mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-05 09:30:18 +01:00
7 lines
122 B
YAML
7 lines
122 B
YAML
|
---
|
||
|
- name: Ensure Apache is installed.
|
||
|
pkg5:
|
||
|
name: "{{ item }}"
|
||
|
state: installed
|
||
|
with_items: apache_packages
|