kubevirt: Add aliases 'interface_name' for 'network_name' (#536)
Fixes: ansible/ansible#55903 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/603/head
parent
11300507d0
commit
22c04d54f2
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- kubevirt - Add aliases 'interface_name' for network_name (https://github.com/ansible/ansible/issues/55641).
|
|
@ -103,6 +103,7 @@ DOCUMENTATION = '''
|
||||||
- In case of multiple network attached to virtual machine, define which interface should be returned as primary IP
|
- In case of multiple network attached to virtual machine, define which interface should be returned as primary IP
|
||||||
address.
|
address.
|
||||||
type: str
|
type: str
|
||||||
|
aliases: [ interface_name ]
|
||||||
api_version:
|
api_version:
|
||||||
description:
|
description:
|
||||||
- "Specify the KubeVirt API version."
|
- "Specify the KubeVirt API version."
|
||||||
|
|
Loading…
Reference in New Issue