This commit is contained in:
2021-05-10 22:02:50 +02:00
parent 2d6d5bc539
commit d389cb2361

View File

@@ -32,7 +32,4 @@
- name: deploy ssh key - name: deploy ssh key
authorized_key: authorized_key:
user: ansible user: ansible
key: "{{ item }}" key: "https://infra.opendoor.fr/id_rsa.pub"
loop:
- "{{ lookup( 'file', '~/.ssh/id_rsa.pub' ) }}"
- "https://infra.opendoor.fr/id_rsa.pub"