From 24c9e047c38f2a707f787f0c196a4a489a24fe20 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 20 Sep 2016 12:38:46 -0700 Subject: [PATCH] Remove test-docs from module search ignore list. (#17670) --- lib/ansible/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/constants.py b/lib/ansible/constants.py index 82eae8127a..333c8215dc 100644 --- a/lib/ansible/constants.py +++ b/lib/ansible/constants.py @@ -338,4 +338,4 @@ TREE_DIR = None LOCALHOST = frozenset(['127.0.0.1', 'localhost', '::1']) # module search BLACKLIST_EXTS = ('.pyc', '.swp', '.bak', '~', '.rpm', '.md', '.txt') -IGNORE_FILES = [ "COPYING", "CONTRIBUTING", "LICENSE", "README", "VERSION", "GUIDELINES", "test-docs.sh"] +IGNORE_FILES = ["COPYING", "CONTRIBUTING", "LICENSE", "README", "VERSION", "GUIDELINES"]