Fix: Do not bootstrap rebar
[ci-management.git] / 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