From 8456c6dd5adb5221d42559cbda40f75eb463a2a1 Mon Sep 17 00:00:00 2001 From: Mohamad Date: Fri, 1 Jul 2022 18:48:38 +0200 Subject: [PATCH] removed lokole_commit ref from lokole_repo as it's already referenced --- roles/lokole/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lokole/defaults/main.yml b/roles/lokole/defaults/main.yml index f57ab5f11..d3799a86f 100644 --- a/roles/lokole/defaults/main.yml +++ b/roles/lokole/defaults/main.yml @@ -15,7 +15,7 @@ #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 # 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_repo: https://github.com/mabuelhagag/lokole.git # 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