ansible: Install java 1.8 on SLES nodes
[lttng-ci.git] / automation / ansible / roles / common-node / tasks / setup-Suse.yml
index c94f6fb0901225be194bf4917a6d564ab6025701..801dede9009216f33e94b2f0804fa12efd8964c4 100644 (file)
@@ -1,4 +1,14 @@
 ---
+
+- name: Activate SLES Products
+  when: ansible_distribution == 'SLES'
+  include_role:
+    name: suse
+    tasks_from: product
+  loop: "{{common_node_products|default([])}}"
+  loop_control:
+    loop_var: 'product'
+
 - name: Ensure common_node patterns are installed.
   zypper: "name={{ common_node_patterns }} type=pattern state=present update_cache=yes"
 
This page took 0.022737 seconds and 4 git commands to generate.