add botany
This commit is contained in:
parent
716d0b7ceb
commit
5d31a79ddc
|
@ -0,0 +1,15 @@
|
|||
# Configure botany
|
||||
# must manually initalize sqlite database by running botany as root once
|
||||
---
|
||||
- name: Clone botany repository
|
||||
git:
|
||||
repo: 'https://github.com/jifunks/botany.git'
|
||||
dest: /var/lib/botany
|
||||
force: yes
|
||||
|
||||
- name: Install botany executable
|
||||
file:
|
||||
src: /var/lib/botany/botany.py
|
||||
dest: /usr/local/bin/botany
|
||||
mode: 0755
|
||||
state: link
|
|
@ -14,3 +14,4 @@
|
|||
- include: iris.yml
|
||||
- include: gopher.yml
|
||||
- include: pb.yml
|
||||
- include: botany.yml
|
||||
|
|
Loading…
Reference in New Issue