From d44da92f716cf44677ee08024150b917b13755ef Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Thu, 17 Oct 2024 23:33:24 -0500 Subject: [PATCH] formatting error --- roles/lib/setup-restic.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/lib/setup-restic.yml b/roles/lib/setup-restic.yml index 1f3c31f..4678f77 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -30,11 +30,11 @@ home: /home/restic shell: /bin/bash - - name: Add key for Restic user - ansible.posix.authorized_key: - user: restic - state: present - key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOsDIrV6QIMtpJFNpZEgHnkYgFC6OXMJQFc1JqrnpCzY fake@gmail.com" + - name: Add key for Restic user + ansible.posix.authorized_key: + user: restic + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOsDIrV6QIMtpJFNpZEgHnkYgFC6OXMJQFc1JqrnpCzY fake@gmail.com" - name: Copy restic.sh copy: @@ -138,4 +138,4 @@ owner: restic group: restic mode: '0644' - +