Avoid common to overwrite rsnapshot key.

This commit is contained in:
Julien Palard 2022-10-01 12:20:18 +02:00
parent 7c1c464316
commit 89c9bbf7b5
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8

View File

@ -87,12 +87,13 @@
- vim-nox
- name: Set authorized SSH keys for root user
copy:
blockinfile:
content: "{{ root_authorized_keys }}"
dest: /root/.ssh/authorized_keys
mode: 0600
owner: root
group: root
marker: "# {mark} ANSIBLE MANAGED BLOCK (SSH keys for root user)"
- name: Ensure mlocate and locate are not installed
apt: