Add option type validation. (#2878) (#2886)

(cherry picked from commit 1b94d09209)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2021-06-27 10:24:38 +02:00
committed by GitHub
parent 48cc39a2b1
commit f0b7233e8d
2 changed files with 21 additions and 14 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "nrdp callback plugin - parameters are now converted to strings, except ``validate_certs`` which is converted to boolean (https://github.com/ansible-collections/community.general/pull/2878)."