Added dev-machine packages
This commit is contained in:
parent
bc98f18417
commit
9777b74f64
18
roles/dev-machine/tasks/main.yaml
Normal file
18
roles/dev-machine/tasks/main.yaml
Normal 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
|
Reference in New Issue
Block a user