projects
/
pennestraat-domotica
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66620c9
)
nsupdate is part of bind-tools
author
Kristof Provost
<kp@FreeBSD.org>
Mon, 29 Apr 2024 20:35:40 +0000
(22:35 +0200)
committer
Kristof Provost
<kp@FreeBSD.org>
Mon, 29 Apr 2024 20:35:40 +0000
(22:35 +0200)
Install the package
ansible/roles/router/tasks/dyndns.yaml
patch
|
blob
|
history
diff --git
a/ansible/roles/router/tasks/dyndns.yaml
b/ansible/roles/router/tasks/dyndns.yaml
index
64face2
..
4c8e686
100644
(file)
--- a/
ansible/roles/router/tasks/dyndns.yaml
+++ b/
ansible/roles/router/tasks/dyndns.yaml
@@
-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"