mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Fix an incorrect reference to the directive that installs docker
This commit is contained in:
parent
51e7042295
commit
b4c4a045f7
@ -171,7 +171,7 @@ fix-service-docker:
|
||||
- file: {{ environment_file }}
|
||||
{% if override_docker_ver != '' %}
|
||||
- require:
|
||||
- pkg: {{ docker_pkg_name }}-{{ override_docker_ver }}
|
||||
- pkg: docker-upgrade
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user