From 7b0d68b786864acbf1ab633043441242d2814d55 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Thu, 15 Aug 2019 15:51:32 +0200 Subject: [PATCH] lint missing roles --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c730000..ff151c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ stages: - pip install ansible-lint - shellcheck algo install.sh - ansible-playbook main.yml --syntax-check - - ansible-lint -v *.yml + - ansible-lint -v *.yml roles/{local,cloud-*}/*/*.yml - &deploy-local stage: Deploy