formatting error
This commit is contained in:
@@ -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'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user