2015-12-13 18:54:49 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Install misc software
|
2020-11-13 17:39:47 +01:00
|
|
|
pkgng:
|
|
|
|
name:
|
|
|
|
- vim-lite
|
|
|
|
- htop
|
|
|
|
- zsh
|
2015-12-13 18:54:49 +01:00
|
|
|
|
|
|
|
- name: Configure misc software
|
|
|
|
copy: src={{ item.src }} dest={{ item.dest }}
|
|
|
|
with_items:
|
|
|
|
- { src: '.zshrc', dest: '/root/.zshrc' }
|
|
|
|
- { src: '.zshrc.local', dest: '/root/.zshrc.local' }
|