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 you run docker.yml after docker-nvidia.yml, it overwrites the nvidia config, because both playbooks write the file /etc/systemd/system/docker.service.d/override.conf. We should use lineinfile instead of copy...