Disable recursive git clone for ensure-dstat-graph

This is not necessary, so disable it to avoid potential problems.

Change-Id: I5958b32f31e47d1ad77ff8187f22285ec6e24ec7
This commit is contained in:
James E. Blair
2025-07-09 09:40:03 -07:00
parent 58bc8d003f
commit 02a260d84d

View File

@@ -11,3 +11,4 @@
repo: https://opendev.org/opendev/dstat_graph
dest: "{{ dstat_graph_download_path }}"
version: master
recursive: false