Skip to content

Commit babb7c4

Browse files
committed
rmp remediation of relative path bug
Signed-off-by: usrbinkat <[email protected]>
1 parent 969cca1 commit babb7c4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
2+
- name: '{{ ansible_name_module }} | copy:wall-e | Place wall-e bin in relative path'
3+
copy:
4+
src: /bin/wall-e
5+
dest: /root/koffer/collector/roles/wall-e/tasks/wall-e
6+
mode: 0755
7+
28
- 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'
39
command:
410
chdir: "/root/koffer/collector/roles/wall-e/tasks"
511
cmd: |
6-
/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
12+
./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 commit comments

Comments
 (0)