Correct ansible task name for kubectl version

Airshipctl no longers supports kubectl subcommand. Updated the Ansible
task name to reflect the change.

Change-Id: Ie6dd02c296ef20e2a491c6f3357d7bc89aa40e88
Signed-off-by: James Gu <james.gu@att.com>
This commit is contained in:
James Gu 2020-03-10 12:37:06 -07:00
parent 26fdd05b0f
commit 36d6d64a2e

@ -14,7 +14,7 @@
command: >-
airshipctl bootstrap remotedirect
- name: check airshipctl kubectl version
- name: check kubectl version
command: >-
timeout 20 kubectl \
--kubeconfig {{ airshipctl_config_dir_default | default(ansible_env.HOME) }}/.airship/kubeconfig \
@ -24,6 +24,6 @@
delay: 20
until: airship_kubecofig_version.rc == 0
- name: debug airshipctl kubectl version
- name: debug kubectl version
debug:
var: airship_kubecofig_version.stdout