blob: 11377bdbfc4ead51880b0fa5a8941f287c875011 [file] [log] [blame]
Zack Williams5223dd92017-02-28 23:38:02 -07001---
2# prereqs-check-playbook.yml
3# Checks that virtual machine host is suitable
4
5- name: Check Prereqs
6 hosts: localhost
7 connection: local
8 roles:
9 - prereqs-common
10