Ansible/site.yml
2026-04-14 19:27:36 +02:00

7 lines
122 B
YAML

---
- hosts: Server
become: true
tasks:
- name: Print OS info
ansible.builtin.package:
name: apache2