From 17d9ecd1ceff19518718b4d377f1e6f436f10633 Mon Sep 17 00:00:00 2001 From: Igor Borodin Date: Fri, 25 Apr 2025 12:23:39 +0200 Subject: [PATCH] feat: (fake release trigger) Bump default EN to v27.2.0 (#41) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What ❔ Subj ## Why ❔ Due to incorrect repo merge settings it was allowed to merge without squash so commits went to main without semver prefixes and did not trigger release ## Checklist - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Documentation comments have been added / updated. --- .../mainnet_with_snapshots_recovery/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 + ```