From 757e14fee216a213714a6f0d36351b272a49adbb Mon Sep 17 00:00:00 2001 From: jerome Date: Fri, 7 Feb 2025 13:33:54 +0100 Subject: lxc_container state restarted --- playbooks/lxc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'playbooks/lxc.yml') diff --git a/playbooks/lxc.yml b/playbooks/lxc.yml index 8c40007..79bb5b9 100644 --- a/playbooks/lxc.yml +++ b/playbooks/lxc.yml @@ -20,7 +20,7 @@ name: rocky-lxc template: download template_options: --dist rockylinux --release 9 --arch amd64 - state: started + state: restarted container_command: | sleep 5 dnf install -y openssh-server python3 @@ -32,7 +32,7 @@ name: debian-lxc template: download template_options: --dist debian --release bookworm --arch amd64 - state: started + state: restarted container_command: | sleep 5 apt install -y openssh-server python3 -- cgit v1.2.3