Add task to fetch nitro node config file

This commit is contained in:
Adw8 2024-09-17 17:27:38 +05:30
parent e1afdc9172
commit f2268b6fda

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 }}"