Обновить ansible/deploy_all.yml

This commit is contained in:
2025-12-28 10:24:48 +00:00
parent c6b511dc55
commit b9493bd69d

View File

@@ -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 }}"