Workout the nvm install role
Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
13
roles/nvm/tasks/check_installed.yml
Normal file
13
roles/nvm/tasks/check_installed.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# ===================================================================================================
|
||||
# ? ABOUT
|
||||
# @author : Noah Knegt
|
||||
# @email : personal@noahknegt.com
|
||||
# @repo : https://git.noahknegt.com/noah.knegt/ansible-automations
|
||||
# @createdOn : 06-04-2023
|
||||
# @description : This will check if nvm is installed as the latest version.
|
||||
# ===================================================================================================
|
||||
|
||||
---
|
||||
- name: Check nvm version
|
||||
shell: nvm --version
|
||||
register: nvm_version
|
Reference in New Issue
Block a user