mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-28 00:41:44 -07:00
Merge pull request #9105 from jakubroztocil/devel
Remove unreachable code
This commit is contained in:
commit
d1037635d6
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ def aws_common_argument_spec():
|
||||||
security_token=dict(no_log=True),
|
security_token=dict(no_log=True),
|
||||||
profile=dict(),
|
profile=dict(),
|
||||||
)
|
)
|
||||||
return spec
|
|
||||||
|
|
||||||
|
|
||||||
def ec2_argument_spec():
|
def ec2_argument_spec():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue