diff --git a/example_playbooks/mainnet_with_snapshots_recovery/README.md b/example_playbooks/mainnet_with_snapshots_recovery/README.md index 50acff3..2b825bc 100644 --- a/example_playbooks/mainnet_with_snapshots_recovery/README.md +++ b/example_playbooks/mainnet_with_snapshots_recovery/README.md @@ -8,16 +8,16 @@ To run this playbook, first install dependencies ```shell ansible-galaxy install -r requirements.yml - ``` + ``` and then you can run the playbook using ```shell ansible-playbook playbook.yml -i hosts.ini -K - ``` + ``` To see logs you can use ```shell - docker logs en-external_node-1 - ``` + docker logs en-external_node-1 + ```