Update Update-parity-version.md

This commit is contained in:
varasev 2020-01-07 05:13:14 +03:00 committed by GitHub
parent 9039e5c78f
commit f504a72149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ ansible-playbook -i hosts upd-parity-version.yml
```
**NOTE** if you're getting ssh connection error, try to add option `-e 'ansible_ssh_user=ubuntu'` and/or `--user="ubuntu"` to the command line above, substituting `ubuntu` with correct ssh username, which is usually either `ubuntu` or `root` or `poa` or `centos` depending on your setup. You may also need to specify exact path to your ssh private key with `--key-file=/path/to/private.key` cli option.
If you are installing an update to the localhost machine, use -c local instead of specifying the private key.
If you are installing an update to the localhost machine, use `-c local` instead of specifying the private key.
### Verifying the update
0. playbook run should be completed without errors