configs/ensure.sh

5 lines
166 B
Bash
Raw Normal View History

#!/usr/bin/env bash
sudo dnf install -yq --refresh python ansible
ansible-galaxy collection install ansible.posix
ansible-galaxy collection install community.general