From 161650c5905c8c39fee90068de18d8f43f8aca8b Mon Sep 17 00:00:00 2001 From: ogrechko Date: Sun, 28 Dec 2025 07:21:34 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/deploy_all.yml b/ansible/deploy_all.yml index fe5a4bf..6de3daa 100644 --- a/ansible/deploy_all.yml +++ b/ansible/deploy_all.yml @@ -6,7 +6,7 @@ tasks: - name: Run Terraform Apply community.general.terraform: - project_path: "./terraform" # путь к папке с .tf файлами в вашем репозитории + project_path: "{{ playbook_dir }}/../terraform" # путь к папке с .tf файлами в вашем репозитории state: present force_init: true register: tf_result