blob: 49f4f20150d9a57bc753e3136aa89842f0b1fb4d [file] [log] [blame]
---
- name: Create chrome-bot user 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"