Add development tools
This commit is contained in:
parent
20565311bf
commit
5b17743716
1 changed files with 7 additions and 0 deletions
|
@ -57,6 +57,13 @@
|
||||||
- mlocate
|
- mlocate
|
||||||
- nano-default-editor
|
- nano-default-editor
|
||||||
|
|
||||||
|
- name: Install development tools
|
||||||
|
ansible.builtin.dnf:
|
||||||
|
name:
|
||||||
|
- "@c-development"
|
||||||
|
- "@development-tools"
|
||||||
|
state: installed
|
||||||
|
|
||||||
- name: Install extra packages
|
- name: Install extra packages
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue