diff --git a/en/_tutorials/security/sa-oslogin-ansible.md b/en/_tutorials/security/sa-oslogin-ansible.md index cea0dfc5dac..06ded55c437 100644 --- a/en/_tutorials/security/sa-oslogin-ansible.md +++ b/en/_tutorials/security/sa-oslogin-ansible.md @@ -48,6 +48,12 @@ The cost of supporting the infrastructure created in the guide includes: 1. Add the new SSH key to the OS Login profile of the `my-ansible-sa` service account: + {% note warning %} + + Make sure that the version of the yc is >= 0.121.0 + + {% endnote %} + {% list tabs group=instructions %} - CLI {#cli} @@ -147,4 +153,4 @@ Connection to the VM is established. You can now manage virtual machines via Ans To stop paying for the resources you created: 1. [Delete](../../compute/operations/vm-control/vm-delete.md) the VM. -1. [Delete](../../iam/operations/sa/delete.md) the service account if you need to. \ No newline at end of file +1. [Delete](../../iam/operations/sa/delete.md) the service account if you need to. diff --git a/ru/_tutorials/security/sa-oslogin-ansible.md b/ru/_tutorials/security/sa-oslogin-ansible.md index 0ded4b893b3..69a40374759 100644 --- a/ru/_tutorials/security/sa-oslogin-ansible.md +++ b/ru/_tutorials/security/sa-oslogin-ansible.md @@ -48,6 +48,12 @@ 1. Добавьте созданный SSH-ключ в профиль {{ oslogin }} сервисного аккаунта `my-ansible-sa`: + {% note warning %} + + Убедитесь что версия yc >= 0.121.0 + + {% endnote %} + {% list tabs group=instructions %} - CLI {#cli} @@ -147,4 +153,4 @@ Чтобы перестать платить за созданные ресурсы: 1. [Удалите](../../compute/operations/vm-control/vm-delete.md) виртуальную машину. -1. При необходимости [удалите](../../iam/operations/sa/delete.md) сервисный аккаунт. \ No newline at end of file +1. При необходимости [удалите](../../iam/operations/sa/delete.md) сервисный аккаунт.