Homelab-Automation/test.yaml
2025-04-03 18:32:57 +02:00

7 lines
No EOL
125 B
YAML

---
- hosts: my_servers
become: true
task:
- name: Print OS info
ansible.builtin.package:
name: apache2