Skip to content

Commit 3c2d00b

Browse files
committed
fix:
1 parent 25ffacd commit 3c2d00b

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ansible_playbook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
run: |
2323
ansible-galaxy collection install cloud.terraform
2424
25-
- name: Generate Ansible inventory
25+
- name: Check generate Ansible inventory
2626
run: |
27-
ansible-inventory -i generate-inventory.yml --graph
27+
ansible-inventory -i inventory --graph
2828
2929
- name: Run Playbook
3030
working-directory: ./ansible/
3131
run: |
32-
ansible-playbook -i ./inventories/${{ inputs.environment }}/inventory main_ci.yml
32+
ansible-playbook -i inventory main_ci.yml

0 commit comments

Comments
 (0)