mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Use a nice default for the vhost script.
This commit is contained in:
@@ -34,6 +34,9 @@ def parse_args(args):
|
||||
hn = hn.replace('\n', '')
|
||||
opts.host.append(hn)
|
||||
|
||||
if not opts.host:
|
||||
opts.host = ["virthost*"]
|
||||
|
||||
return opts, args, parser
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user