X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ansible%2Froles%2Fadd_repos_jumphost%2Ftasks%2FDebian.yml;h=626f0b037644d246bfc900494d4526e5cf6612de;hb=8ef84599e72d0ed2f73322ef90300759ce1dbf5c;hp=0b67c669131445a4a6aca9adeb921bc24a44acd1;hpb=e985b356b75c9f4169ab8f1cd761cc3cfd13f6d1;p=yardstick.git diff --git a/ansible/roles/add_repos_jumphost/tasks/Debian.yml b/ansible/roles/add_repos_jumphost/tasks/Debian.yml index 0b67c6691..626f0b037 100644 --- a/ansible/roles/add_repos_jumphost/tasks/Debian.yml +++ b/ansible/roles/add_repos_jumphost/tasks/Debian.yml @@ -37,8 +37,7 @@ replace: "# deb-src " - name: Add extra architecture - apt: - dpkg_options: "add-architecture {{ extra_arch }}" + command: "dpkg --add-architecture {{ extra_arch }}" - name: Define the default release version copy: