From 9f7b280918c840fa66f8c4014cf59373a6ebf906 Mon Sep 17 00:00:00 2001 From: ogrechko Date: Sun, 28 Dec 2025 08:12:44 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/deploy_all.yml b/ansible/deploy_all.yml index 6de3daa..4a51844 100644 --- a/ansible/deploy_all.yml +++ b/ansible/deploy_all.yml @@ -9,6 +9,9 @@ project_path: "{{ playbook_dir }}/../terraform" # путь к папке с .tf файлами в вашем репозитории state: present force_init: true + init_reconfigure: true + environment: + TF_CLI_CONFIG_FILE: "/tmp/.terraformrc" register: tf_result - name: Wait for SSH to be ready