Browse Source

disable the cloning of the repo. we have it already

nico 8 years ago
parent
commit
bd748c84b5
1 changed files with 13 additions and 13 deletions
  1. 13 13
      install/install.yml

+ 13 - 13
install/install.yml

@@ -1,17 +1,17 @@
 ---
-- hosts: localhost
-  gather_facts: no
-  connection: local
-  vars:
-    - git_url: "git@github.com:kalliope-project/kalliope.git"
-    - temp_local_repo: "/tmp/kalliope_repo"
-
-  tasks:
-    - name: clone project in /tmp as standart user
-      git:
-        repo: "{{ git_url }}"
-        dest: /tmp/kalliope_repo
-        accept_hostkey: yes
+#- hosts: localhost
+#  gather_facts: no
+#  connection: local
+#  vars:
+#    - git_url: "git@github.com:kalliope-project/kalliope.git"
+#    - temp_local_repo: "/tmp/kalliope_repo"
+#
+#  tasks:
+#    - name: clone project in /tmp as standart user
+#      git:
+#        repo: "{{ git_url }}"
+#        dest: /tmp/kalliope_repo
+#        accept_hostkey: yes
 
 
 - hosts: localhost