ACI: Fix validate-module tests E322 and E323 (#35052)

This commit is contained in:
Dag Wieers 2018-01-18 19:18:43 +01:00 committed by GitHub
commit 2fd5a99989
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 44 additions and 38 deletions

View file

@ -68,7 +68,6 @@ def aci_argument_spec():
password=dict(type='str', no_log=True),
private_key=dict(type='path', aliases=['cert_key']), # Beware, this is not the same as client_key !
certificate_name=dict(type='str', aliases=['cert_name']), # Beware, this is not the same as client_cert !
protocol=dict(type='str', removed_in_version='2.6'), # Deprecated in v2.6
timeout=dict(type='int', default=30),
use_proxy=dict(type='bool', default=True),
use_ssl=dict(type='bool', default=True),