We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc3f74 commit 89f81caCopy full SHA for 89f81ca
1 file changed
images/capi/ansible/roles/sysprep/tasks/debian.yml
@@ -18,11 +18,11 @@
18
machine_id_mode: "0644"
19
20
# This is required to ensure any apt upgrade will not break kubernetes
21
-- name: Tell Debian hosts not to change the kuberetes versions with apt upgrade
+- name: Tell Debian hosts not to change the Kubernetes versions with apt upgrade
22
dpkg_selections:
23
name: "{{ item }}"
24
selection: hold
25
- when: ansible_pkg_mgr == 'apt'
+ when: ansible_facts['pkg_mgr'] == 'apt'
26
changed_when: false
27
with_items:
28
- kubelet
0 commit comments