diff --git a/files/profile b/files/profile new file mode 100644 index 0000000..e69de29 diff --git a/local.yml b/local.yml index 0006872..e5040f6 100644 --- a/local.yml +++ b/local.yml @@ -2,18 +2,19 @@ - hosts: localhost connection: local roles: + - role: devoinc.nvm + nodejs_version: "lts" + nvm_commands: + -"nvm install --lts" + - role: gantsign.visual-studio-code + become: true users: - username: gianm - become: true tasks: - # - name: setup - # community.general.ansible_galaxy_install: - # type: role - # name: gantsign.visual-studio-code - - name: Basic dev install + become: true package: name: - git diff --git a/requirments.yml b/requirments.yml index 74b07c6..0189460 100644 --- a/requirments.yml +++ b/requirments.yml @@ -1 +1,2 @@ -- src: gantsign.visual-studio-code \ No newline at end of file +- src: gantsign.visual-studio-code +- src: devoinc.nvm \ No newline at end of file