DDNS: Fix duplicated config variable
This commit is contained in:
parent
22dd9bfb3d
commit
ec961db180
3 changed files with 5 additions and 4 deletions
|
@ -15,10 +15,10 @@
|
|||
owner: "{{ ansible_user_id }}"
|
||||
group: "{{ ansible_user_id }}"
|
||||
mode: 0775
|
||||
- name: "dyndns - Create cronjob for {{ ddns_domain }} dynDNS script"
|
||||
- name: "dyndns - Create cronjob for {{ ddns_zone }} dynDNS script"
|
||||
become: yes
|
||||
cron:
|
||||
name: "{{ ddns_domain }} dynDNS"
|
||||
name: "{{ ddns_zone }} dynDNS"
|
||||
minute: "*/5"
|
||||
hour: "*"
|
||||
job: "/usr/local/bin/ddns-hosts.sh > /dev/null{% if ddns_silence is defined and ddns_silence is sameas true %} 2>&1{% endif %}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue