Satisfy linter.

This commit is contained in:
Michael McCulloch 2023-12-30 09:44:02 -07:00
parent fee7a74c79
commit f0ffbc5888
2 changed files with 2 additions and 6 deletions

View File

@ -11,7 +11,7 @@ kubernetes_packages:
kubernetes_version: '1.25'
kubernetes_version_rhel_package: '1.25.1'
kubernetes_cilium_version: '1.14.5' # Set the default version of Cilium to install
kubernetes_cilium_version: '1.14.5'
kubernetes_role: control_plane
@ -71,5 +71,3 @@ kubernetes_flannel_manifest_file: https://raw.githubusercontent.com/flannel-io/f
# Calico config file.
kubernetes_calico_manifest_file: https://projectcalico.docs.tigera.io/manifests/calico.yaml

View File

@ -91,7 +91,7 @@
unarchive:
src: "/tmp/cilium-linux-{{ cli_arch }}.tar.gz"
dest: /usr/local/bin
remote_src: yes
remote_src: true
- name: Remove downloaded files
file:
@ -149,5 +149,3 @@
when:
- kubernetes_allow_pods_on_control_plane | bool
- not kubernetes_init_stat.stat.exists