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:
parent
7269167ca5
commit
696171f2b7
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue