Commit b4c4a045 authored by Brendan Burns's avatar Brendan Burns

Fix an incorrect reference to the directive that installs docker

parent 51e70422
......@@ -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 %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment