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