fastlorenzo / redelk-server

Ansible role to deploy RedELK server
BSD 3-Clause "New" or "Revised" License
18 stars 6 forks source link

Add become for daemon.json update #1

Closed Matthijsy closed 2 years ago

Matthijsy commented 3 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.

fastlorenzo commented 2 years ago

Thanks for the fix @Matthijsy, merged