From d7222d3897cda24424f1c84f5476f2087d5b9e20 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 8 Apr 2023 22:34:19 +0200 Subject: [PATCH] Fix variable name --- tasks/ssh.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/ssh.yml b/tasks/ssh.yml index c9072ef..f8c9051 100644 --- a/tasks/ssh.yml +++ b/tasks/ssh.yml @@ -6,13 +6,13 @@ - name: "SSH | Ensure configuration file is present" ansible.builtin.file: - path: "{{ ssh_config_name }}" + path: "{{ ssh_config_path }}" state: touch mode: "644" - name: "SSH | Insert borgbase configuration" ansible.builtin.blockinfile: - path: "{{ ssh_config_name }}" + path: "{{ ssh_config_path }}" marker: "### {mark} ANSIBLE MANAGED BLOCK" block: | Host *.repo.borgbase.com