From b3d425118b0e50168423bba35b56e2ff444e3b0b 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/molecule/centos7/molecule.yml b/molecule/centos7/molecule.yml index 80d385c..a04db1a 100644 --- a/molecule/centos7/molecule.yml +++ b/molecule/centos7/molecule.yml @@ -8,10 +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: - lint: | - flake8 --max-line-length=110