Michael Grote
563223e182
the replacement gets replaced :-D - old:7a2ccbabb6
see also: -ddaa6835b5
-56e85dfa93
Reviewed-on: #286 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
6 lines
171 B
YAML
6 lines
171 B
YAML
---
|
|
- name: Ensure SSH-Public-Key is templated
|
|
become: true
|
|
ansible.posix.authorized_key:
|
|
user: "{{ rsync_mirror_user }}"
|
|
key: "{{ rsync_mirror_public_key }}"
|