mirror of
https://github.com/foo-dogsquared/ansible-playbooks.git
synced 2025-01-30 22:57:57 +00:00
roles: remove several packages to be installed
This commit is contained in:
parent
c071b3f2d0
commit
37c61339d5
@ -17,15 +17,9 @@
|
|||||||
dnf:
|
dnf:
|
||||||
state: present
|
state: present
|
||||||
name:
|
name:
|
||||||
- ImageMagick
|
|
||||||
- ImageMagick-doc
|
|
||||||
- ImageMagick-libs
|
|
||||||
- hyperfine
|
- hyperfine
|
||||||
- libtree-sitter
|
- libtree-sitter
|
||||||
- newsboat
|
- newsboat
|
||||||
- recoll
|
|
||||||
- recoll-gssp
|
|
||||||
- recoll-kio
|
|
||||||
- starship
|
- starship
|
||||||
- yt-dlp
|
- yt-dlp
|
||||||
|
|
||||||
|
@ -24,14 +24,6 @@
|
|||||||
- libtool
|
- libtool
|
||||||
- make
|
- make
|
||||||
|
|
||||||
- name: Setup container development tools
|
|
||||||
dnf:
|
|
||||||
state: present
|
|
||||||
name:
|
|
||||||
- podman
|
|
||||||
- toolbox
|
|
||||||
- openssl
|
|
||||||
|
|
||||||
- name: Install extra build systems
|
- name: Install extra build systems
|
||||||
dnf:
|
dnf:
|
||||||
state: present
|
state: present
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
---
|
---
|
||||||
- name: Install Flatpak development tools
|
|
||||||
package:
|
|
||||||
state: present
|
|
||||||
name: "{{ item }}"
|
|
||||||
loop:
|
|
||||||
- flatpak
|
|
||||||
- flatpak-builder
|
|
||||||
- git
|
|
||||||
|
|
||||||
- name: Add Flatpak remotes
|
- name: Add Flatpak remotes
|
||||||
flatpak_remote:
|
flatpak_remote:
|
||||||
state: present
|
state: present
|
||||||
@ -75,3 +66,5 @@
|
|||||||
remote: gnome-nightly
|
remote: gnome-nightly
|
||||||
loop:
|
loop:
|
||||||
- org.gimp.GIMP
|
- org.gimp.GIMP
|
||||||
|
- org.gnome.NautilusDevel
|
||||||
|
- org.gnome.Builder
|
||||||
|
Loading…
Reference in New Issue
Block a user