From 3eec84b69a0b4030160af0f5314bed350e60ae38 Mon Sep 17 00:00:00 2001 From: nitzmahone Date: Tue, 6 Sep 2016 09:59:20 -0700 Subject: [PATCH] add async_status to PS module doc blacklist --- ansible_testing/modules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible_testing/modules.py b/ansible_testing/modules.py index fb7ad0aaca..adef93965f 100644 --- a/ansible_testing/modules.py +++ b/ansible_testing/modules.py @@ -129,6 +129,7 @@ class ModuleValidator(Validator): BLACKLIST = BLACKLIST_FILES.union(BLACKLIST_MODULES) PS_DOC_BLACKLIST = frozenset(( + 'async_status.ps1', 'slurp.ps1', 'setup.ps1' ))