From e048feb145d99d4584e0a4ed63fbbcd557ddf948 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Sun, 15 Dec 2019 23:16:26 +1300 Subject: [PATCH] Remove some unrelated code Change-Id: I4c2057e2bde8fd1169ca52a15ccca66740e9f069 --- playbooks/image-build/run.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/playbooks/image-build/run.yaml b/playbooks/image-build/run.yaml index 6c9c357f57..75d57edce5 100644 --- a/playbooks/image-build/run.yaml +++ b/playbooks/image-build/run.yaml @@ -4,9 +4,6 @@ file: path: '{{ ansible_user_dir }}/images' state: directory - - name: Get output image name - shell: kubeadm token create --print-join-command - register: join_command_raw - name: Build Trove guest image shell: >- ./trovestack build-image \