From e59988a4a10317c0e5c3002167dcec293316d641 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 22 Oct 2023 17:11:23 +0200 Subject: [PATCH] Add explanation for using another container. --- tasks/start.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/start.yml b/tasks/start.yml index 6f769ce..a147fb1 100755 --- a/tasks/start.yml +++ b/tasks/start.yml @@ -224,6 +224,7 @@ remote_user: "{{ user }}" delegate_to: 172.17.0.1 +# We are forced to use another container because mounts done on the hosts after current container start will not be visible - name: Start duplicity container community.docker.docker_container: name: duplicity