From 6cdcf099845e2fd406474eecd80a640be2904188 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 19 Sep 2016 15:01:48 -0700 Subject: [PATCH] Remove duplicate keys from module docs. (#4920) --- .../modules/cloud/digital_ocean/digital_ocean_block_storage.py | 1 - lib/ansible/modules/network/nxos/nxos_acl.py | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/ansible/modules/cloud/digital_ocean/digital_ocean_block_storage.py b/lib/ansible/modules/cloud/digital_ocean/digital_ocean_block_storage.py index 3dc04424bf..0087942323 100644 --- a/lib/ansible/modules/cloud/digital_ocean/digital_ocean_block_storage.py +++ b/lib/ansible/modules/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/lib/ansible/modules/network/nxos/nxos_acl.py b/lib/ansible/modules/network/nxos/nxos_acl.py index 8a9f1692a5..ec32e63fd8 100644 --- a/lib/ansible/modules/network/nxos/nxos_acl.py +++ b/lib/ansible/modules/network/nxos/nxos_acl.py @@ -94,7 +94,6 @@ options: keyword 'any' required: false default: null - default: null dest_port_op: description: - dest port operands such as eq, neq, gt, lt, range