From 2ea8850f2da11ba31885a5787428699e8fc136c6 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 14:08:30 +0200 Subject: [PATCH] [PR #8309/d96b2642 backport][stable-8] Update lxd_container.py documentation. (#8421) Update lxd_container.py documentation. (#8309) remove dead link from debian example (cherry picked from commit d96b2642bc25d5febaa136266b2f73ec0ea4bb6e) Co-authored-by: Herschdorfer --- plugins/modules/lxd_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/lxd_container.py b/plugins/modules/lxd_container.py index b82e2be9b7..f44523a751 100644 --- a/plugins/modules/lxd_container.py +++ b/plugins/modules/lxd_container.py @@ -400,7 +400,7 @@ EXAMPLES = ''' protocol: simplestreams type: image mode: pull - server: https://images.linuxcontainers.org + server: [...] # URL to the image server alias: debian/11 timeout: 600 '''