mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-20 13:33:44 +03:00
chore(devcontainer): install ansible dependencies
This commit is contained in:
parent
3d30cdcd08
commit
ab1141c933
|
@ -33,7 +33,7 @@ git config --local commit.template .gitmessage
|
||||||
echo ""
|
echo ""
|
||||||
echo -e "${YELLOW}Installing project dependencies${ENDCOLOR}"
|
echo -e "${YELLOW}Installing project dependencies${ENDCOLOR}"
|
||||||
echo ""
|
echo ""
|
||||||
poetry install --no-root -C /workspaces/forge/setup/ansible
|
poetry install --no-root -C /workspaces/forge/ansible
|
||||||
|
|
||||||
# Install ansible dependencies
|
# Install ansible dependencies
|
||||||
# echo ""
|
# echo ""
|
||||||
|
|
Loading…
Reference in a new issue