X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=automation%2Fansible%2Froles%2Flibs-i386%2Ftasks%2Fsetup-Debian.yml;h=d9da14192b924d4de1d0ef20755aaec75fc528fa;hb=0c54f726b3d830ccbfa1e1d19aaebe8a6b17a187;hp=e36836c8639c09b3b669c616567febf94c150ba1;hpb=511446639c24245feb16c15c6d66e9a80f2cc243;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"