From 3ba3438f735bcaff837c3e682abd92655f322d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Wed, 15 Jan 2025 16:33:44 +0100 Subject: [PATCH] chore: remove deprecated lint section from molecule config --- molecule/virtualbox/molecule.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/molecule/virtualbox/molecule.yml b/molecule/virtualbox/molecule.yml index fb564e1..8209f2a 100644 --- a/molecule/virtualbox/molecule.yml +++ b/molecule/virtualbox/molecule.yml @@ -4,10 +4,6 @@ dependency: enabled: false driver: name: vagrant -lint: | - set -e - yamllint . - ansible-lint -x no-loop-var-prefix,command-instead-of-module,package-latest platforms: # Check out the documentation at # https://github.com/ansible-community/molecule-vagrant#documentation -- GitLab