mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #8035/adb367a6 backport][stable-7] Fix missing apostrophes at proxmox.py examples (#8039)
Fix missing apostrophes at proxmox.py examples (#8035)
(cherry picked from commit adb367a6af
)
Co-authored-by: Sebastián Bevacqua <sebabeva@gmail.com>
This commit is contained in:
parent
f852ac90a2
commit
b7b781a2be
1 changed files with 3 additions and 3 deletions
|
@ -325,7 +325,7 @@ EXAMPLES = r'''
|
||||||
api_host: node1
|
api_host: node1
|
||||||
password: 123456
|
password: 123456
|
||||||
hostname: example.org
|
hostname: example.org
|
||||||
ostemplate: local:vztmpl/ubuntu-14.04-x86_64.tar.gz'
|
ostemplate: 'local:vztmpl/ubuntu-14.04-x86_64.tar.gz'
|
||||||
mounts: '{"mp0":"local:8,mp=/mnt/test/"}'
|
mounts: '{"mp0":"local:8,mp=/mnt/test/"}'
|
||||||
|
|
||||||
- name: Create new container with minimal options defining a cpu core limit
|
- name: Create new container with minimal options defining a cpu core limit
|
||||||
|
@ -337,7 +337,7 @@ EXAMPLES = r'''
|
||||||
api_host: node1
|
api_host: node1
|
||||||
password: 123456
|
password: 123456
|
||||||
hostname: example.org
|
hostname: example.org
|
||||||
ostemplate: local:vztmpl/ubuntu-14.04-x86_64.tar.gz'
|
ostemplate: 'local:vztmpl/ubuntu-14.04-x86_64.tar.gz'
|
||||||
cores: 2
|
cores: 2
|
||||||
|
|
||||||
- name: Create new container with minimal options and same timezone as proxmox host
|
- name: Create new container with minimal options and same timezone as proxmox host
|
||||||
|
@ -361,7 +361,7 @@ EXAMPLES = r'''
|
||||||
api_host: node1
|
api_host: node1
|
||||||
password: 123456
|
password: 123456
|
||||||
hostname: example.org
|
hostname: example.org
|
||||||
ostemplate: local:vztmpl/ubuntu-14.04-x86_64.tar.gz'
|
ostemplate: 'local:vztmpl/ubuntu-14.04-x86_64.tar.gz'
|
||||||
features:
|
features:
|
||||||
- nesting=1
|
- nesting=1
|
||||||
- mount=cifs,nfs
|
- mount=cifs,nfs
|
||||||
|
|
Loading…
Reference in a new issue