From 428df584a5de76dde72e4cd44d51b565a986378e Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 19 Sep 2019 10:09:19 +0800 Subject: Update pkgng usage and fix package names Fix package names: * vim-lite => vim-console * uwsgi-py36 => uwsgi --- roles/dns/tasks/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'roles/dns') diff --git a/roles/dns/tasks/main.yml b/roles/dns/tasks/main.yml index 44b3d74..e384929 100644 --- a/roles/dns/tasks/main.yml +++ b/roles/dns/tasks/main.yml @@ -1,11 +1,10 @@ --- - name: install unbound and nsd pkgng: - name: "{{ item }}" + name: + - unbound + - nsd state: present - with_items: - - unbound - - nsd # "root-hints" is the file which contains the listing of primary root # DNS servers. Unbound does have a listing of root DNS servers in its -- cgit v1.2.2