From 9f1b6af32910b953a694074e3032a4b820cd4c92 Mon Sep 17 00:00:00 2001 From: cloudalchemybot Date: Thu, 26 May 2022 14:22:31 +0000 Subject: [PATCH] :robot: sync with cloudalchemy/skeleton (SHA: fc18c382): ansible-lint 5+ fixes (#13) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 65a6bef..12fc8a2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: steps: - checkout - run: pip install ansible ansible-lint yamllint flake8 - - run: ansible-lint + - run: ansible-lint . - run: yamllint . - run: flake8