homeserver/roles/mgrote.ssh/tasks/main.yml

11 lines
282 B
YAML
Raw Normal View History

---
- name: include ubuntu tasks (determined by "ansible_distribution")
include_tasks: ubuntu.yml
when:
- ansible_distribution == 'Ubuntu'
- name: include proxmox tasks (determined by group)
include_tasks: pve.yml
when:
- "'proxmox' in group_names"