Update spec.yml

This commit is contained in:
varasev 2020-01-08 11:49:07 +03:00 committed by GitHub
parent bdb86e935b
commit 5f0f6a25dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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 == ""
- "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 == ""