Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Mar 29, 2024
1 parent f801f05 commit 8015d32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/kubernetes/control_plane/init/primary/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
tags:
- install
- update
when:
kubernetes_version is version('1.29.0', 'ge', version_type='semver')"
block:
- name: Back up admin.conf
ansible.builtin.copy:
Expand All @@ -33,8 +35,6 @@
tags:
- install
- update
when:
kubernetes_version is version('1.29.0', 'ge', version_type='semver')"

# TODO: pod-network-cidr can conflict locally check with IT to ensure correct range.
- name: Run kubeadm init
Expand All @@ -50,7 +50,7 @@
- install
- update
when:
kubernetes_version is version('1.29.0', 'ge', version_type='semver')"
kubernetes_version is version('1.29.0', 'ge', version_type='semver')"

- name: Setup kubernetes .kube directory
ansible.builtin.file:
Expand Down

0 comments on commit 8015d32

Please sign in to comment.