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

This commit is contained in:
2025-12-28 10:41:46 +00:00
parent 91e12cd614
commit e8e0c84de3

View File

@@ -41,6 +41,7 @@
args:
chdir: "{{ tf_dir }}"
register: tf_result
ignore_errors: true # <--- ДОБАВЬТЕ ЭТО, чтобы Ansible не останавливался, после создания вм на проксмокс
environment:
TF_CLI_CONFIG_FILE: "/tmp/.terraformrc"
TF_HTTP_ADDRESS: "{{ lookup('env', 'TF_HTTP_ADDRESS') }}"