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

This commit is contained in:
2025-12-28 07:21:34 +00:00
parent 4c21116d6e
commit 161650c590

View File

@@ -6,7 +6,7 @@
tasks: tasks:
- name: Run Terraform Apply - name: Run Terraform Apply
community.general.terraform: community.general.terraform:
project_path: "./terraform" # путь к папке с .tf файлами в вашем репозитории project_path: "{{ playbook_dir }}/../terraform" # путь к папке с .tf файлами в вашем репозитории
state: present state: present
force_init: true force_init: true
register: tf_result register: tf_result