File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
collector/roles/wall-e/tasks Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
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
+
2
8
- 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'
3
9
command :
4
10
chdir : " /root/koffer/collector/roles/wall-e/tasks"
5
11
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
You can’t perform that action at this time.
0 commit comments