mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
option [others] of get_url is unnecessary (#47005)
* parameters [others] of get_url is unnecessary * delete a blank line * test * delete ignore * Update get_url.py
This commit is contained in:
parent
b26aa66a41
commit
d302485f99
2 changed files with 0 additions and 4 deletions
|
@ -154,9 +154,6 @@ options:
|
|||
client authentication. If C(client_cert) contains both the certificate
|
||||
and key, this option is not required.
|
||||
version_added: '2.4'
|
||||
others:
|
||||
description:
|
||||
- all arguments accepted by the M(file) module also work here
|
||||
# informational: requirements for nodes
|
||||
extends_documentation_fragment:
|
||||
- files
|
||||
|
|
|
@ -609,7 +609,6 @@ lib/ansible/modules/monitoring/sensu_client.py E324
|
|||
lib/ansible/modules/monitoring/sensu_handler.py E326
|
||||
lib/ansible/modules/monitoring/zabbix/zabbix_maintenance.py E317
|
||||
lib/ansible/modules/net_tools/basics/get_url.py E322
|
||||
lib/ansible/modules/net_tools/basics/get_url.py E323
|
||||
lib/ansible/modules/net_tools/basics/get_url.py E324
|
||||
lib/ansible/modules/net_tools/basics/slurp.py E322
|
||||
lib/ansible/modules/net_tools/basics/uri.py E322
|
||||
|
|
Loading…
Reference in a new issue