X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=automation%2Fansible%2Froles%2Flttng-ust%2Ftasks%2Fsetup-Alpine.yml;h=74910750d7d91c71125bbde6649d92600ce9747e;hb=d237703ab7170733e518ef8a8fd9a05b76254ea7;hp=faa75df6fde248172a118cb69c11818f05eba937;hpb=d127abb86db8ec5cac84e4936b1169a29d94c9c8;p=lttng-ci.git diff --git a/automation/ansible/roles/lttng-ust/tasks/setup-Alpine.yml b/automation/ansible/roles/lttng-ust/tasks/setup-Alpine.yml index faa75df..7491075 100644 --- a/automation/ansible/roles/lttng-ust/tasks/setup-Alpine.yml +++ b/automation/ansible/roles/lttng-ust/tasks/setup-Alpine.yml @@ -4,4 +4,4 @@ - name: Ensure lttng-ust build dependencies are installed. apk: "name={{ item }} state=present" - with_items: lttng_ust_packages + with_items: "{{ lttng_ust_packages }}"