We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f153f commit 3a37f70Copy full SHA for 3a37f70
tasks/init_cluster.yml
@@ -2,7 +2,7 @@
2
3
- name: Check cluster status
4
ansible.builtin.shell: kubectl get nodes
5
- ignore_errors: yes
+ ignore_errors: true
6
register: cluster_exist
7
8
- set_fact:
tasks/install_longhorn.yml
@@ -5,7 +5,7 @@
delegate_to: "{{ groups['kubemaster'][0] }}"
run_once: true
register: longorn_namespace_exist
9
10
- block:
11
- name: Download longhorn.yaml
tasks/install_nginx_ingress.yml
register: nginx_namespace_exist
- name: Install ingress-nginx
0 commit comments