mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-06 17:55:45 +03:00
chore(devcontainer): install ansible from semaphore
This commit is contained in:
parent
fe5f370ca3
commit
2572254e83
3 changed files with 5 additions and 817 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/setup/ansible
|
||||
poetry install -C /workspaces/forge/semaphore/ansible
|
||||
|
||||
# Install ansible dependencies
|
||||
# echo ""
|
||||
# echo -e "${YELLOW}Installing ansible dependencies${ENDCOLOR}"
|
||||
# echo ""
|
||||
# ansible-galaxy collection install -r /workspaces/forge/setup/ansible/collections/requirements.yml
|
||||
echo ""
|
||||
echo -e "${YELLOW}Installing ansible dependencies${ENDCOLOR}"
|
||||
echo ""
|
||||
ansible-galaxy collection install -r /workspaces/forge/semaphore/ansible/requirements_ansible.yml
|
||||
|
||||
# Finish
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue