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