# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_curl
# Clone the curl ansible role.
git clone git@github.com:computate-org/computate_curl.git ~/.ansible/roles/computate.computate_curl
# Change into the curl ansible role directory.
cd ~/.ansible/roles/computate.computate_curl
ansible-playbook install.yml
Christopher Tate