Update main.yml

This commit is contained in:
phahulin 2019-06-17 11:03:22 +03:00 committed by GitHub
parent 393a696047
commit 3459fee70d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,14 @@
PARITY_VERSION_CHECK: "2.4.6"
when: GENESIS_BRANCH == 'dai'
- set_fact:
PARITY_BIN_LOC_UBUNTU: "https://releases.parity.io/ethereum/v2.4.7/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_UBUNTU: "8c9211a202750d9d655c6ab819a86774e0fb4086f2c6ad2d14d2df0e45898f8a"
PARITY_BIN_LOC_CENTOS: "https://releases.parity.io/ethereum/v2.4.7/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_CENTOS: "8c9211a202750d9d655c6ab819a86774e0fb4086f2c6ad2d14d2df0e45898f8a"
PARITY_VERSION_CHECK: "2.4.7"
when: GENESIS_BRANCH == 'kovan'
- name: Check that node role is correct
stat:
path: "{{ home }}"