configs/ensure.sh

10 lines
237 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2022-01-28 15:12:41 -05:00
# 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