Update 'install_kubetools.yml'

master
alecsandru 9 months ago
parent ea10e4c3fb
commit 7b85aca583
  1. 6
      install_kubetools.yml

@ -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
package:
name: {{ item }}
name: "{{ item }}"
state: present
with_items:
- "kubelet"
@ -41,7 +41,7 @@
- "kubectl"
- name: Hold packages
dpkg_selections:
name: {{ item }}
name: "{{ item }}"
selection: hold
with_items:
- "kubelet"

Loading…
Cancel
Save