}
TASK [preinstall : check k8s version] ******************************************
changed: [localhost]
TASK [preinstall : init k8s version] *******************************************
ok: [localhost]
TASK [preinstall : Stop if kuernetes version is nonsupport] ********************
ok: [localhost] => {
“changed”: false,
“msg”: “All assertions passed”
}
TASK [preinstall : check helm status] ******************************************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: “/usr/local/bin/helm list\n”, “delta”: “0:00:00.581678″, “end”: “2019-11-18 13:03:43.064508″, “msg”: “non-zero return code”, “rc”: 1, “start”: “2019-11-18 13:03:42.482830″, “stderr”: “Error: could not find tiller”, “stderr_lines”: [“Error: could not find tiller”], “stdout”: "", “stdout_lines”: []}
…ignoring
TASK [preinstall : Stop if Helm is not available] ******************************
fatal: [localhost]: FAILED! => {
“assertion”: “helm_check.rc == 0”,
“changed”: false,
“evaluated_to”: false,
“msg”: “Helm is not available”
}
PLAY RECAP *********************************************************************
localhost : ok=5 changed=2 unreachable=0 failed=1 skipped=3 rescued=0 ignored=1