remove formd

This doesn't need an environment. I just clone the repo and link to it
from ~/bin.
This commit is contained in:
Pig Monkey 2019-05-03 20:05:43 -07:00
parent 076bdfe047
commit 37a6fd8a5a
3 changed files with 0 additions and 15 deletions

View file

@ -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'] }

View file

@ -1,3 +0,0 @@
---
dependencies:
- { role: virtualenv }

View file

@ -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