From 02a260d84d993ff154ab6c0decc7ca9639c183b3 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 9 Jul 2025 09:40:03 -0700 Subject: [PATCH] Disable recursive git clone for ensure-dstat-graph This is not necessary, so disable it to avoid potential problems. Change-Id: I5958b32f31e47d1ad77ff8187f22285ec6e24ec7 --- roles/ensure-dstat-graph/tasks/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ensure-dstat-graph/tasks/main.yaml b/roles/ensure-dstat-graph/tasks/main.yaml index ccaa01084..b13133c14 100644 --- a/roles/ensure-dstat-graph/tasks/main.yaml +++ b/roles/ensure-dstat-graph/tasks/main.yaml @@ -11,3 +11,4 @@ repo: https://opendev.org/opendev/dstat_graph dest: "{{ dstat_graph_download_path }}" version: master + recursive: false