Improve system/base role

This commit is contained in:
Gabriel Arazas 2022-03-19 12:28:09 +08:00
parent da532aa8af
commit 90afaf9503
3 changed files with 20 additions and 4 deletions

View File

@ -16,13 +16,21 @@
dnf:
state: present
name:
- editorconfig
- ImageMagick
- ImageMagick-doc
- ImageMagick-libs
- hyperfine
- libtree-sitter
- newsboat
- recoll
- recoll-gssp
- recoll-kio
- starship
- yt-dlp
- name: Install documentation tools
package:
state: present
name:
- asciidoctor
- editorconfig

View File

@ -13,6 +13,17 @@
- man-db
- man-pages
- name: Install GNU build system components
dnf:
state: present
name:
- autoconf
- autoconf-archive
- coreutils
- findutils
- libtool
- make
- name: Setup container development tools
dnf:
state: present
@ -33,6 +44,5 @@
state: present
name:
- cmake
- make
- meson
- ninja-build

View File

@ -1,8 +1,6 @@
---
- name: Install minimal development environment tools
include: dev_minimal.yml
tags: dev_minimal
- name: Install additional development tools
include: dev_extra.yml
tags: dev_extra