Added dev-machine packages

master
changeme 2020-06-21 22:50:31 +02:00
parent bc98f18417
commit 9777b74f64
2 changed files with 19 additions and 0 deletions

View File

@ -13,3 +13,4 @@
- zsh
- neovim
- tools
- dev-machine

View File

@ -0,0 +1,18 @@
---
- name: install os packages
package:
name:
- cmake
- llvm
- clang
- python-pip
state: latest
- name: install python packages
become_user: "{{ account.name }}"
pip:
name:
- conan
- python-language-server
state: latest
extra_args: --user