diff options
author | Larry Smith Jr <mrlesmithjr@gmail.com> | 2017-04-07 23:24:34 -0400 |
---|---|---|
committer | Larry Smith Jr <mrlesmithjr@gmail.com> | 2017-04-07 23:24:34 -0400 |
commit | dcb10e24d902f6d20c811b0f6084b27a15cf3748 (patch) | |
tree | 323b1c79d6eb418978872aeb4db9ea173246133b /tests/test.yml | |
parent | b82d79a58aec82d4287f105843b35d5c7a242882 (diff) | |
download | ansible-rabbitmq-dcb10e24d902f6d20c811b0f6084b27a15cf3748.tar.gz ansible-rabbitmq-dcb10e24d902f6d20c811b0f6084b27a15cf3748.tar.zst ansible-rabbitmq-dcb10e24d902f6d20c811b0f6084b27a15cf3748.zip |
Added Travis tests
Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.com>
Diffstat (limited to 'tests/test.yml')
-rw-r--r-- | tests/test.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test.yml b/tests/test.yml new file mode 100644 index 0000000..9b96df5 --- /dev/null +++ b/tests/test.yml | |||
@@ -0,0 +1,5 @@ | |||
1 | --- | ||
2 | - hosts: localhost | ||
3 | remote_user: root | ||
4 | roles: | ||
5 | - ansible-rabbitmq \ No newline at end of file | ||