formatting error

This commit is contained in:
tolerryan
2024-10-17 23:33:24 -05:00
parent 871803165a
commit d44da92f71

View File

@@ -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: