Add development tools

This commit is contained in:
Timo Mäkinen 2024-11-28 20:39:09 +02:00
parent 20565311bf
commit 5b17743716

View file

@ -57,6 +57,13 @@
- mlocate
- nano-default-editor
- name: Install development tools
ansible.builtin.dnf:
name:
- "@c-development"
- "@development-tools"
state: installed
- name: Install extra packages
ansible.builtin.package:
name: "{{ item }}"