@ -6,7 +6,7 @@
tasks:
- name: Install apt tools and accesories
package:
name: {{ item }}
name: "{{ item }}"
state: present
with_items:
- "apt-transport-https"
@ -33,7 +33,7 @@
update_cache: yes
- name: Setup tools
- "kubelet"
@ -41,7 +41,7 @@
- "kubectl"
- name: Hold packages
dpkg_selections:
selection: hold