Browse Source

[Fix] Fix git repo + openweathermap

monf 8 years ago
parent
commit
110460a0df
2 changed files with 3 additions and 3 deletions
  1. 1 1
      brains/openweathermap.yml
  2. 2 2
      install/install.yml

+ 1 - 1
brains/openweathermap.yml

@@ -2,7 +2,7 @@
   - name: "get the weather"
     neurons:
       - openweathermap:
-          api_key: "fdfba4097c318aed7836b2a85a6a05ef"
+          api_key: "your-api"
           lang: "fr"
           temp_unit: "celsius"
           location : "grenoble"

+ 2 - 2
install/install.yml

@@ -3,7 +3,7 @@
   gather_facts: no
   connection: local
   vars:
-    - git_url: "git@gitlab.pwit.fr:millionsfortomorrow/kalliope.git"
+    - git_url: "git@github.com:kalliope-project/kalliope.git"
     - temp_local_repo: "/tmp/kalliope_repo"
 
   tasks:
@@ -19,7 +19,7 @@
   connection: local
   become: True
   vars:
-    - git_url: "git@gitlab.pwit.fr:millionsfortomorrow/kalliope.git"
+    - git_url: "git@github.com:kalliope-project/kalliope.git"
     - temp_local_repo: "/tmp/kalliope_repo"
     - install_path: "/usr/lib/kalliope"
   tasks: