mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-04 08:11:30 -07:00
Corrected Kubevirt template in the example (#54029)
This commit is contained in:
parent
943946ec9c
commit
ac6ff8fe05
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ EXAMPLES = '''
|
||||||
objects:
|
objects:
|
||||||
- name: ${NAME}
|
- name: ${NAME}
|
||||||
kind: VirtualMachine
|
kind: VirtualMachine
|
||||||
memory: ${MEMORY_SIZE}Mi
|
memory: ${MEMORY_SIZE}
|
||||||
state: present
|
state: present
|
||||||
namespace: vms
|
namespace: vms
|
||||||
parameters:
|
parameters:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue