Compare commits

..

No commits in common. "d72e314fddaf589ec0283ee3a5853fab2171219d" and "c5bbb57b69b912b3ec30730005d0b961e84c804f" have entirely different histories.

2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -1,10 +0,0 @@
---
- name: install yum packages
become: true
yum:
name:
- tmux
- sysstat
- urlview
- xsel
state: latest