jjb: lttng-modules: remove 2.10 and 2.11 jobs
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-Suse.yml
CommitLineData
599b56d0
MJ
1---
2- name: Define common_patterns.
3 set_fact:
4 common_patterns: "{{ __common_patterns | list }}"
5 when: common_patterns is not defined
6
7- name: Ensure common patterns are installed.
58e747d8 8 zypper: "name={{ common_patterns }} type=pattern state=present update_cache=yes"
599b56d0
MJ
9
10- name: Ensure common packages are installed.
58e747d8 11 zypper: "name={{ common_packages }} type=package state=present update_cache=yes"
This page took 0.02589 seconds and 4 git commands to generate.