From 696171f2b7b7ece9831410d6474cce107775464b Mon Sep 17 00:00:00 2001 From: Raoul Date: Mon, 21 Jan 2019 23:14:16 +0100 Subject: [PATCH] Fix ansible warnings --- tasks/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 7c66b26..9ce3710 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,12 +1,11 @@ --- - name: Install unbound apt: - pkg: '{{ item }}' + pkg: + - unbound state: 'latest' update_cache: yes cache_valid_time: 43200 - with_items: - - unbound - name: Copy unbound configuration snippets copy: