Skip to content

Commit

Permalink
ansible enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
iamckn authored Jul 6, 2019
1 parent 0109d41 commit c937ff0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions gate/dns.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
- name: Install unbound
apt: name={{ item }} state=installed update_cache=true
with_items:
- unbound
- unbound-host
apt:
name:
- unbound
- unbound-host
state: present
update_cache: true

- name: Download the list of Root DNS Server
get_url:
Expand All @@ -29,4 +31,4 @@
owner: unbound
group: unbound
recurse: yes


0 comments on commit c937ff0

Please sign in to comment.