Merge "Fix: Do not bootstrap rebar"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 11 Oct 2021 18:06:18 +0000 (18:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 11 Oct 2021 18:06:18 +0000 (18:06 +0000)
packer/provision/local-docker.yaml

index 6914ffa..b2b0a52 100644 (file)
         version: v3.13
       when: ansible_architecture == 'x86_64' and ansible_distribution == 'Ubuntu'
 
-    - name: Bootstrap rebar3
-      command: ./bootstrap
-      args:
-        chdir: /tmp/rebar3
-      when: ansible_architecture == 'x86_64' and ansible_distribution == 'Ubuntu'
-
     - name: Install rebar3 to bin
       copy:
         src: /tmp/rebar3/rebar3