Обновить ansible/deploy_all.yml
This commit is contained in:
@@ -13,9 +13,9 @@
|
|||||||
args:
|
args:
|
||||||
chdir: "{{ tf_dir }}"
|
chdir: "{{ tf_dir }}"
|
||||||
|
|
||||||
- name: Terraform Init and Apply (Direct Access)
|
- name: Terraform Init and Apply
|
||||||
shell: |
|
shell: |
|
||||||
terraform init -upgrade -no-color && \
|
terraform init -reconfigure -upgrade -no-color && \
|
||||||
terraform apply -auto-approve -no-color -lock=false
|
terraform apply -auto-approve -no-color -lock=false
|
||||||
args:
|
args:
|
||||||
chdir: "{{ tf_dir }}"
|
chdir: "{{ tf_dir }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user