From 002b491d555d0bf845ebafef903f8d2deddf7165 Mon Sep 17 00:00:00 2001 From: jerome Date: Wed, 21 May 2025 19:04:57 +0200 Subject: tasks --- 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 666cfb3..18a682e 100644 --- a/playbooks/lxc.yml +++ b/playbooks/lxc.yml @@ -22,7 +22,7 @@ template_options: --dist rockylinux --release 9 --arch amd64 state: started container_command: | - sleep 5 + dnf check-update dnf install -y openssh-server python3 systemctl enable --now sshd @@ -34,7 +34,7 @@ template_options: --dist debian --release bookworm --arch amd64 state: started container_command: | - sleep 5 + apt update apt install -y openssh-server python3 systemctl enable --now ssh -- cgit v1.2.3