Skip to content

Commit

Permalink
chore: remove roles and ignore_error node
Browse files Browse the repository at this point in the history
  • Loading branch information
maskudo committed Feb 3, 2024
1 parent 59dcb79 commit bfacfc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
roles:
- core
- configs
- fonts
# - fonts
# - gui
- laptop
# - laptop
- programming
3 changes: 3 additions & 0 deletions roles/programming/tasks/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@
- programming
- name: Install nodejs latest with asdf
ansible.builtin.shell: "${HOME}/.asdf/bin/asdf install nodejs latest"
ignore_errors: true
tags:
- install
- programming

- name: Set global version for nodejs to latest
ansible.builtin.shell: "${HOME}/.asdf/bin/asdf global nodejs latest"
ignore_errors: true
tags:
- install
- programming
Expand Down

0 comments on commit bfacfc8

Please sign in to comment.