diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-01-04 20:49:30 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-01-04 20:49:30 +0000 |
| commit | 3659a750ee669b87c9f363a6b7ab2660917f8d39 (patch) | |
| tree | fdf5c866bea3686d01b5427e9bda1b3ed080cbfe /roles/ddclient | |
| parent | 6c8156a62ee472e5ecefdc1bc3f97b4dd8a72b68 (diff) | |
| parent | 4352c2b692b66119acd1155f150cd3071eb11310 (diff) | |
Merge branch 'adguard' into 'master'
Adguard
See merge request kdam0/vps!3
Diffstat (limited to 'roles/ddclient')
| -rw-r--r-- | roles/ddclient/tasks/main.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/roles/ddclient/tasks/main.yaml b/roles/ddclient/tasks/main.yaml index d780a3f..defcef8 100644 --- a/roles/ddclient/tasks/main.yaml +++ b/roles/ddclient/tasks/main.yaml @@ -15,9 +15,16 @@ update_cache: true when: 'ansible_os_family == "Debian"' +# - name: 'Update ddclient conf' +# template: +# dest: '/etc/ddclient/ddclient.conf' +# src: 'ddclient.conf.j2' +# mode: '644' +# notify: 'restart ddclient' + - name: 'Update ddclient conf' template: - dest: '/etc/ddclient/ddclient.conf' + dest: '/etc/ddclient.conf' src: 'ddclient.conf.j2' mode: '644' notify: 'restart ddclient' |
