Skip to content

Commit

Permalink
[PR #8035/adb367a6 backport][stable-8] Fix missing apostrophes at pro…
Browse files Browse the repository at this point in the history
…xmox.py examples (#8040)

Fix missing apostrophes at proxmox.py examples (#8035)

(cherry picked from commit adb367a)

Co-authored-by: Sebastián Bevacqua <sebabeva@gmail.com>
  • Loading branch information
patchback[bot] and sebabeva authored Feb 28, 2024
1 parent d83fba6 commit 39a1207
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/proxmox.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
api_host: node1
password: 123456
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/"}'
- name: Create new container with minimal options defining a cpu core limit
Expand All @@ -352,7 +352,7 @@
api_host: node1
password: 123456
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
- name: Create new container with minimal options and same timezone as proxmox host
Expand All @@ -376,7 +376,7 @@
api_host: node1
password: 123456
hostname: example.org
ostemplate: local:vztmpl/ubuntu-14.04-x86_64.tar.gz'
ostemplate: 'local:vztmpl/ubuntu-14.04-x86_64.tar.gz'
features:
- nesting=1
- mount=cifs,nfs
Expand Down

0 comments on commit 39a1207

Please sign in to comment.