From 347c6e67d000b1dc2ecb3806392d30f817726569 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 26 May 2019 17:30:11 +0200 Subject: [PATCH] fix molecule setup --- molecule/ec2-centos-7/molecule.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/molecule/ec2-centos-7/molecule.yml b/molecule/ec2-centos-7/molecule.yml index 31be2a9..08b7038 100644 --- a/molecule/ec2-centos-7/molecule.yml +++ b/molecule/ec2-centos-7/molecule.yml @@ -8,10 +8,14 @@ platforms: image: ami-04cf43aca3e6f3de3 instance_type: t2.micro vpc_subnet_id: subnet-9b6896f1 +lint: + name: yamllint + enabled: False provisioner: name: ansible lint: name: ansible-lint + enabled: False verifier: name: testinfra lint: