From 030f8877346744949abaaee5f27e4772cb2535bb Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Thu, 13 Feb 2025 21:16:54 +0100 Subject: [PATCH] Add missing become statement --- tasks/docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/docker.yml b/tasks/docker.yml index 2f0c938..cb468f7 100644 --- a/tasks/docker.yml +++ b/tasks/docker.yml @@ -8,6 +8,7 @@ - /etc/subuid - name: Setup desktop configuration + become: true ansible.builtin.file: path: 'files/docker-daemon.json' dest: '/etc/docker/daemon.json'