Skip to content

Commit

Permalink
Point to available git source mechaphish#2
Browse files Browse the repository at this point in the history
git+ssh -> git
  • Loading branch information
Myts2 committed May 15, 2018
1 parent 5de027d commit 425f9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/crs/setup/tasks/deploy_postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

- name: 'Install peewee fork'
pip:
name: "git+ssh://[email protected]/cgc/peewee.git#egg=peewee"
name: "git://github.com/mechaphish/peewee.git#egg=peewee"
virtualenv: "{{ addusers.crs.home }}/farnsworth-venv/"
virtualenv_python: python2.7
extra_args: "-e"
Expand Down

0 comments on commit 425f9e6

Please sign in to comment.