Check what we actually have in the src/ directory

Change-Id: I4ede3a7847f2f365c87deaccb038c31236d7d610
diff --git a/playbooks/charm-cinder-storpool-iscsi/zaza-functional.yaml b/playbooks/charm-cinder-storpool-iscsi/zaza-functional.yaml
index a0626d5..d6b5f75 100644
--- a/playbooks/charm-cinder-storpool-iscsi/zaza-functional.yaml
+++ b/playbooks/charm-cinder-storpool-iscsi/zaza-functional.yaml
@@ -16,6 +16,9 @@
         update_cache: yes
       become: true
 
+    - name: RDBG take a look around
+      ansible.builtin.shell: find /home/ubuntu/src/ -mindepth 0 -maxdepth 3 -ls
+
     - name: run build
       ansible.builtin.shell: tox -e build
       args: