From d96b2642bc25d5febaa136266b2f73ec0ea4bb6e Mon Sep 17 00:00:00 2001 From: Herschdorfer Date: Sun, 26 May 2024 13:59:05 +0200 Subject: [PATCH] Update lxd_container.py documentation. (#8309) remove dead link from debian example --- 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 '''