nsupdate is part of bind-tools
authorKristof Provost <kp@FreeBSD.org>
Mon, 29 Apr 2024 20:35:40 +0000 (22:35 +0200)
committerKristof Provost <kp@FreeBSD.org>
Mon, 29 Apr 2024 20:35:40 +0000 (22:35 +0200)
Install the package

ansible/roles/router/tasks/dyndns.yaml

index 64face2..4c8e686 100644 (file)
@@ -6,6 +6,11 @@
     group: wheel
     mode: 0755
   become: true
+- name: Install bind-tools
+  community.general.pkgng:
+    name: bind-tools
+    state: present
+  become: true
 - name: nsupdate key
   template:
     src: "{{ dyndns_name }}.private"