diff options
author | Larry Smith Jr <mrlesmithjr@gmail.com> | 2018-12-19 09:50:10 -0500 |
---|---|---|
committer | Larry Smith Jr <mrlesmithjr@gmail.com> | 2018-12-20 00:55:34 -0500 |
commit | 4353d29ae004cea98d3a80ef941aaa155c84bf9a (patch) | |
tree | 964561a22ead9ec868e525ce7f132ecc6d8efaea /tests | |
parent | c760a03786a2247c14129dfd22c0e0fe1357f094 (diff) | |
download | ansible-rabbitmq-4353d29ae004cea98d3a80ef941aaa155c84bf9a.tar.gz ansible-rabbitmq-4353d29ae004cea98d3a80ef941aaa155c84bf9a.tar.zst ansible-rabbitmq-4353d29ae004cea98d3a80ef941aaa155c84bf9a.zip |
Cleaned up Vagrant and merged new commits
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 |