Merge "Add JJB template for static code analysis by Coverity Scan service"
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 10 Jun 2019 18:55:18 +0000 (18:55 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 10 Jun 2019 18:55:18 +0000 (18:55 +0000)
packer/provision/local-docker.yaml

index f3af621..8654b99 100644 (file)
     - name: Install Erlang
       apt:
         deb: https://packages.erlang-solutions.com/erlang/esl-erlang/FLAVOUR_1_general/esl-erlang_19.3.6-1~ubuntu~trusty_amd64.deb
-      install_recommends: yes
       become: true
       when: ansible_architecture == 'x86_64' and ansible_distribution == 'Ubuntu'