mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Add an alias 'name=' for guest
This is the opposite as library/virt, but much better than using name= as the default option name.
This commit is contained in:
parent
c5d7ef3d7f
commit
250f52bfba
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ def main():
|
||||||
host = dict(required=True),
|
host = dict(required=True),
|
||||||
login = dict(required=True),
|
login = dict(required=True),
|
||||||
password = dict(required=True),
|
password = dict(required=True),
|
||||||
guest = dict(required=True),
|
guest = dict(required=True, aliases=['name']),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue