Skip to content

Commit 4310b01

Browse files
committed
ansible
1 parent 71d28c0 commit 4310b01

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828

2929
defaults:
3030
run:
31-
# working-directory: /home/imagebuilder/
31+
working-directory: /home/imagebuilder/
3232
shell: bash
3333

3434
jobs:
@@ -37,8 +37,6 @@ jobs:
3737
container:
3838
image: ghcr.io/elastisys/image-builder-amd64:Automate-production-of-CAPI-VM-images-09c9dac9dc61dc069b72ac55e654cbe1a9190911
3939
options: "--entrypoint /bin/bash"
40-
env:
41-
HOME: /home/imagebuilder/
4240

4341
steps:
4442
# - name: Enable KVM
@@ -49,7 +47,7 @@ jobs:
4947

5048
- name: list all
5149
run: |
52-
make deps
50+
pip3 install ansible-core
5351
5452
- name: replace variables
5553
run: |

0 commit comments

Comments
 (0)