mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
use fork in defaults/main.yml for testing
This commit is contained in:
parent
6a55a11f55
commit
ba463a0b0a
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,8 @@
|
|||
# https://pypi.org/project/opwen-email-client/ ...OR... HARDCODE EITHER HERE:
|
||||
#lokole_commit: # OPTIONAL: a 40-char git hash, from https://github.com/ascoderu/lokole/commits/master
|
||||
#lokole_version: # OPTIONAL: e.g. master or 0.5.10 or a version number from https://pypi.org/project/opwen-email-client/#history
|
||||
lokole_repo: https://github.com/ascoderu/lokole.git@{{ lokole_commit }} # the lokole git repo location to pull from if lokole_commit is defined
|
||||
# TODO: revert back to main repo after upstream PR is merged
|
||||
lokole_repo: https://github.com/mabuelhagag/lokole.git@{{ lokole_commit }} # the lokole git repo location to pull from if lokole_commit is defined
|
||||
|
||||
lokole_admin_user: admin # lowercase is nec here (even though uppercase Admin/changeme is IIAB's OOB recommendation: BOTH WORK to log in to http://box/lokole)
|
||||
lokole_admin_password: changeme
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
# For development purposes -- To install Lokole from a given commit, add the
|
||||
# following line to roles/lokole/defaults/main.yml:
|
||||
# lokole_commit: <git_commit_id>
|
||||
# TODO: revert back to main remo after upstream PR is merged
|
||||
- name: "OPTIONAL: pip install opwen_email_client (Lokole, git commit {{ lokole_commit }}) from GitHub to {{ lokole_venv }}, if lokole_commit is defined"
|
||||
pip:
|
||||
name: "git+{{ lokole_repo }}@{{ lokole_commit }}#egg=opwen_email_client"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue