fix: inventory path
This commit is contained in:
@@ -61,14 +61,11 @@ jobs:
|
|||||||
- name: Terraform Apply
|
- name: Terraform Apply
|
||||||
run: terraform apply -auto-approve
|
run: terraform apply -auto-approve
|
||||||
|
|
||||||
- name: Copy inventory file to workspace
|
|
||||||
run: cp ../ansible/inventory.ini ./inventory.ini
|
|
||||||
|
|
||||||
- name: Upload inventory as artifact
|
- name: Upload inventory as artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ansible_inventory
|
name: ansible_inventory
|
||||||
path: inventory.ini
|
path: ansible/inventory.ini
|
||||||
|
|
||||||
ansible:
|
ansible:
|
||||||
name: Ansible Apply
|
name: Ansible Apply
|
||||||
|
Reference in New Issue
Block a user