generated from CC/VMServiceTemplate
This commit is contained in:
@@ -23,9 +23,8 @@ jobs:
|
|||||||
- name: Check files & Select tfvars
|
- name: Check files & Select tfvars
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ansible/inventory
|
|
||||||
rm ansible/inventory/inventory.yml
|
rm ansible/inventory/inventory.yml
|
||||||
|
mkdir -p ansible/inventory
|
||||||
cd terraform
|
cd terraform
|
||||||
rm vm_data.yml
|
rm vm_data.yml
|
||||||
cp "${{ inputs.tfvars_file || 'single.tfvars.example' }}" terraform.tfvars
|
cp "${{ inputs.tfvars_file || 'single.tfvars.example' }}" terraform.tfvars
|
||||||
|
|||||||
Reference in New Issue
Block a user