mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
edit comment to reflect real args
This commit is contained in:
parent
8a61794234
commit
66f9a697ed
1 changed files with 2 additions and 2 deletions
|
@ -374,8 +374,8 @@ def main():
|
|||
return VIRT_FAILED, msg
|
||||
|
||||
|
||||
# vm=name state=[running|shutdown|destroyed|undefined]
|
||||
# command=[some command] [vm=name]
|
||||
# guest=name state=[running|shutdown|destroyed|undefined]
|
||||
# command=[some command] [guest=name]
|
||||
|
||||
params = {}
|
||||
for x in items:
|
||||
|
|
Loading…
Reference in a new issue