chore(devcontainer): install ansible from semaphore

This commit is contained in:
Stephan Lüscher 2023-05-08 14:56:05 +00:00
parent fe5f370ca3
commit 2572254e83
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
3 changed files with 5 additions and 817 deletions

View file

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