ansible-desktop/roles/prepare/tasks/ubuntu.yml

16 lines
255 B
YAML
Raw Normal View History

2023-08-26 21:57:26 +00:00
- 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