From f641fc4ac6ef0986f5a1761149998874ad1708e9 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 26 May 2014 16:43:28 +0200 Subject: [PATCH] Bugfix: default variable for cachefile was string instead of boolean --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index b177eec..8612622 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,7 +7,7 @@ api_token={{sd_api_token}} cleanup=true force=true - cache='{{sd_api_cache_file}}' + cache={{sd_api_cache_file}} - name: 'ServerDensity | Install Public Repo Key' apt_key: -- GitLab