mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-07 10:15:44 +03:00
wip - nicegui
This commit is contained in:
parent
c3ed45a21b
commit
85b0b3fdc5
39 changed files with 2748 additions and 896 deletions
|
@ -54,6 +54,10 @@
|
|||
"**/inventory*.yml": "ansible",
|
||||
"**/*.just": "just"
|
||||
},
|
||||
// Python configuration
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "ms-python.black-formatter"
|
||||
},
|
||||
// Ansible configuration
|
||||
"ansible.validation.enabled": true,
|
||||
"ansible.validation.lint.arguments": "-c ansible/.ansible-lint",
|
||||
|
|
|
@ -33,13 +33,13 @@ git config --local commit.template .gitmessage
|
|||
echo ""
|
||||
echo -e "${YELLOW}Installing project dependencies${ENDCOLOR}"
|
||||
echo ""
|
||||
poetry install --no-root -C /workspaces/forge/ansible
|
||||
poetry install --no-root -C /workspaces/forge/anvil
|
||||
|
||||
# Install ansible dependencies
|
||||
echo ""
|
||||
echo -e "${YELLOW}Installing ansible dependencies${ENDCOLOR}"
|
||||
echo ""
|
||||
ansible-galaxy collection install -r /workspaces/forge/ansible/collections/requirements.yml
|
||||
ansible-galaxy collection install -r /workspaces/forge/anvil/ansible/collections/requirements.yml
|
||||
|
||||
# Finish
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue