From d2bde2fee730e7b9425a8af9a52e0941bd18175c Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Mon, 5 Aug 2024 22:49:37 +0200 Subject: [PATCH] fix: add run.sh on example host --- target/example_host/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/example_host/run.sh b/target/example_host/run.sh index a55745a..9a2734f 100755 --- a/target/example_host/run.sh +++ b/target/example_host/run.sh @@ -1,2 +1,2 @@ #!/usr/bin/sh -../../ansible/run_ansible_playbook.sh -u mbess +../../ansible/run_ansible_playbook.sh -u mbess $@