Skip to content

Instantly share code, notes, and snippets.

@protosam
Created August 23, 2019 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save protosam/170b21b27e0f834ff4945ac11f56bd6f to your computer and use it in GitHub Desktop.
Save protosam/170b21b27e0f834ff4945ac11f56bd6f to your computer and use it in GitHub Desktop.
Prereq
# apt install python-pip git curl wget -y
As user:
$ mkdir ~/repos; cd $_
$ git clone https://github.com/ansible/ansible.git --recursive
$ pip install -e ansible/
Updating?
$ cd ~/repos/ansible
$ git pull
$ cd ~/repos
$ pip install -e ansible/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment