mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
remove formd
This doesn't need an environment. I just clone the repo and link to it from ~/bin.
This commit is contained in:
parent
076bdfe047
commit
37a6fd8a5a
3 changed files with 0 additions and 15 deletions
|
|
@ -64,7 +64,6 @@
|
|||
- { role: sound, tags: ['sound'] }
|
||||
- { role: pim, tags: ['pim'] }
|
||||
- { role: radio, tags: ['radio'] }
|
||||
- { role: formd, tags: ['formd'] }
|
||||
- { role: postgresql, tags: ['postgresql'] }
|
||||
- { role: calibre, tags: ['calibre'] }
|
||||
- { role: aws, tags: ['aws'] }
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: virtualenv }
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
- name: Install formd into virtual environment
|
||||
pip: name='git+https://github.com/drbunsen/formd'
|
||||
editable=False
|
||||
virtualenv=/usr/local/env/formd
|
||||
virtualenv_command=virtualenv2
|
||||
|
||||
- name: Link formd to bin
|
||||
file: src=/usr/local/env/formd/bin/formd.py
|
||||
dest=/usr/local/bin/formd
|
||||
state=link
|
||||
Loading…
Add table
Add a link
Reference in a new issue