Compare commits

..

2 Commits

2 changed files with 8 additions and 0 deletions

View File

@ -4,3 +4,5 @@
yum:
name: neovim
state: latest
- include_tasks: Unix.yaml

View File

@ -0,0 +1,6 @@
---
- name: install yum package
become: true
yum:
name: nodejs
state: latest