This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-deployment-bmj-deploy/install_ansible/install_ansible.sh

6 lines
102 B
Bash
Executable File

path=`pwd`
rpm -ivh $path/epel/*.rpm --force --nodeps
rpm -ivh $path/ansible/*.rpm --force --nodeps