Обновить ansible/deploy_all.yml
This commit is contained in:
@@ -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') }}"
|
||||
|
||||
Reference in New Issue
Block a user