From feb521815ed0db683713feba13d3830eaf1479be Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 26 Feb 2019 15:22:41 +0100 Subject: [PATCH] disable yamllint --- molecule/default/molecule.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 09ff1ca..c7f2b27 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -7,10 +7,15 @@ driver: managed: False ansible_connection_options: ansible_connection: local +lint: + name: yamllint + enabled: False platforms: - name: instance provisioner: name: ansible + lint: + name: ansible-lint playbooks: converge: coverage.yml scenario: