From 6a4bfe3317bd85250835b96fb38ca6a13473178e Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 1 May 2023 22:09:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ebuild-debian-env.sh=E2=80=9C=20=C3=A4n?= =?UTF-8?q?dern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-debian-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-debian-env.sh b/build-debian-env.sh index a8d8623..bd1d490 100644 --- a/build-debian-env.sh +++ b/build-debian-env.sh @@ -10,4 +10,4 @@ mkdir $(hostname -s)-git cd $(hostname -s)-git curl https://gitea.ds9.dedyn.io/olli/debian.ansible.basics/raw/branch/main/basics-container.yml >basics-container.yml -ansible-playbook --connection=local --inventory $(hostname), --limit $(hostname) basics-container.yml +ansible-playbook --connection=local --inventory $(hostname), --limit $(hostname) basics.yml