summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-09-20 12:38:46 -0700
committerBrian Coca <bcoca@users.noreply.github.com>2016-09-20 15:38:46 -0400
commit24c9e047c38f2a707f787f0c196a4a489a24fe20 (patch)
treef16c218a5964d22b19a1d2514b09ea5c7bfd46df
parent08e964a9c5cb9ed6680d6e189269cd122c50c27b (diff)
downloadansible-24c9e047c38f2a707f787f0c196a4a489a24fe20.tar.gz
Remove test-docs from module search ignore list. (#17670)
-rw-r--r--lib/ansible/constants.py2
1 files changed, 1 insertions, 1 deletions
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"]