From 202861ddf4701fb414398c0f5fcacd64dc84d758 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 c4085a4..092b272 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: | - flake8 --max-line-length=110