You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% if not _docker_systemd_used and (docker_envs.items()|list)|length > 0 %}
export{% for key, value in docker_envs.items()|list %} {{ key }}{% endfor %}
{% endif %}
Version Information
Ansible:
core 2.12.4
Role:
3.7.1
Steps to Reproduce
Test on distribution that uses sysvinit instead of systemd like in the case when running Ubuntu 20.04 on WSL2
Expected Behavior
TESTVAR visible when looking at environment variables for the dockerd process
Actual Behavior
TESTVAR not visible since it seem for SysVinit it also is necessary to export the variables.
The text was updated successfully, but these errors were encountered: