From 328ed521df9f0aebe588b0c0ad339426b06ffb2e Mon Sep 17 00:00:00 2001 From: Exzellius Date: Tue, 29 Oct 2024 04:51:55 +0100 Subject: [PATCH 1/2] Update proxmox.py - Documentation only Updated description of "update"-Flag --- plugins/modules/proxmox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/proxmox.py b/plugins/modules/proxmox.py index 52d5a849f32..7542ed8db0a 100644 --- a/plugins/modules/proxmox.py +++ b/plugins/modules/proxmox.py @@ -224,7 +224,7 @@ default: 30 update: description: - - If V(true), the container will be updated with new values. + - If V(true), the container will be updated with new values. Only works with V(state: present). type: bool default: false version_added: 8.1.0 From 36c561b10e0f229835dbcef032c4fde080d98f9c Mon Sep 17 00:00:00 2001 From: Exzellius Date: Tue, 29 Oct 2024 10:36:50 +0100 Subject: [PATCH 2/2] proxmox.py aktualisieren Co-authored-by: Felix Fontein --- plugins/modules/proxmox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/proxmox.py b/plugins/modules/proxmox.py index 7542ed8db0a..90a1a36195f 100644 --- a/plugins/modules/proxmox.py +++ b/plugins/modules/proxmox.py @@ -224,7 +224,7 @@ default: 30 update: description: - - If V(true), the container will be updated with new values. Only works with V(state: present). + - If V(true), the container will be updated with new values. Only works with O(state=present). type: bool default: false version_added: 8.1.0