Commit 036c8193 by James Tanner

Fixes #6857 Make the url parameter required for get_url

parent 63f66a0d
......@@ -177,6 +177,7 @@ def main():
argument_spec = url_argument_spec()
argument_spec.update(
url = dict(required=True),
dest = dict(required=True),
sha256sum = dict(default=''),
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment