Fix missing handlers file in test.yml.

This commit is contained in:
Jeff Geerling 2014-04-23 11:40:37 -05:00
parent 14be30558c
commit 125b06192e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
- hosts: all
vars_files:
- '../vars/main.yml'
tasks:
- include: '../tasks/main.yml'
handlers:
- include: '../handlers/main.yml'