Homelab-Automation/test.yaml
2025-04-03 18:42:15 +02:00

8 lines
No EOL
161 B
YAML

---
- hosts: "{{ target_hosts }}"
become: true
tasks:
- name: Install Apache2
ansible.builtin.package:
name: apache2
state: present