From b72d87eb96fd913329972f5081fc135d330d3f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de> Date: Tue, 2 Aug 2022 10:38:39 +0200 Subject: [PATCH] test: skip linting for 'package-latest' (Debian 10) --- molecule/virtualbox_debian10/molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/virtualbox_debian10/molecule.yml b/molecule/virtualbox_debian10/molecule.yml index e43c115..753e05a 100644 --- a/molecule/virtualbox_debian10/molecule.yml +++ b/molecule/virtualbox_debian10/molecule.yml @@ -7,7 +7,7 @@ driver: lint: | set -e yamllint . - ansible-lint -x no-loop-var-prefix,command-instead-of-module + 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