From 4fa468b420601295e7724432303680bfd6bc943f Mon Sep 17 00:00:00 2001 From: Zaher Ghaibeh Date: Sat, 6 Jun 2020 11:52:59 +0300 Subject: [PATCH] remove the extra_server_args variables --- inventory/sample/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/sample/group_vars/all.yml b/inventory/sample/group_vars/all.yml index ffb33a6..196170e 100644 --- a/inventory/sample/group_vars/all.yml +++ b/inventory/sample/group_vars/all.yml @@ -3,4 +3,4 @@ k3s_version: v1.17.5+k3s1 ansible_user: debian systemd_dir: /etc/systemd/system master_ip: "{{ hostvars[groups['master'][0]]['ansible_host'] | default(groups['master'][0]) }}" -extra_server_args: "--node-taint k3s-controlplane=true:NoExecute" +extra_server_args: ""