From 6d88497259e155267e1f2638a2486286715a6605 Mon Sep 17 00:00:00 2001 From: Ahmad Haghighi Date: Feb 24 2020 13:10:59 +0000 Subject: add simple test: syntax check --- diff --git a/.travis.yml b/.travis.yml index 36bbf62..fce7285 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,8 @@ install: script: # Basic role syntax check + - ansible-galaxy role install haghighi_ahmad.docker_ce - ansible-playbook tests/test.yml -i tests/inventory --syntax-check notifications: - webhooks: https://galaxy.ansible.com/api/v1/notifications/ \ No newline at end of file + webhooks: https://galaxy.ansible.com/api/v1/notifications/ diff --git a/tests/test.yml b/tests/test.yml index 67ddb80..2ea9b99 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -2,4 +2,4 @@ - hosts: localhost remote_user: root roles: - - docker-ce \ No newline at end of file + - haghighi_ahmad.docker_ce