Skip to content

Commit 4faa5c5

Browse files
committed
guestfs: base_image: fix custom-image include_tasks filename
Fixes: ad8cf5b ("Add a base-image role") Signed-off-by: Daniel Gomez <[email protected]>
1 parent a6a0a0e commit 4faa5c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

kconfigs/Kconfig.guestfs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ config GUESTFS_BASE_IMAGE_DIR
1212

1313
config GUESTFS_HAS_CUSTOM_RAW_IMAGE
1414
bool
15+
output yaml
1516

1617
config GUESTFS_HAS_CUSTOM_RAW_IMAGE_URL
1718
bool

playbooks/roles/base_image/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
- name: Create custom upstream OS image
1010
ansible.builtin.include_tasks:
11-
file: "{{ role_path }}/tasks/custom_image.yml"
11+
file: "{{ role_path }}/tasks/custom-image.yml"
1212
when:
1313
- guestfs_has_custom_raw_image|bool
1414

0 commit comments

Comments
 (0)