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/test.yml | |
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/test.yml')
-rw-r--r-- | tests/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |