-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
area:ansibleAnsible configurationsAnsible configurations
Description
- Work
- Home (Desktop)
- Home
dotfiles/ansible/roles/npm_install/tasks/main.yml
Lines 1 to 20 in 839e53f
--- | |
- name: Uninstall | |
environment: | |
NPM_CONFIG_PREFIX: "{{ ansible_env.HOME }}/.npm-global" | |
community.general.npm: | |
name: "{{ item }}" | |
state: absent | |
global: yes | |
loop: | |
- "@astrojs/language-server" | |
- "@bitwarden/cli" | |
- "@fsouza/prettierd" | |
- "bash-language-server" | |
- "eslint_d" | |
- "graphql-language-service-cli" | |
- "pyright" | |
- "typescript" | |
- "typescript-language-server" | |
- "vscode-langservers-extracted" | |
- "yarn" |
Metadata
Metadata
Assignees
Labels
area:ansibleAnsible configurationsAnsible configurations