5fee4cd753
Change-Id: Idc359579b307f5f156dfe5fb5aab5d99bdc46884
12 lines
324 B
YAML
12 lines
324 B
YAML
- name: Check for cached dstat_graph
|
|
stat:
|
|
path: "{{ dstat_graph_cache_path }}"
|
|
register: dstat_cache
|
|
|
|
- name: Clone dstat_graph
|
|
when: not dstat_cache.stat.exists
|
|
git:
|
|
repo: https://github.com/Dabz/dstat_graph
|
|
dest: "{{ dstat_graph_download_path }}"
|
|
version: c99e5d201ed924a816d99056f8f7d320d625b3ef
|