Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mantomas committed Nov 5, 2024
1 parent 75477c7 commit 676df4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions upstream/roles/build_operator_version_bundle/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@
when: bovb_bundle_labels_file.stat.exists

- name: "Debug - list bundle contents"
ansible.builtin.command: >
find "{{ operator_bundle_src_dir }}/{{ operator_package_name }}/{{ op_version }}" -print
register: bundle_files
ansible.builtin.command: >
find "{{ operator_bundle_src_dir }}/{{ operator_package_name }}/{{ op_version }}" -print
register: bundle_files

- name: "Debug - show bundle contents"
ansible.builtin.debug:
Expand Down

0 comments on commit 676df4a

Please sign in to comment.