From 70d8438553d65b8cd4c24528bea1617f04c0588b Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Fri, 19 Feb 2016 19:41:20 +0100 Subject: [PATCH] Bug fixes --- tasks/cleanup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/cleanup.yml b/tasks/cleanup.yml index ab9e61e..13c7959 100644 --- a/tasks/cleanup.yml +++ b/tasks/cleanup.yml @@ -6,7 +6,7 @@ name="{{ item }}" state="absent" with_items: - - '{{ static_ipv4|default(False) }}' + - '{{ static_ipv4|default(false) }}' - '{{ host }}' - name: "Remove host from hosts file 1" @@ -16,7 +16,7 @@ state=absent become: yes with_items: - - '^{{ static_ipv4|default(False) }} ' + - '^{{ static_ipv4|default(false) }} ' - name: "Remove host from hosts file 2" lineinfile: -- GitLab