From b7b781a2be314607e66b48a30687a55c593c0d70 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 12:32:27 +0100 Subject: [PATCH] [PR #8035/adb367a6 backport][stable-7] Fix missing apostrophes at proxmox.py examples (#8039) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix missing apostrophes at proxmox.py examples (#8035) (cherry picked from commit adb367a6af379c04ee5ae60fbce60bd58668592e) Co-authored-by: Sebastián Bevacqua --- plugins/modules/proxmox.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/proxmox.py b/plugins/modules/proxmox.py index ea1f13aa31..1ed5654ce6 100644 --- a/plugins/modules/proxmox.py +++ b/plugins/modules/proxmox.py @@ -325,7 +325,7 @@ EXAMPLES = r''' 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 @@ -337,7 +337,7 @@ EXAMPLES = r''' 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 @@ -361,7 +361,7 @@ EXAMPLES = r''' 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