From b9493bd69d5fd08c04cef4583c910f8c31dc8d7b Mon Sep 17 00:00:00 2001 From: ogrechko Date: Sun, 28 Dec 2025 10:24:48 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/deploy_all.yml b/ansible/deploy_all.yml index e7f3673..feb8686 100644 --- a/ansible/deploy_all.yml +++ b/ansible/deploy_all.yml @@ -13,9 +13,9 @@ args: chdir: "{{ tf_dir }}" - - name: Terraform Init and Apply (Direct Access) + - name: Terraform Init and Apply shell: | - terraform init -upgrade -no-color && \ + terraform init -reconfigure -upgrade -no-color && \ terraform apply -auto-approve -no-color -lock=false args: chdir: "{{ tf_dir }}"