diff --git a/molecule/centos7/molecule.yml b/molecule/centos7/molecule.yml index ae5e6fc..ca696af 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 diff --git a/molecule/centos8/molecule.yml b/molecule/centos8/molecule.yml index e75a620..268ff23 100644 --- a/molecule/centos8/molecule.yml +++ b/molecule/centos8/molecule.yml @@ -8,9 +8,9 @@ platforms: region_id: fra1 image_id: centos-8-x64 size_id: s-1vcpu-1gb +lint: | + flake8 --max-line-length=99 provisioner: name: ansible verifier: name: testinfra - lint: - name: flake8