From a7ba3b4072df9fab6f479ad640d567ce3fbe52f7 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 18 Sep 2019 15:05:47 +0200 Subject: [PATCH] enable sudo for testinfra --- molecule/ec2-centos-7/molecule.yml | 2 ++ 1 file changed, 2 insertions(+) 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