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 home: /home/restic
shell: /bin/bash shell: /bin/bash
- name: Add key for Restic user - name: Add key for Restic user
ansible.posix.authorized_key: ansible.posix.authorized_key:
user: restic user: restic
state: present state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOsDIrV6QIMtpJFNpZEgHnkYgFC6OXMJQFc1JqrnpCzY fake@gmail.com" key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOsDIrV6QIMtpJFNpZEgHnkYgFC6OXMJQFc1JqrnpCzY fake@gmail.com"
- name: Copy restic.sh - name: Copy restic.sh
copy: copy:
@@ -138,4 +138,4 @@
owner: restic owner: restic
group: restic group: restic
mode: '0644' mode: '0644'