From ab1141c933d88d5905fe3cad7605cfc549cfc2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20L=C3=BCscher?= Date: Mon, 29 Apr 2024 10:57:25 +0000 Subject: [PATCH] chore(devcontainer): install ansible dependencies --- .devcontainer/install-dev-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/install-dev-tools.sh b/.devcontainer/install-dev-tools.sh index 416b9b3..f28c141 100644 --- a/.devcontainer/install-dev-tools.sh +++ b/.devcontainer/install-dev-tools.sh @@ -33,7 +33,7 @@ git config --local commit.template .gitmessage echo "" echo -e "${YELLOW}Installing project dependencies${ENDCOLOR}" echo "" -poetry install --no-root -C /workspaces/forge/setup/ansible +poetry install --no-root -C /workspaces/forge/ansible # Install ansible dependencies # echo ""