Merge pull request #64 from b-m-f/patch-1

Fix typo in k3s main.yml
This commit is contained in:
Julien DOCHE
2020-07-24 10:45:13 +02:00
committed by GitHub

View File

@@ -57,7 +57,7 @@
remote_src: yes remote_src: yes
owner: "{{ ansible_user }}" owner: "{{ ansible_user }}"
- name: Replace https://localhost:6443 by https://master-pi:6443 - name: Replace https://localhost:6443 by https://master-ip:6443
command: >- command: >-
k3s kubectl config set-cluster default k3s kubectl config set-cluster default
--server=https://{{ master_ip }}:6443 --server=https://{{ master_ip }}:6443