feat: (fake release trigger) Bump default EN to v27.2.0 (#41)

## 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

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Documentation comments have been added / updated.
This commit is contained in:
Igor Borodin
2025-04-25 12:23:39 +02:00
committed by GitHub
parent 5071bb3423
commit 17d9ecd1ce

View File

@ -8,16 +8,16 @@ To run this playbook, first install dependencies
```shell ```shell
ansible-galaxy install -r requirements.yml ansible-galaxy install -r requirements.yml
``` ```
and then you can run the playbook using and then you can run the playbook using
```shell ```shell
ansible-playbook playbook.yml -i hosts.ini -K ansible-playbook playbook.yml -i hosts.ini -K
``` ```
To see logs you can use To see logs you can use
```shell ```shell
docker logs en-external_node-1 docker logs en-external_node-1
``` ```