From 39a12074a4b32e915b3a48559cd7a4f9a2f8c4c1 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 12:32:30 +0100 Subject: [PATCH] [PR #8035/adb367a6 backport][stable-8] Fix missing apostrophes at proxmox.py examples (#8040) 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 2d7b76fde2..0990169ca5 100644 --- a/plugins/modules/proxmox.py +++ b/plugins/modules/proxmox.py @@ -340,7 +340,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 @@ -352,7 +352,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 @@ -376,7 +376,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