Update 'install_kubetools.yml'
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- "apt-transport-https"
|
||||
- "ca-certificates"
|
||||
- "curl"
|
||||
- "gpg"
|
||||
with_items:
|
||||
- "apt-transport-https"
|
||||
- "ca-certificates"
|
||||
- "curl"
|
||||
- "gpg"
|
||||
- name: Creates keyrings directory
|
||||
file:
|
||||
path: /etc/apt/keyrings
|
||||
@@ -35,10 +35,10 @@
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- "kubelet"
|
||||
- "kubeadm"
|
||||
- "kubectl"
|
||||
with_items:
|
||||
- "kubelet"
|
||||
- "kubeadm"
|
||||
- "kubectl"
|
||||
- name: Hold packages
|
||||
dpkg_selections:
|
||||
name: "{{ item }}"
|
||||
|
||||
Reference in New Issue
Block a user