You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
- name: "Please read the terms and conditions before installing this software: https://github.com/lacchain/pantheon-network/blob/master/TERMS_AND_COND_WRITER_NODE.md .Press ENTER "
- name: "haveRead"
prompt: "Have you read the Terms and Conditions of use of LACChain Test Network? [Y/N]"
private: no
- name: "isAgree"
prompt: "Do you agree with the Terms and Conditions of use of LACChain Test Network? [Y/N]"
private: no
tasks:
- fail:
msg: 'Please Accept the conditions by typing Y when prompted.'
when: " (haveRead != 'Y' and haveRead != 'y') or ( isAgree != 'Y' and isAgree != 'y' ) "