From 7b85aca5832886bc8913597952b0e191e5ba856b Mon Sep 17 00:00:00 2001 From: alecsandru Date: Sat, 4 May 2024 08:50:15 +0000 Subject: [PATCH] Update 'install_kubetools.yml' --- install_kubetools.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install_kubetools.yml b/install_kubetools.yml index 168253c..484fdcd 100644 --- a/install_kubetools.yml +++ b/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"