From f504a721493e09c6546dc03279f781ac76ee4ca6 Mon Sep 17 00:00:00 2001 From: varasev <33550681+varasev@users.noreply.github.com> Date: Tue, 7 Jan 2020 05:13:14 +0300 Subject: [PATCH] Update Update-parity-version.md --- docs/Update-parity-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Update-parity-version.md b/docs/Update-parity-version.md index c5daebf..c10f158 100644 --- a/docs/Update-parity-version.md +++ b/docs/Update-parity-version.md @@ -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