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