Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 489 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 489 Bytes

Install the curl ansible role

# Create a directory for the ansible role. 
install -d ~/.ansible/roles/computate.computate_curl

# Clone the curl ansible role. 
git clone [email protected]:computate-org/computate_curl.git ~/.ansible/roles/computate.computate_curl

# Change into the curl ansible role directory. 
cd ~/.ansible/roles/computate.computate_curl

Run the curl ansible playbook to install curl locally.

ansible-playbook install.yml

Christopher Tate