diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c52aba5..884b22c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -47,7 +47,6 @@ "editor.formatOnSave": true, "editor.formatOnPaste": true, "files.associations": { - "**/ansible/*.yml": "ansible", "**/ansible/**/*.yml": "ansible" }, "[ansible]": { diff --git a/.devcontainer/install-dev-tools.sh b/.devcontainer/install-dev-tools.sh index 704bfd9..e7eb56e 100644 --- a/.devcontainer/install-dev-tools.sh +++ b/.devcontainer/install-dev-tools.sh @@ -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 ""