From ff38ccc65335b311fc7bd13550f9c1cc6eb8b7fa Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 16 May 2019 23:20:43 -0500 Subject: [PATCH] Fix Ansible Lint warning. --- tasks/setup-Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index 0535744..af7bb5d 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -20,7 +20,7 @@ - name: Update apt cache if repository just added. apt: update_cache=yes - when: logstash_installed.stat.exists == false + when: not logstash_installed.stat.exists - name: Install Logstash. apt: