|
@@ -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 }}"
|