diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/inventory | 2 | ||||
-rw-r--r-- | tests/test.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/inventory b/tests/inventory index d18580b..2fbb50c 100644 --- a/tests/inventory +++ b/tests/inventory | |||
@@ -1 +1 @@ | |||
localhost \ No newline at end of file | localhost | ||
diff --git a/tests/test.yml b/tests/test.yml index 9b96df5..0c17bb5 100644 --- a/tests/test.yml +++ b/tests/test.yml | |||
@@ -1,5 +1,5 @@ | |||
1 | --- | 1 | --- |
2 | - hosts: localhost | 2 | - hosts: localhost |
3 | remote_user: root | 3 | connection: local |
4 | roles: | 4 | roles: |
5 | - ansible-rabbitmq \ No newline at end of file | 5 | - ansible-rabbitmq |