mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-04 08:45:45 +03:00
chore(devcontainer): make sure vscode ansible is working in subdirectories
This commit is contained in:
parent
1fa6f52077
commit
e63edcadc9
2 changed files with 5 additions and 6 deletions
|
@ -49,13 +49,13 @@ git config --local commit.template .gitmessage
|
|||
echo ""
|
||||
echo -e "${YELLOW}Installing python dependencies${ENDCOLOR}"
|
||||
echo ""
|
||||
poetry install -C /workspaces/forge/ansible
|
||||
poetry install -C /workspaces/forge/setup/ansible
|
||||
|
||||
# Install ansible dependencies
|
||||
echo ""
|
||||
echo -e "${YELLOW}Installing ansible dependencies${ENDCOLOR}"
|
||||
echo ""
|
||||
ansible-galaxy collection install -r /workspaces/forge/ansible/collections/requirements.yml
|
||||
# echo ""
|
||||
# echo -e "${YELLOW}Installing ansible dependencies${ENDCOLOR}"
|
||||
# echo ""
|
||||
# ansible-galaxy collection install -r /workspaces/forge/setup/ansible/collections/requirements.yml
|
||||
|
||||
# Finish
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue