Moved tools installer to role
This commit is contained in:
parent
85f0dd8870
commit
28e8a8e9e4
8
roles/tools/tasks/main.yaml
Normal file
8
roles/tools/tasks/main.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
- name: install tools
|
||||||
|
package:
|
||||||
|
name:
|
||||||
|
- aptitude
|
||||||
|
- tree
|
||||||
|
state: latest
|
||||||
|
|
@ -15,10 +15,4 @@
|
|||||||
- tmux
|
- tmux
|
||||||
- zsh
|
- zsh
|
||||||
- neovim
|
- neovim
|
||||||
tasks:
|
- tools
|
||||||
- name: install tools
|
|
||||||
package:
|
|
||||||
name:
|
|
||||||
- aptitude
|
|
||||||
- tree
|
|
||||||
state: latest
|
|
||||||
|
Reference in New Issue
Block a user