From 1f05a07e7c8702f5c857e18d27b86283dbb37b5b Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 11 Jun 2019 09:03:25 +0200 Subject: [PATCH] ansible-playbooks/general#85 Linting --- tasks/cleanup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/cleanup.yml b/tasks/cleanup.yml index 3ee0c7d..5e7a785 100644 --- a/tasks/cleanup.yml +++ b/tasks/cleanup.yml @@ -6,8 +6,8 @@ name: '{{ item }}' state: absent with_items: - - {{ static_ipv4|default(false) }} - - {{ host }} + - '{{( static_ipv4|default(false) }})' + - '{{( host }})' - name: Remove host from hosts file 1 lineinfile: -- GitLab