X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=automation%2Fansible%2Froles%2Flttng-analyses%2Ftasks%2Fsetup-Debian.yml;h=96dee976ea9d28ec335f2ca7df569f4ebd694bf9;hb=d237703ab7170733e518ef8a8fd9a05b76254ea7;hp=2c873fedc5a487cce7dc7e27cd92371e814e71f9;hpb=d127abb86db8ec5cac84e4936b1169a29d94c9c8;p=lttng-ci.git diff --git a/automation/ansible/roles/lttng-analyses/tasks/setup-Debian.yml b/automation/ansible/roles/lttng-analyses/tasks/setup-Debian.yml index 2c873fe..96dee97 100644 --- a/automation/ansible/roles/lttng-analyses/tasks/setup-Debian.yml +++ b/automation/ansible/roles/lttng-analyses/tasks/setup-Debian.yml @@ -4,5 +4,5 @@ - name: Ensure lttng-analyses build dependencies are installed. apt: "name={{ item }} state=installed" - with_items: lttng_analyses_packages + with_items: "{{ lttng_analyses_packages }}"