Skip to content

Commit

Permalink
rmp remediation of relative path bug
Browse files Browse the repository at this point in the history
Signed-off-by: usrbinkat <usrbinkat@braincraft.io>
  • Loading branch information
usrbinkat committed Jan 28, 2021
1 parent 969cca1 commit babb7c4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion collector/roles/wall-e/tasks/wall-e.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
- name: '{{ ansible_name_module }} | copy:wall-e | Place wall-e bin in relative path'
copy:
src: /bin/wall-e
dest: /root/koffer/collector/roles/wall-e/tasks/wall-e
mode: 0755

- name: '{{ ansible_name_module }} | command:wall-e | Building catalog & Mirroring with wall-e opm wrapper | CREDIT: @arvin-a https://github.com/arvin-a/openshift-disconnected-operators'
command:
chdir: "/root/koffer/collector/roles/wall-e/tasks"
cmd: |
/bin/wall-e --output /tmp/koffer/operators/custom-redhat-operator-index-manifests --operator-file ./offline-operator-list --authfile /root/.docker/config.json --registry-catalog localhost:5000 --registry-olm localhost:5000 --catalog-version 1.0.0 --icsp-scope=namespace
./wall-e --output /tmp/koffer/operators/custom-redhat-operator-index-manifests --operator-file ./offline-operator-list --authfile /root/.docker/config.json --registry-catalog localhost:5000 --registry-olm localhost:5000 --catalog-version 1.0.0 --icsp-scope=namespace

0 comments on commit babb7c4

Please sign in to comment.