Adding docker daemon.json broke docker

in /lib/systemd/system/docker.service there is an ExecStart command that got placed there when I setup Docker with Ansible - it threw the -H flag which told the daemon what hosts to setup. But I added the "hosts" key in my daemon.json and it broke - so removing the -H flag from the systemd unit fixed it