diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-01-04 20:13:48 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-01-04 20:13:48 +0000 |
| commit | 40c0d09945fdf21601b5b62af9d16b0c254a92b6 (patch) | |
| tree | 3e993f708a3bc073f08290b836340d6131ba3eaf /roles/ddclient | |
| parent | 6c8156a62ee472e5ecefdc1bc3f97b4dd8a72b68 (diff) | |
draft: alpine stuff
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' |
