mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
[PR #10620/a68ba504 backport][stable-11] homectl, maven_artifact: removed redundant comments (#10622)
homectl, maven_artifact: removed redundant comments (#10620)
* homectl, maven_artifact: removed redundant comments
* stacki_hosts: one more redundant comment
(cherry picked from commit a68ba50466
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
3406288644
commit
0123222ba8
3 changed files with 3 additions and 5 deletions
|
@ -630,7 +630,7 @@ def main():
|
|||
password=dict(no_log=True, aliases=['aws_secret_access_key']),
|
||||
headers=dict(type='dict'),
|
||||
force_basic_auth=dict(default=False, type='bool'),
|
||||
state=dict(default="present", choices=["present", "absent"]), # TODO - Implement a "latest" state
|
||||
state=dict(default="present", choices=["present", "absent"]),
|
||||
timeout=dict(default=10, type='int'),
|
||||
dest=dict(type="path", required=True),
|
||||
validate_certs=dict(default=True, type='bool'),
|
||||
|
@ -647,7 +647,7 @@ def main():
|
|||
)
|
||||
|
||||
if module.params['unredirected_headers'] is None:
|
||||
# if the user did not supply unredirected params, we use the default, ONLY on ansible core 2.12 and above
|
||||
# if the user did not supply unredirected params, we use the default
|
||||
module.params['unredirected_headers'] = ['Authorization', 'Cookie']
|
||||
|
||||
if not HAS_LXML_ETREE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue