diff --git a/ansible/deploy.yaml b/ansible/deploy.yaml
index d4231451de8e7c85dcf2caeef4c76b0ed201d45a..4d2b8fb36ce757f4265d559bea50bb8ebabd307f 100644
--- a/ansible/deploy.yaml
+++ b/ansible/deploy.yaml
@@ -69,6 +69,13 @@
         regexp='^#?listen_addresses\s*='
         line="listen_addresses = '*'"
         state=present
+    - name: Ansible find file examples
+      find:
+        paths: /home/{{ deploy_user_name }}/iPPIDB/ansible
+        patterns: "*"
+        register: files_matched
+    - debug:
+        msg: "{{ files_matched.files }}"
     - name: copy pg_hba.conf file
       copy: 
         remote_src: true