ansible: Add el9 nodes
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-Suse.yml
CommitLineData
599b56d0 1---
599b56d0 2- name: Ensure common patterns are installed.
58e747d8 3 zypper: "name={{ common_patterns }} type=pattern state=present update_cache=yes"
599b56d0
MJ
4
5- name: Ensure common packages are installed.
58e747d8 6 zypper: "name={{ common_packages }} type=package state=present update_cache=yes"
This page took 0.027736 seconds and 4 git commands to generate.