configs/ensure.sh

10 lines
237 B
Bash
Executable File

#!/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