diff options
| author | Colin Wilk <colin@wilk.cx> | 2026-06-26 22:11:18 +0200 |
|---|---|---|
| committer | Colin Wilk <colin@wilk.cx> | 2026-06-26 22:11:18 +0200 |
| commit | bd022f046651d287309b26164cd60a3d6d38471c (patch) | |
| tree | 557f3ecba27708dbaa9747d53bf571cd91041aac /tasks/installation.yml | |
| parent | 2570550feba2abc80c182ca5e6918f29c22c4cf8 (diff) | |
| download | ansible-role-borgbackup-bd022f046651d287309b26164cd60a3d6d38471c.tar.gz ansible-role-borgbackup-bd022f046651d287309b26164cd60a3d6d38471c.zip | |
Update and fix pre-commit hooks
Diffstat (limited to 'tasks/installation.yml')
| -rw-r--r-- | tasks/installation.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/installation.yml b/tasks/installation.yml index 7e64ff3..5fc7ecb 100644 --- a/tasks/installation.yml +++ b/tasks/installation.yml @@ -7,7 +7,7 @@ update_cache: true become: true when: ansible_facts['os_family'] == "Debian" - delegate_to: '{{ borg_server_host }}' + delegate_to: "{{ borg_server_host }}" - name: Install Debian Client dependencies ansible.builtin.apt: |