fix: remove old work key

This commit is contained in:
VC
2024-07-05 11:53:22 +02:00
parent 9a7048cbd1
commit af1f0a9df6

View File

@@ -18,9 +18,3 @@
user: root
state: present
key: "{{ lookup('file', 'ssh/work.id_rsa.pub') }}"
- name: remove old work key
authorized_key:
user: root
state: absent
key: "{{ lookup('file', 'ssh/work_old.id_rsa.pub')}}"