Add explanation for using another container.

This commit is contained in:
yohan 2023-10-22 17:11:23 +02:00
parent 02930774e8
commit e59988a4a1

View File

@ -224,6 +224,7 @@
remote_user: "{{ user }}" remote_user: "{{ user }}"
delegate_to: 172.17.0.1 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 - name: Start duplicity container
community.docker.docker_container: community.docker.docker_container:
name: duplicity name: duplicity