update yml
This commit is contained in:
parent
b0a4291513
commit
a636722f5b
0
files/profile
Normal file
0
files/profile
Normal file
13
local.yml
13
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
|
||||
|
@ -1 +1,2 @@
|
||||
- src: gantsign.visual-studio-code
|
||||
- src: gantsign.visual-studio-code
|
||||
- src: devoinc.nvm
|
Loading…
Reference in New Issue
Block a user