Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

Commit 5af992b

Browse files
committed
Install fx
1 parent 26be464 commit 5af992b

File tree

4 files changed

+6
-19
lines changed

4 files changed

+6
-19
lines changed

roles/common/tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
become: no
2626
when: not toolbox.stat.exists
2727

28-
- import_tasks: nodejs.yml
2928
- import_tasks: docker.yml
3029

3130
- name: Create gradle wrapper alias

roles/common/tasks/nodejs.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

roles/work/tasks/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
- import_tasks: asdf.yml
55
become: no
66

7+
- import_tasks: npm.yml
8+
become: no
9+
710
- import_tasks: flatpak.yml
811
- import_tasks: aws.yml
912
- import_tasks: teams.yml

roles/work/tasks/npm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
- name: Install fx
3+
shell: bash -ilc "~/.asdf/shims/npm i -g fx"

0 commit comments

Comments
 (0)