From e8e0c84de358817d92b07e3f647e0a84fa67807c Mon Sep 17 00:00:00 2001 From: ogrechko Date: Sun, 28 Dec 2025 10:41:46 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20ansible/deploy=5Fall.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/deploy_all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/deploy_all.yml b/ansible/deploy_all.yml index 24d0c7d..c09d128 100644 --- a/ansible/deploy_all.yml +++ b/ansible/deploy_all.yml @@ -41,6 +41,7 @@ args: chdir: "{{ tf_dir }}" register: tf_result + ignore_errors: true # <--- ДОБАВЬТЕ ЭТО, чтобы Ansible не останавливался, после создания вм на проксмокс environment: TF_CLI_CONFIG_FILE: "/tmp/.terraformrc" TF_HTTP_ADDRESS: "{{ lookup('env', 'TF_HTTP_ADDRESS') }}"