diff --git a/cloud/digital_ocean/digital_ocean_block_storage.py b/cloud/digital_ocean/digital_ocean_block_storage.py index 3dc04424bf5..0087942323b 100644 --- a/cloud/digital_ocean/digital_ocean_block_storage.py +++ b/cloud/digital_ocean/digital_ocean_block_storage.py @@ -26,7 +26,6 @@ short_description: Create/destroy or attach/detach Block Storage volumes in Digi description: - Create/destroy Block Storage volume in DigitalOcean, or attach/detach Block Storage volume to a droplet. version_added: "2.2" -author: "Harnek Sidhu" options: command: description: diff --git a/network/junos/junos_config.py b/network/junos/junos_config.py index 2a930037dc6..4bd4b360f71 100644 --- a/network/junos/junos_config.py +++ b/network/junos/junos_config.py @@ -112,7 +112,6 @@ options: the equivalent, set the I(update) argument to C(replace). This argument will be removed in a future release. required: false - required: true choices: ['yes', 'no'] default: false backup: diff --git a/network/nxos/nxos_acl.py b/network/nxos/nxos_acl.py index 11117c45d08..d2e13a3d831 100644 --- a/network/nxos/nxos_acl.py +++ b/network/nxos/nxos_acl.py @@ -95,7 +95,6 @@ options: keyword 'any'. required: false default: null - default: null dest_port_op: description: - Destination port operands such as eq, neq, gt, lt, range.