Add task to fetch nitro node config file
This commit is contained in:
parent
e1afdc9172
commit
f2268b6fda
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user