chore(devcontainer): install ansible dependencies

This commit is contained in:
Stephan Lüscher 2024-04-29 10:57:25 +00:00
parent 3d30cdcd08
commit ab1141c933
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF

View file

@ -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 ""