This repository has been archived on 2021-09-08. You can view files and clone it, but cannot push or open issues/pull-requests.
localdev-playbooks/dnf.yml

9 lines
595 B
YAML
Raw Normal View History

2021-04-16 12:59:28 -04:00
---
- name: install dnf applications
become: yes
become_user: root
become_method: sudo
dnf:
2021-05-11 12:06:59 -04:00
name: ShellCheck,alien,automake,awscli,bison,clang,cmake,curl,direnv,elfutils-libelf-devel,emacs,fakeroot,flex,fzf,gcc,gcc-c++,git,htop,httpie,jq,kernel-devel,libaio-devel,libblkid-devel,libffi-devel,libtirpc-devel,libtool,libudev-devel,libuuid-devel,libvirt-daemon-kvm,llvm,llvm-devel,llvm10,lsd,make,man-pages,most,nodejs,npm,openssh,openssh-clients,openssl-devel,openssl-perl,perl-FindBin,podman,qemu-kvm,skopeo,sqlite,sqlite-devel,tmux,uuid-devel,vim,which,zlib-devel
2021-04-16 12:59:28 -04:00
state: present