Преглед на файлове

Update k8s_installation.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 преди 3 години
родител
ревизия
3fc1565618
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      control_plane/roles/control_plane_k8s/tasks/k8s_installation.yml

+ 2 - 3
control_plane/roles/control_plane_k8s/tasks/k8s_installation.yml

@@ -1,4 +1,4 @@
-#  Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved.
+#  Copyright 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -114,7 +114,6 @@
   until: docker_repo is not failed
   retries: "{{ max_retries }}"
   delay: "{{ min_delay }}"
-  tags: install
 
 - name: Install docker-ce-cli
   package:
@@ -137,4 +136,4 @@
 
 - name: Wait for 30sec for kubelet to get things ready
   pause:
-    seconds: "{{ wait_time }}"
+    seconds: "{{ wait_time }}"