Add option type validation. (#2878)

This commit is contained in:
Felix Fontein 2021-06-27 09:57:51 +02:00 committed by GitHub
commit 1b94d09209
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)."