Removed 'default=None' in a batch of modules (#4556) (#4568)

* removed default=None

* removed default=None

* removed default=None

* removed default=None

* added changelog fragment

(cherry picked from commit b916cb369b)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2022-04-24 10:49:45 +02:00
committed by GitHub
parent e933ed782f
commit ed0c768aaf
7 changed files with 48 additions and 57 deletions

View File

@@ -865,7 +865,7 @@ class ClcLoadBalancer:
"""
argument_spec = dict(
name=dict(required=True),
description=dict(default=None),
description=dict(),
location=dict(required=True),
alias=dict(required=True),
port=dict(choices=[80, 443]),