An Ansible role for initializing a new THORChain environment.
If you're adding this repository as a submodule to a project for the first time, run:
git submodule add https://github.com/Validat0rs/ansible-thorchain-roles-common roles/common
If you've cloned a project where this repository has already been setup as a submodule, run:
git submodule update --init --recursive
To update your project with the latest copy of this repository, run:
git submodule update --recursive --remote