Skip to content

Commit 0669eda

Browse files
authored
Merge pull request #1325 from alexfrolov/upgrade-k8s-v1-32
followup to PR with k8s upgrade to v1.32.0: fix typo in docker playbook
2 parents 4c26441 + 414d8de commit 0669eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/container/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- ../../submodules/kubespray/roles/kubernetes/preinstall/defaults/main.yml
1212
tasks:
1313
- name: include kubespray task to set facts required for docker role
14-
import_playbook: ../../submodules/kubespray/roles/kubernetes/preinstall/tasks/0020-set_facts.yml
14+
include_tasks: ../../submodules/kubespray/roles/kubernetes/preinstall/tasks/0020-set_facts.yml
1515
when: docker_install | default('yes')
1616
- name: remove docker overrides, specifically to deal with conflicting options from DGX OS
1717
file:

0 commit comments

Comments
 (0)