From e5563e1d6b9b6aca37b3b59d0a1830269f82c600 Mon Sep 17 00:00:00 2001 From: alecsandru Date: Sat, 4 May 2024 09:38:33 +0000 Subject: [PATCH] Update 'install_kubetools.yml' --- install_kubetools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_kubetools.yml b/install_kubetools.yml index ba24a69..c37c339 100644 --- a/install_kubetools.yml +++ b/install_kubetools.yml @@ -20,7 +20,7 @@ mode: '755' - name: Check if keyring exists stat: - path: /etc/apt/keyrings/kubernetes-apt-keyring.gpg Release.key + path: /etc/apt/keyrings/kubernetes-apt-keyring.gpg register: keyring_file - name: Install certificate command: "{{ item }} chdir=/tmp"