Skip to content

Commit

Permalink
Ensure we clean all the generated files as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeanner authored and openshift-merge-bot[bot] committed May 23, 2024
1 parent 2b380d8 commit 533ee13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/libvirt_manager/tasks/clean_layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,17 @@
- cifmw_reproducer_key.pub
- cifmw_reproducer_key

- name: Remove data directories
- name: Remove data directories and files
ansible.builtin.file:
path: "{{ cifmw_libvirt_manager_basedir }}/{{ item }}"
state: absent
loop:
- workload
- images
- volumes
- artifacts/interfaces-info.yml
- artifacts/libvirt-uuids.yml
- artifacts/virtual-nodes.yml

- name: Clean virtualBMC
ansible.builtin.import_role:
Expand Down

0 comments on commit 533ee13

Please sign in to comment.