opencollab: Moved to ansible-software repository
This commit is contained in:
parent
289aed0088
commit
3db0cad61e
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
|
||||
- name: install dependencies
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: installed
|
||||
with_items:
|
||||
- git
|
||||
- python2
|
||||
|
||||
- name: copy package
|
||||
git:
|
||||
dest: /usr/local/src/opencollab
|
||||
repo: "https://github.com/graphingwiki/opencollab.git"
|
||||
|
||||
- name: install package
|
||||
pip:
|
||||
name: /usr/local/src/opencollab
|
||||
umask: "0022"
|
||||
executable: pip2
|
||||
extra_args: --no-index
|
Loading…
Add table
Reference in a new issue