From 2a6b2273a2eaf792641f9e6376769772c6f155cc Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 17 Oct 2023 03:52:16 +0200 Subject: [PATCH] Fix typo --- tasks/borg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/borg.yml b/tasks/borg.yml index cf8a5a6..9f9cd45 100644 --- a/tasks/borg.yml +++ b/tasks/borg.yml @@ -13,7 +13,7 @@ dest: "/etc/borgmatic/{{ borgmatic_config_name }}" mode: "0600" -- name: "Borg | Install borgmatic bach completions" +- name: "Borg | Install borgmatic bash completions" ansible.builtin.shell: cmd: "borgmatic --bash-completion > /usr/share/bash-completion/completions/borgmatic" creates: /usr/share/bash-completion/completions/borgmatic