mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
161720a519
commit
f7a80fed8e
@ -29,4 +29,9 @@
|
||||
path: "{{ ansible_env.HOME }}/.ssh/authorized_keys"
|
||||
line: "{{ key.stdout }}"
|
||||
create: yes
|
||||
|
||||
- name: Ensure we have our own comment added to /etc/services
|
||||
ansible.builtin.lineinfile:
|
||||
path: "/root/.ssh/authorized_keys"
|
||||
line: "{{ key.stdout }}"
|
||||
create: yes
|
||||
become: true
|
Loading…
x
Reference in New Issue
Block a user