--- - name: Assert mount sources and destinations are unique ansible.builtin.assert: that: - _container_mount_destinations | unique | length == _container_mount_destinations | length - _container_mount_sources | unique | length == _container_mount_sources | length fail_msg: "Container mount sources and destinations must be unique. Failed with mounts: {{ container_mounts }}" quiet: true