Moved tools installer to role

master
Michael Mandl 2020-05-31 17:30:43 +02:00
parent 85f0dd8870
commit 28e8a8e9e4
2 changed files with 9 additions and 7 deletions

View File

@ -0,0 +1,8 @@
---
- name: install tools
package:
name:
- aptitude
- tree
state: latest

View File

@ -15,10 +15,4 @@
- tmux
- zsh
- neovim
tasks:
- name: install tools
package:
name:
- aptitude
- tree
state: latest
- tools