Skip to content

Commit 8219dcc

Browse files
committed
guestfs: base_image: fix custom-image include_tasks filename
Ensure the custom-image.yml task is included when using custom OS image path. Fixes typo. Fixes: ad8cf5b ("Add a base-image role") Signed-off-by: Daniel Gomez <[email protected]>
1 parent 2f873b7 commit 8219dcc

File tree

1 file changed

+1
-1
lines changed
  • playbooks/roles/base_image/tasks

1 file changed

+1
-1
lines changed

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)