Closed Matthijsy closed 2 years ago
The daemon.json update fails, since the /etc/docker file is owned by the root user. This PR adds become: yes to make sure that Ansible can update the file.
become: yes
Thanks for the fix @Matthijsy, merged
The daemon.json update fails, since the /etc/docker file is owned by the root user. This PR adds
become: yes
to make sure that Ansible can update the file.