This commit is contained in:
ace 2023-03-12 20:55:16 +03:00
parent d5dffb2ad0
commit d893a99172
Signed by: ace
GPG Key ID: 2C08973DD37A76FD
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ ddclient_tsig_private_key_file: []
ddclient_tsig_public_key_base64: []
ddclient_tsig_private_key_base64: []
# Override default ddclient.conf template
# Override default ddclient.conf template
ddclient_conf_override: []
ddclient_hosts: {}

View File

@ -1,7 +1,7 @@
---
- block:
- name: Install ddclient and bind-utils
dnf:
dnf:
name:
- ddclient
- bind-utils

View File

@ -8,7 +8,7 @@
- name: Install ddclient (containerized)
when: ddclient_containerized
block:
block:
- name: Merge volumes
set_fact:
ddclient_volumes: "{{ ddclient_volumes | default([]) + [item.key +':'+ item.value] }}"