mirror of
https://github.com/foo-dogsquared/ansible-playbooks.git
synced 2025-01-30 22:57:57 +00:00
Improve system/base role
This commit is contained in:
parent
da532aa8af
commit
90afaf9503
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user