From 242cb5a4f7400ae02e485f0f156f61609bae291a Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Sat, 26 Apr 2025 14:16:29 +0100
Subject: [PATCH] updates to `configure_storage` tasklist

---
 geant/gap_ansible/playbooks/configure_storage.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/geant/gap_ansible/playbooks/configure_storage.yaml b/geant/gap_ansible/playbooks/configure_storage.yaml
index 84bc2f32..fe07aa32 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 }}"
-- 
GitLab