configs/ensure.sh

5 lines
166 B
Bash
Executable File

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