1373dff38b595e678e3f9b74e463529b2b50dd5b
[lttng-ci.git] / automation / ansible / roles / developer / tasks / setup-Suse.yml
1 ---
2
3 - name: Activate required products
4 when: ansible_distribution == 'SLES'
5 ansible.builtin.command:
6 argv: ['suseconnect', '-p', "{{item}}/{{ansible_distribution_version}}/{{ansible_architecture}}"]
7 with_items: "{{developer_sles_products|default([])}}"
This page took 0.035471 seconds and 3 git commands to generate.