diff --git a/.devcontainer/install-dev-tools.sh b/.devcontainer/install-dev-tools.sh index 495eba5..d66f033 100644 --- a/.devcontainer/install-dev-tools.sh +++ b/.devcontainer/install-dev-tools.sh @@ -35,7 +35,7 @@ echo -e "${YELLOW}Installing project dependencies${ENDCOLOR}" echo "" poetry install --no-root -C /workspaces/forge/ansible -Install ansible dependencies +# Install ansible dependencies echo "" echo -e "${YELLOW}Installing ansible dependencies${ENDCOLOR}" echo ""