mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-04 08:45:45 +03:00
feat(main): install ansible collections
This commit is contained in:
parent
a88568658c
commit
8d0fe541b0
3 changed files with 14 additions and 5 deletions
|
@ -35,11 +35,11 @@ echo -e "${YELLOW}Installing project dependencies${ENDCOLOR}"
|
|||
echo ""
|
||||
poetry install --no-root -C /workspaces/forge/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
|
||||
Install ansible dependencies
|
||||
echo ""
|
||||
echo -e "${YELLOW}Installing ansible dependencies${ENDCOLOR}"
|
||||
echo ""
|
||||
ansible-galaxy collection install -r /workspaces/forge/ansible/collections/requirements.yml
|
||||
|
||||
# Finish
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue