From 04acb016eb521f2e0f9e38bacf40cdf661210951 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 31 Aug 2020 10:25:00 +0200 Subject: [PATCH] Molecule 3.0.8 is fixed, lint all files. --- templates/molecule.yml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/molecule.yml.j2 b/templates/molecule.yml.j2 index 88d99e2..b1c53b7 100644 --- a/templates/molecule.yml.j2 +++ b/templates/molecule.yml.j2 @@ -5,9 +5,9 @@ dependency: options: role-file: requirements.yml lint: | - PATH=${PATH} - yamllint molecule/default/converge.yml - ansible-lint molecule/default/converge.yml + set -e + yamllint . + ansible-lint driver: name: docker platforms: