mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 10:00:03 -03:30
Maintain backwards compatibility with EL6
This commit is contained in:
parent
d94253ff6a
commit
9e59c74c24
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user