mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -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:
|
||||
- name: ${NAME}
|
||||
kind: VirtualMachine
|
||||
memory: ${MEMORY_SIZE}Mi
|
||||
memory: ${MEMORY_SIZE}
|
||||
state: present
|
||||
namespace: vms
|
||||
parameters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue