ansible-desktop/roles/prepare/tasks/ubuntu.yml
2023-08-26 23:57:26 +02:00

16 lines
255 B
YAML

- name: install jmespath for json_query
become: yes
apt:
update_cache: yes
pkg:
- python3-jmespath
- name: install packages for builds
become: yes
apt:
update_cache: yes
pkg:
- git
- make
- build-essential