diff --git a/geant/gap_ansible/playbooks/configure_storage.yaml b/geant/gap_ansible/playbooks/configure_storage.yaml
index 84bc2f32d697c220034b4066d353b4c513fa1551..fe07aa325b0c46a494a655ffc3e70f5bb9bf4970 100644
--- a/geant/gap_ansible/playbooks/configure_storage.yaml
+++ b/geant/gap_ansible/playbooks/configure_storage.yaml
@@ -2,10 +2,6 @@
   ansible.builtin.set_fact:
     opid: "{{ lookup('community.general.random_string', length=18, special=false) }}"
 
-- name: Print the ID
-  ansible.builtin.debug:
-    msg: "{{ opid }}"
-
 - name: Import group_vars/all
   ansible.builtin.include_vars:
     dir: /opt/ansible_inventory/group_vars/all
@@ -20,3 +16,7 @@
     state: directory
     mode: '0755'
   delegate_to: localhost
+
+- name: Print storage path for the play
+  ansible.builtin.debug:
+    msg: "{{ play_storage_path }}"