From f89744b271a766d6f1f64bfc08fba75843f88c7f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 23 Dec 2018 22:17:25 +0100 Subject: [PATCH] fix wording in generic linter playbook --- ansible/_lint_roles.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/_lint_roles.yml b/ansible/_lint_roles.yml index 06c6792..9fb4482 100644 --- a/ansible/_lint_roles.yml +++ b/ansible/_lint_roles.yml @@ -2,8 +2,8 @@ ## ## This playbook is only used by ansible-lint to test all roles ## -## TODO: uncomment roles once the syntax check runs through or document a reason -## why they are not included in this list +## If a role shouldn't be checked, add it commented-out and document a +## reason why it is not included in this list ## - hosts: invalid_host_name_by_design roles: -- 1.7.10.4