Обновить ansible/deploy_all.yml
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Run Terraform Apply
|
- name: Run Terraform Apply
|
||||||
community.general.terraform:
|
community.general.terraform:
|
||||||
project_path: "./terraform" # путь к папке с .tf файлами в вашем репозитории
|
project_path: "{{ playbook_dir }}/../terraform" # путь к папке с .tf файлами в вашем репозитории
|
||||||
state: present
|
state: present
|
||||||
force_init: true
|
force_init: true
|
||||||
register: tf_result
|
register: tf_result
|
||||||
|
|||||||
Reference in New Issue
Block a user