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