Skip to content

Commit 6a24849

Browse files
committed
try
1 parent ec7e244 commit 6a24849

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-openstack-capi-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ env:
2929
defaults:
3030
run:
3131
working-directory: /home/imagebuilder/
32+
shell: bash
3233

3334
jobs:
3435
build-image:
@@ -46,7 +47,7 @@ jobs:
4647

4748
- name: list all
4849
run: |
49-
ls -l
50+
ansible --version
5051
5152
- name: replace variables
5253
run: |

0 commit comments

Comments
 (0)