# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_premake
# Clone the premake ansible role.
git clone [email protected]:computate-org/computate_premake.git ~/.ansible/roles/computate.computate_premake
# Change into the premake ansible role directory.
cd ~/.ansible/roles/computate.computate_premake
ansible-playbook install.yml
Christopher Tate