diff --git a/nitro-nodes-setup/run-nitro-nodes.yml b/nitro-nodes-setup/run-nitro-nodes.yml index e224d1f..45b755f 100644 --- a/nitro-nodes-setup/run-nitro-nodes.yml +++ b/nitro-nodes-setup/run-nitro-nodes.yml @@ -115,3 +115,8 @@ get_url: url: https://git.vdb.to/cerc-io/testnet-laconicd-stack/raw/branch/main/ops/stage2/nitro-node-config.yml dest: "{{ nitro_directory }}" + + - name: Fetch required asset addresses + get_url: + url: https://git.vdb.to/cerc-io/testnet-laconicd-stack/raw/branch/main/ops/stage2/assets.json + dest: "{{ nitro_directory }}" diff --git a/service-provider-setup/README.md b/service-provider-setup/README.md index 9c6bf28..f644600 100644 --- a/service-provider-setup/README.md +++ b/service-provider-setup/README.md @@ -108,7 +108,6 @@ This setup has been tested on digitalocean droplets running ubuntu 22.04 LTS - Deploy the webapp-deployer API and webapp-deployer UI ```bash - # TODO: Check if `--user` can be removed LANG=en_US.utf8 ansible-playbook service-provider-setup.yml -i hosts.ini --extra-vars='{ target_host: "deployment_host" }' --user $USER ```