mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-03 18:48:17 -03:30
Add temp fix for bug in mcp builder
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
rsync_opts:
|
||||
- "--exclude=/microservices-repos"
|
||||
tasks:
|
||||
- name: Patch MCP
|
||||
shell: patch -p1 < ../patch1
|
||||
args:
|
||||
chdir: /root/ccp/microservices/
|
||||
creates: /usr/local/bin/mcp-microservices
|
||||
- name: Install MCP
|
||||
shell: "{{ item }}"
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user