From 4e3911c8ea667a54926ca53cbc845839ed9d54e3 Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio (dbaio)" Date: Sat, 29 Jun 2019 09:51:10 -0300 Subject: [PATCH] yamllint: Ignore truthy warning for ASSUME_ALWAYS_YES=yes --- molecule/default/yaml-lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/molecule/default/yaml-lint.yml b/molecule/default/yaml-lint.yml index a3dbc38..6f7b9b1 100644 --- a/molecule/default/yaml-lint.yml +++ b/molecule/default/yaml-lint.yml @@ -4,3 +4,6 @@ rules: line-length: max: 120 level: warning + truthy: + ignore: | + setup-FreeBSD.yml