From 5f0f6a25dc2b1962cdff2c96368329bd07123830 Mon Sep 17 00:00:00 2001 From: varasev <33550681+varasev@users.noreply.github.com> Date: Wed, 8 Jan 2020 11:49:07 +0300 Subject: [PATCH] Update spec.yml --- roles/preconf/tasks/spec.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/preconf/tasks/spec.yml b/roles/preconf/tasks/spec.yml index 7a8e973..0b29fcc 100644 --- a/roles/preconf/tasks/spec.yml +++ b/roles/preconf/tasks/spec.yml @@ -9,6 +9,6 @@ - name: Download spec.json and bootnodes.txt get_url: url={{ item }} dest={{ home }}/ mode=0644 group={{ username }} owner={{ username }} with_items: - - "https://raw.githubusercontent.com/{{ MAIN_REPO_FETCH }}/poa-chain-spec/{{ GENESIS_BRANCH }}/spec.json" - - "https://raw.githubusercontent.com/{{ MAIN_REPO_FETCH }}/poa-chain-spec/{{ GENESIS_BRANCH }}/bootnodes.txt" - when: spec_json == "" \ No newline at end of file + - "https://raw.githubusercontent.com/{{ MAIN_REPO_FETCH }}/poa-chain-spec/dai-deployment/spec.json" + - "https://raw.githubusercontent.com/{{ MAIN_REPO_FETCH }}/poa-chain-spec/dai-deployment/bootnodes.txt" + when: spec_json == ""