From b623c642904f8665f5706f035dbfd2ef614c14f6 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 21 Mar 2020 14:12:15 +0100 Subject: [PATCH] fix moldecule linting section --- molecule/centos7/molecule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/molecule/centos7/molecule.yml b/molecule/centos7/molecule.yml index 0d20662..5bcfc32 100644 --- a/molecule/centos7/molecule.yml +++ b/molecule/centos7/molecule.yml @@ -8,9 +8,9 @@ platforms: region_id: fra1 image_id: centos-7-x64 size_id: s-1vcpu-1gb +lint: | + flake8 --max-line-length=99 provisioner: name: ansible verifier: name: testinfra - lint: - name: flake8