add 3 doc-default-does-not-match-spec errors (#325)

Address the following error with the test-suite:

- plugins/modules/k8s.py:0:0: doc-default-does-not-match-spec: Argument 'append_hash' in argument_spec defines default as (False) but documentation defines default as (None)
- plugins/modules/k8s.py:0:0: doc-default-does-not-match-spec: Argument 'apply' in argument_spec defines default as (False) but documentation defines default as (None)
- plugins/modules/k8s_service.py:0:0: doc-default-does-not-match-spec: Argument 'apply' in argument_spec defines default as (False) but documentation defines default as (None)
This commit is contained in:
Gonéri Le Bouder
2020-12-07 22:50:20 -05:00
committed by GitHub
parent 4b447cc301
commit 486a179c7a
2 changed files with 3 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ options:
ignoring properties that are automatically generated
- C(apply) works better with Services than 'force=yes'
- mutually exclusive with C(merge_type)
default: False
type: bool
requirements: