Skip to content

Commit

Permalink
fixup! Update populate registry to use file based approch
Browse files Browse the repository at this point in the history
  • Loading branch information
nocturnalastro committed Jul 24, 2023
1 parent 74f05d6 commit 2d01b2f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions roles/populate_mirror_registry/tasks/populate_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@
chdir: "{{ temp_dir.path }}"

- name: "Validate pruned index"
cmd: >
{{ downloads_path }}/{{ openshift_full_version }}/opm validate configs/
command:
cmd: >
{{ downloads_path }}/{{ openshift_full_version }}/opm
validate configs/
args:
chdir: "{{ temp_dir.path }}"

Expand Down

0 comments on commit 2d01b2f

Please sign in to comment.