111f552038
- The extra "/" in the URL makes the download fail, remove it - The old download python script would output the root on the first line, then relative urls -- hence the loop was starting from 1. This should be 0 here, as we just output the raw urls. - Fix typo in build uuid output Change-Id: I8ff2a38b3117ddcb0d197fe39f2c168b35ab372b
8 lines
191 B
YAML
8 lines
191 B
YAML
# NOTE(ianw): 2022-02-22 17:11 AEST : comment to trigger prod run
|
|
- hosts: "codesearch:!disabled"
|
|
name: "Configure codesearch"
|
|
roles:
|
|
- iptables
|
|
- install-docker
|
|
- codesearch
|