Skip to content
Snippets Groups Projects
Commit 9e59c74c authored by Chris Bell's avatar Chris Bell Committed by GitHub
Browse files

Maintain backwards compatibility with EL6

parent d94253ff
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,9 @@ Requires=docker.socket
Type=notify
{% if ansible_os_family == "RedHat" %}
EnvironmentFile=-/etc/default/docker
EnvironmentFile=-/etc/default/docker-network
EnvironmentFile=-/etc/docker/docker-storage
EnvironmentFile=-/etc/sysconfig/docker
EnvironmentFile=-/etc/sysconfig/docker-network
EnvironmentFile=-/etc/sysconfig/docker-storage
{% elif ansible_os_family == "Debian" %}
EnvironmentFile=-/etc/default/docker
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment