---
# tasks file for buildtools
- name: install buildtools
ansible.builtin.package:
name: "{{ buildtools_packages }}"
state: present