#!/usr/bin/env bash
# For dotfiles/backups
sudo dnf install -yq git make restic stow
# For ansible
sudo dnf install -yq python ansible
ansible-galaxy collection install ansible.posix
ansible-galaxy collection install community.general