ansible: Add play to run produce known_hosts file using ssh-keyscan
[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.028662 seconds and 4 git commands to generate.