diff --git a/molecule/ec2-centos-7/molecule.yml b/molecule/ec2-centos-7/molecule.yml index 300cf95..6471ef5 100644 --- a/molecule/ec2-centos-7/molecule.yml +++ b/molecule/ec2-centos-7/molecule.yml @@ -20,5 +20,7 @@ verifier: name: testinfra lint: name: flake8 + options: + max_line_length: 120 options: sudo: True