Fix: Do not bootstrap rebar 87/122087/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 21 Jun 2021 20:42:33 +0000 (13:42 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 21 Jun 2021 20:42:33 +0000 (13:42 -0700)
Only install rebar, skip bootstrap

Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Idfbb9adc51732a3bb32f09c2ce549a2c097d696d

packer/provision/local-docker.yaml

index 5d9b7c3..6ada81d 100644 (file)
         dest: /tmp/rebar3
       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