Add Ansible task to fetch nitro node config file #8

Merged
nabarun merged 4 commits from deep-stack/testnet-ops:ag-handle-prompt into main 2024-09-17 13:55:19 +00:00
Showing only changes of commit f2268b6fda - Show all commits

View File

@ -118,3 +118,8 @@
command: laconic-so deployment --dir l2-nitro-deployment start
args:
chdir: "{{ nitro_directory }}"
- name: Fetch the nitro-node-config file
get_url:
url: https://git.vdb.to/cerc-io/testnet-laconicd-stack/raw/branch/main/ops/stage2/nitro-node-config.yml
dest: "{{ nitro_directory }}"