From f0884f0d30763445060fd8aca410f1bed05b248e Mon Sep 17 00:00:00 2001 From: alecsandru Date: Sat, 4 May 2024 08:52:10 +0000 Subject: [PATCH] Update 'install_kubetools.yml' --- install_kubetools.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/install_kubetools.yml b/install_kubetools.yml index 484fdcd..34e073f 100644 --- a/install_kubetools.yml +++ b/install_kubetools.yml @@ -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 }}"