--- - name: Migrate existing Docker data (if any) ansible.builtin.command: rsync -aHAXx /var/lib/docker/ /docker-data when: docker_migrate_data