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

View File

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