85f1e21e9eff96ea0cf1e7c295e476c42cbc9912
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-Suse.yml
1 ---
2 - name: Ensure common patterns are installed.
3 zypper: "name={{ common_patterns }} type=pattern state=present update_cache=yes"
4
5 - name: Ensure common packages are installed.
6 zypper: "name={{ common_packages }} type=package state=present update_cache=yes"
This page took 0.029917 seconds and 3 git commands to generate.