Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
fixing ubuntu deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wesyoung committed Dec 14, 2015
1 parent 3b1c056 commit f7aeacc
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions deployment/ansible/roles/ubuntu/tasks/sdist.yml
Original file line number Diff line number Diff line change
@@ -1,45 +1,9 @@
---
#- name: create remote directory
# file: path=bearded-avenger state=directory owner={{ ansible_env.SUDO_USER }} group={{ ansible_env.SUDO_USER }} mode=0770
#
## this should only be used for testing
#- name: sync files
# synchronize:
# dest: "bearded-avenger"
# src: "../../{{ item }}"
# rsync_opts:
# - '--exclude .vagrant'
# - '--exclude tmp'
# - '--exclude log'
# - '--exclude *.pyc'
# - '--exclude build'
# - '--exclude .cache'
# - '--exclude .idea'
# - '--exclude temp'
# with_items:
# - .git
# - LICENSE
# - MANIFEST.in
# - README.txt
# - README.md
# - cif
# - deployment
# - docs
# - hacking
# - packaging
# - requirements.txt
# - rules
# - setup.cfg
# - setup.py
# - tests
# - versioneer.py

- name: register mypath
shell: pwd
register: mypath

- name: install requirements
# { dist_version.stdout | regex_replace('.tar.gz$', '') }}
pip: requirements="requirements.txt" chdir="{{ mypath.stdout }}/../../"

- name: build
Expand Down

0 comments on commit f7aeacc

Please sign in to comment.