Skip to content

Commit

Permalink
[edpm_image_builder] Fix virt-customize run after #2673
Browse files Browse the repository at this point in the history
  • Loading branch information
pablintino committed Jan 29, 2025
1 parent 554c2d8 commit 017f843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/edpm_build_images/tasks/add_cert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@

- name: Add cert if it exists
ansible.builtin.command: >
virt-customize -a {{ _cifmw_edpm_build_images_cert_source }}/{{ cifmw_edpm_build_images_cert_dest }}
--upload {{ cifmw_edpm_build_images_cert_path }}:{{ cifmw_edpm_build_images_cert_path }}
virt-customize -a {{ cifmw_edpm_build_images_basedir }}/{{ cifmw_discovered_image_name }}
--upload {{ _cifmw_edpm_build_images_cert_source }}:{{ cifmw_edpm_build_images_cert_dest }}
--run-command 'update-ca-trust'
environment:
LIBGUESTFS_BACKEND: direct

0 comments on commit 017f843

Please sign in to comment.