From 8aefc8756bad260a84701fb74efe924224a35d23 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 30 May 2016 13:19:11 +0200 Subject: [PATCH] Bug fix for Ansible 2.1: depth=1 in git module does not update, so remove that --- tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index d0354a0..e456c57 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -31,7 +31,6 @@ repo: "https://github.com/firehol/netdata.git" dest: "/opt/netdata" force: yes - depth: 1 notify: - "Install and configure NetData" -- GitLab