From 0c99bc08e09b56fc1b9e3b98ebbb25ab4faf854f Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Mon, 12 Jan 2015 21:15:25 +0000 Subject: [PATCH] Fix test syntax error --- tests/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test.yml b/tests/test.yml index 7a7f3b7..17d75e7 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -1,6 +1,6 @@ --- -hosts: localhost -remote_user: root -roles: +- hosts: localhost + remote_user: root + roles: - ansible-sshd