mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add async_status to PS module doc blacklist
This commit is contained in:
parent
54118d45da
commit
3eec84b69a
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ class ModuleValidator(Validator):
|
|||
BLACKLIST = BLACKLIST_FILES.union(BLACKLIST_MODULES)
|
||||
|
||||
PS_DOC_BLACKLIST = frozenset((
|
||||
'async_status.ps1',
|
||||
'slurp.ps1',
|
||||
'setup.ps1'
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue