ansible: Add SLES support to developer role
[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.029924 seconds and 4 git commands to generate.