trixie/minimal.yml

10 lines
213 B
YAML
Raw Normal View History

---
# This playbook does almost nothing. Useful for testing only preseeding.
- name: apply a minimal configuration to the machine
hosts: all
remote_user: ansible
2022-06-11 12:42:02 +02:00
become: true
roles:
- up2date-debian