Skip to content

Commit

Permalink
fixing yamllint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ricsanfre committed Jul 2, 2023
1 parent aadc37d commit ac059d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/k3s/master/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ k3s_primary_control_node: false
k3s_config_dir: "{{ k3s_config_file | dirname }}"

# Directory for gathering the k3s token for clustering.
k3s_token_file: "{{ k3s_config_dir }}/cluster-token"
k3s_token_file: "{{ k3s_config_dir }}/cluster-token"
2 changes: 1 addition & 1 deletion ansible/vars/picluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ k3s_kubelet_config: |

k3s_server_config:
tls-san:
- "{{ k3s_api_vip }}" # IP to HAProxy
- "{{ k3s_api_vip }}" # IP to HAProxy
disable:
- local-storage
- servicelb
Expand Down

0 comments on commit ac059d0

Please sign in to comment.