noheat: clone OOM repository
[integration.git] / deployment / noheat / cluster-rke / ansible / create.yml
index 49a48d4..329d6b8 100644 (file)
   hosts: operator0
   roles:
     - role: setup_k8s
+- name: Download OOM
+  hosts: operator0
+  tasks:
+    - name: Clone OOM
+      git:
+        repo: "https://git.onap.org/oom"
+        dest: "{{ oom_dir }}"
+        version: "master"