homelab/dev/default.yml
2023-08-30 19:27:00 -04:00

5 lines
78 B
YAML

- name: Install 'default' aka nothing
hosts: all
become: true
tasks: []