blob: 80d95d58a0da93111de59c732c4f5d8a67d68c6a [file] [log] [blame]
---
- name: Swarming needs for Linux
import_tasks: linux.yml
when: ansible_facts['system']|lower == "linux"
- name: Other platforms
fail:
msg: This system isn't supported, please add support.
when: ansible_facts['system']|lower != "linux"