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

Commit

Permalink
Install fx
Browse files Browse the repository at this point in the history
  • Loading branch information
xalvarez committed Feb 13, 2021
1 parent 26be464 commit 5af992b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 19 deletions.
1 change: 0 additions & 1 deletion roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
become: no
when: not toolbox.stat.exists

- import_tasks: nodejs.yml
- import_tasks: docker.yml

- name: Create gradle wrapper alias
Expand Down
18 changes: 0 additions & 18 deletions roles/common/tasks/nodejs.yml

This file was deleted.

3 changes: 3 additions & 0 deletions roles/work/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
- import_tasks: asdf.yml
become: no

- import_tasks: npm.yml
become: no

- import_tasks: flatpak.yml
- import_tasks: aws.yml
- import_tasks: teams.yml
Expand Down
3 changes: 3 additions & 0 deletions roles/work/tasks/npm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
- name: Install fx
shell: bash -ilc "~/.asdf/shims/npm i -g fx"

0 comments on commit 5af992b

Please sign in to comment.