8 lines
233 B
YAML
8 lines
233 B
YAML
---
|
|
- name: Deploy a Terraform infrastructure
|
|
cloud.terraform.terraform:
|
|
project_path: "{{ terraform_vm_project_path }}"
|
|
state: "{{ terraform_vm_state }}"
|
|
|
|
- name: Refresh inventory
|
|
ansible.builtin.meta: refresh_inventory |