From 48f473b74545923f027420da46ca85a7bb825b1a Mon Sep 17 00:00:00 2001 From: changealice Date: Wed, 4 Jul 2018 16:15:21 +0800 Subject: [PATCH] =?UTF-8?q?harbor=E7=82=B9=E5=87=BBtag=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E5=87=BA=E7=8E=B0\"=E5=8F=91=E7=94=9F=E6=9C=AA=E7=9F=A5?= =?UTF-8?q?=E9=94=99=E8=AF=AF,=E8=AF=B7=E7=A8=8D=E5=90=8E=E5=86=8D?= =?UTF-8?q?=E8=AF=95"=20(#250)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/harbor/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/harbor/tasks/main.yml b/roles/harbor/tasks/main.yml index 59669d6..1efbc38 100644 --- a/roles/harbor/tasks/main.yml +++ b/roles/harbor/tasks/main.yml @@ -52,5 +52,5 @@ - name: 安装 harbor shell: "cd /data/harbor && \ export PATH={{ bin_dir }}:$PATH && \ - ./install.sh" + ./install.sh --with-clair" when: result is failed