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
pull/47070/head
Shuang Wang 6 years ago committed by Matt Martz
parent b26aa66a41
commit d302485f99

@ -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…
Cancel
Save