Исправлены опечатки в family: debian1212 → debian12 и ubuntu2222 → ubuntu22
Some checks failed
Ansible Testing / lint (push) Has been cancelled
Ansible Testing / test (default) (push) Has been cancelled
Ansible Testing / test (minimal) (push) Has been cancelled
Ansible Testing / test (performance) (push) Has been cancelled
Ansible Testing / deploy-check (push) Has been cancelled

This commit is contained in:
Сергей Антропов
2025-10-26 00:11:34 +03:00
parent 692fe8c6c0
commit e132e12e30
11 changed files with 37 additions and 37 deletions

View File

@@ -46,7 +46,7 @@ hosts:
TEST_FAMILY: "Debian"
- name: ubuntu22-test
family: ubuntu2222
family: ubuntu22
groups: [test, debian, ubuntu]
publish:
- "8081:80"
@@ -91,7 +91,7 @@ hosts:
TEST_FAMILY: "Debian"
- name: debian12-test
family: debian1212
family: debian12
groups: [test, debian]
publish:
- "8086:80"