Update 'install_kubetools.yml'
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
- name: Install certificate
|
- name: Install certificate
|
||||||
command: "{{ item }} chdir=/tmp"
|
command: "{{ item }} chdir=/tmp"
|
||||||
with_items:
|
with_items:
|
||||||
- "curl -fsSL https://pkgs.k8s.io/core:/stable:/{{ K8S_VERSION }}/deb/Release.key"
|
- "curl -o Release.key -fsSL https://pkgs.k8s.io/core:/stable:/{{ K8S_VERSION }}/deb/Release.key"
|
||||||
- "gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg Release.key"
|
- "gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg Release.key"
|
||||||
- "rm Release.key"
|
- "rm Release.key"
|
||||||
- name: Setup APT repo
|
- name: Setup APT repo
|
||||||
|
|||||||
Reference in New Issue
Block a user