aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/installation.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/installation.yml')
-rw-r--r--tasks/installation.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/installation.yml b/tasks/installation.yml
index af379e6..8ee0835 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: