1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_unbound.git synced 2024-08-16 13:39:49 +02:00

Fix ansible warnings

This commit is contained in:
Raoul 2019-01-21 23:14:16 +01:00
parent 7269167ca5
commit 696171f2b7
No known key found for this signature in database
GPG key ID: C7493D73B67C1842

View file

@ -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: