Skip to content

Instantly share code, notes, and snippets.

@maksudc
Last active January 25, 2016 03:32
Show Gist options
  • Save maksudc/1a988152929f3a021387 to your computer and use it in GitHub Desktop.
Save maksudc/1a988152929f3a021387 to your computer and use it in GitHub Desktop.
- name: Install the requirements txt file
pip:
chdir={{ DIRECTORY }}
virtualenv=env
virtualenv_site_packages=no
requirements=requirements.txt
state=present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment