X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=automation%2Fansible%2Froles%2Flibs-i386%2Ftasks%2Fsetup-Debian.yml;h=d9da14192b924d4de1d0ef20755aaec75fc528fa;hb=HEAD;hp=e36836c8639c09b3b669c616567febf94c150ba1;hpb=58ddf94bd7917db0ddc170efd4ec87ed04035434;p=lttng-ci.git diff --git a/automation/ansible/roles/libs-i386/tasks/setup-Debian.yml b/automation/ansible/roles/libs-i386/tasks/setup-Debian.yml index e36836c..d9da141 100644 --- a/automation/ansible/roles/libs-i386/tasks/setup-Debian.yml +++ b/automation/ansible/roles/libs-i386/tasks/setup-Debian.yml @@ -12,6 +12,3 @@ - name: Update apt cache. apt: update_cache=yes when: dpkg_i386_is_enabled.rc == 1 - -- name: Ensure libs-i386 packages are installed. - apt: "name={{ libs_i386_packages }} state=present"